Ursula Braun
d7cf4a3bf3
net/smc: fix smc_poll in SMC_INIT state
...
smc_poll() returns with mask bit EPOLLPRI if the connection urg_state
is SMC_URG_VALID. Since SMC_URG_VALID is zero, smc_poll signals
EPOLLPRI errorneously if called in state SMC_INIT before the connection
is created, for instance in a non-blocking connect scenario.
This patch switches to non-zero values for the urg states.
Reviewed-by: Karsten Graul <kgraul@linux.ibm.com >
Fixes: de8474eb9d ("net/smc: urgent data support")
Signed-off-by: Ursula Braun <ubraun@linux.ibm.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2019-02-21 10:19:20 -08:00
..
2018-12-19 00:28:05 +01:00
2018-12-25 17:07:49 +09:00
2018-12-06 13:26:07 -08:00
2018-10-23 10:57:06 -07:00
2019-01-23 11:18:00 -08:00
2019-02-12 13:30:43 -05:00
2018-12-27 13:53:32 -08:00
2018-12-10 18:00:43 -08:00
2019-01-16 15:46:46 -08:00
2019-01-28 10:51:51 -08:00
2018-10-23 10:57:06 -07:00
2019-01-22 11:33:46 +01:00
2019-01-21 14:53:12 +01:00
2019-02-17 15:48:43 -08:00
2019-02-01 14:49:10 -08:00
2019-01-27 23:11:55 -08:00
2018-10-04 09:40:52 -07:00
2019-02-20 11:08:26 -08:00
2018-12-03 15:40:30 -08:00
2018-12-24 16:19:56 -08:00
2019-02-17 15:46:58 -08:00
2019-02-21 09:54:35 -08:00
2018-11-10 16:55:11 -08:00
2018-11-15 18:09:32 +01:00
2019-01-31 08:58:46 -08:00
2018-12-03 14:15:26 -08:00
2018-10-22 19:59:20 -07:00
2019-02-18 16:29:54 -08:00
2018-10-16 00:14:07 -07:00
2018-11-27 16:37:20 -08:00
2019-02-16 10:41:42 +01:00
2018-12-14 11:44:31 -08:00
2019-01-27 10:38:04 -08:00
2018-12-23 16:01:35 -08:00
2019-01-16 13:35:21 -08:00
2019-02-12 13:37:23 -05:00
2018-12-23 16:01:35 -08:00
2019-01-31 09:43:27 -08:00
2018-12-18 13:13:56 +01:00
2019-01-27 10:40:01 -08:00
2019-02-06 10:54:07 -08:00
2019-02-12 14:10:56 -05:00
2019-02-13 19:33:44 -05:00
2019-02-21 10:19:20 -08:00
2018-10-15 12:23:19 -07:00
2019-02-16 17:38:01 -08:00
2018-12-12 16:34:22 -08:00
2019-02-11 21:26:20 -08:00
2019-01-28 23:07:08 -08:00
2019-02-20 20:06:28 -08:00
2019-02-08 22:32:05 -08:00
2019-02-11 15:50:56 +01:00
2019-02-11 13:20:14 -08:00
2019-02-12 17:04:45 +01:00
2019-01-16 13:10:55 +01:00
2019-01-03 18:57:57 -08:00
2018-12-19 11:21:37 -08:00
2019-01-30 10:19:31 -08:00