https://github.com/torvalds/linux
Revision ed4ac4221776a5103faf71a4032ca00178d6e66b authored by Eugene Crosser on 30 March 2015, 13:40:42 UTC, committed by David S. Miller on 31 March 2015, 20:06:50 UTC
When sending over AF_IUCV socket, errno was incorrectly set to
ENOMEM even when other values where appropriate, notably EAGAIN.
With this patch, error indicator returned by sock_alloc_send_skb()
is passed to the caller, rather than being overwritten with ENOMEM.

Signed-off-by: Eugene Crosser <Eugene.Crosser@ru.ibm.com>
Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent fa2d8ff
History
Tip revision: ed4ac4221776a5103faf71a4032ca00178d6e66b authored by Eugene Crosser on 30 March 2015, 13:40:42 UTC
af_iucv: fix AF_IUCV sendmsg() errno
Tip revision: ed4ac42
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-- 1.2 KB
.mailmap -rw-r--r-- 4.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 94.0 KB
Kbuild -rw-r--r-- 2.1 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 298.8 KB
Makefile -rw-r--r-- 53.3 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top