summaryrefslogtreecommitdiff
path: root/drivers/misc/ibmasm/module.c
diff options
context:
space:
mode:
authorNathan Lynch <nathanl@austin.ibm.com>2005-01-07 21:41:01 -0800
committerLinus Torvalds <torvalds@evo.osdl.org>2005-01-07 21:41:01 -0800
commit25620d2c7f50120e7b5f7c56d56938e56e47e4ea (patch)
tree3ac5509c34a69f8f465f97f3a28ae7dbf5a25324 /drivers/misc/ibmasm/module.c
parent099ddb5374d6145b409686e973d84e6d8e2113df (diff)
[PATCH] prohibit slash in proc directory entry names
proc_create() needs to check that the name of an entry to be created does not contain a '/' character. To test, I hacked the ibmveth driver to try to call request_irq with a bogus "foo/bar" devname. The creation of the /proc/irq/1234/xxx entry silently fails, as intended. Perhaps the irq code should be made to check for the failure. Signed-off-by: Nathan Lynch <nathanl@austin.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/misc/ibmasm/module.c')
0 files changed, 0 insertions, 0 deletions