Re: [PATCH 05/30] sctp: Add missing annotation for sctp_transport_walk_start()
From: David Miller <davem@davemloft.net>
Date: 2020-02-24 21:28:51
Also in:
linux-sctp, lkml
From: David Miller <davem@davemloft.net>
Date: 2020-02-24 21:28:51
Also in:
linux-sctp, lkml
From: Jules Irenge <redacted> Date: Sun, 23 Feb 2020 23:16:46 +0000
Sparse reports a warning at sctp_transport_walk_start() warning: context imbalance in sctp_transport_walk_start - wrong count at exit The root cause is the missing annotation at sctp_transport_walk_start() Add the missing __acquires(RCU) annotation Signed-off-by: Jules Irenge <redacted>
Applied.