Ursula Braun 07603b2308 net/smc: propagate file from SMC to TCP socket
fcntl(fd, F_SETOWN, getpid()) selects the recipient of SIGURG signals
that are delivered when out-of-band data arrives on socket fd.
If an SMC socket program makes use of such an fcntl() call, it fails
in case of fallback to TCP-mode. In case of fallback the traffic is
processed with the internal TCP socket. Propagating field "file" from the
SMC socket to the internal TCP socket fixes the issue.

Reviewed-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-04-11 11:04:08 -07:00
..
2019-02-15 13:21:55 +08:00
2019-04-08 15:58:54 -07:00
2019-03-01 09:45:52 -05:00
2019-02-27 09:19:24 -05:00
2019-03-10 12:29:52 -07:00
2019-03-15 14:05:00 -07:00
2019-03-09 14:45:54 -08:00