https://github.com/torvalds/linux
Revision 41c31f318a5209922d051e293c61e4724daad11c authored by Lifeng Sun on 27 April 2011, 22:04:51 UTC, committed by David S. Miller on 02 May 2011, 22:41:29 UTC
ioctl() calls against a socket with an inappropriate ioctl operation
are incorrectly returning EINVAL rather than ENOTTY:

  [ENOTTY]
      Inappropriate I/O control operation.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=33992

Signed-off-by: Lifeng Sun <lifongsun@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 983960b
History
Tip revision: 41c31f318a5209922d051e293c61e4724daad11c authored by Lifeng Sun on 27 April 2011, 22:04:51 UTC
networking: inappropriate ioctl operation should return ENOTTY
Tip revision: 41c31f3
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 941 bytes
.mailmap -rw-r--r-- 4.1 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.7 KB
Kbuild -rw-r--r-- 2.4 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 188.1 KB
Makefile -rw-r--r-- 51.1 KB
README -rw-r--r-- 17.1 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top