diff options
author | Guillaume Chazarain <guichaz@yahoo.fr> | 2006-01-08 01:02:43 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-08 20:13:53 -0800 |
commit | cd140a5c1f456f50897af4a2e9a23d228a5fe719 (patch) | |
tree | 24170cf30ce2c5d3129c9b535942c4c52231a042 /security | |
parent | 025510cd20f4c35c3958bea133d96c9bd7c6ef9e (diff) | |
download | linux-3.10-cd140a5c1f456f50897af4a2e9a23d228a5fe719.tar.gz linux-3.10-cd140a5c1f456f50897af4a2e9a23d228a5fe719.tar.bz2 linux-3.10-cd140a5c1f456f50897af4a2e9a23d228a5fe719.zip |
[PATCH] kmsg_write: don't return printk return value
kmsg_write returns with printk, so some programs may be confused by a
successful write() with a return value different than the buffer length.
# /bin/echo something > /dev/kmsg
/bin/echo: write error: Inappropriate ioctl for device
The drawbacks is that the printk return value can no more be quickly
checked from userspace.
Signed-off-by: Guillaume Chazarain <guichaz@yahoo.fr>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions