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
Raw File
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
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top