From: Xin Long <lucien.xin@xxxxxxxxx> Date: Tue, 9 Jul 2019 00:59:40 +0800 > sctp_bind_addr_state() is called either in packet rcv path or > by sctp_copy_local_addr_list(), which are under rcu_read_lock. > So there's no need to call it again in sctp_bind_addr_state(). > > Signed-off-by: Xin Long <lucien.xin@xxxxxxxxx> This is correct, patch applied. Thanks.