linux-stable/drivers/s390
Taehee Yoo 88e2ca3080 mld: convert ifmcaddr6 to RCU
The ifmcaddr6 has been protected by inet6_dev->lock(rwlock) so that
the critical section is atomic context. In order to switch this context,
changing locking is needed. The ifmcaddr6 actually already protected by
RTNL So if it's converted to use RCU, its control path context can be
switched to sleepable.

Suggested-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-03-26 15:14:56 -07:00
..
block module: remove never implemented MODULE_SUPPORTED_DEVICE 2021-03-17 13:16:18 -07:00
char s390/tty3270: avoid comma separated statements 2021-03-08 10:46:30 +01:00
cio s390/cio: return -EFAULT if copy_to_user() fails 2021-03-08 10:46:30 +01:00
crypto s390/crypto: return -EFAULT if copy_to_user() fails 2021-03-08 10:46:29 +01:00
net mld: convert ifmcaddr6 to RCU 2021-03-26 15:14:56 -07:00
scsi scsi: zfcp: Do not set COMMAND_COMPLETE 2021-01-22 21:14:09 -05:00
virtio virtio/s390: implement virtio-ccw revision 2 correctly 2021-02-24 00:31:23 +01:00
Makefile