summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorAmol Grover <frextrite@gmail.com>2020-05-14 23:31:02 +0530
committerDavid S. Miller <davem@davemloft.net>2020-05-14 18:01:07 -0700
commita14fbcd4f157a5a97b6013289205559d246c5021 (patch)
treeb26b94c280baf475706fc18fb56594f5c821787a /scripts/patch-kernel
parent95f59bf88bb75281cc626e283ecefdd5d5641427 (diff)
downloadkernel-a14fbcd4f157a5a97b6013289205559d246c5021.tar.gz
ipmr: Fix RCU list debugging warning
ipmr_for_each_table() macro uses list_for_each_entry_rcu() for traversing outside of an RCU read side critical section but under the protection of rtnl_mutex. Hence, add the corresponding lockdep expression to silence the following false-positive warning at boot: [ 4.319347] ============================= [ 4.319349] WARNING: suspicious RCU usage [ 4.319351] 5.5.4-stable #17 Tainted: G E [ 4.319352] ----------------------------- [ 4.319354] net/ipv4/ipmr.c:1757 RCU-list traversed in non-reader section!! Fixes: f0ad0860d01e ("ipv4: ipmr: support multiple tables") Signed-off-by: Amol Grover <frextrite@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
1efa5'>Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2016-02-23st: Fix MTMKPART to work with newer drivesKai Makisara 2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen 2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley 2015-11-19st: fix potential null pointer dereference.Maurizio Lombardi 2015-11-09st: allow debug output to be enabled or disabled via sysfsSeymour, Shane M 2015-08-26st: Destroy st_index_idr on module exitJohannes Thumshirn 2015-08-12st: convert DRIVER_ATTR macros to DRIVER_ATTR_ROSeymour, Shane M 2015-08-12st: convert to using driver attr groups for sysfsSeymour, Shane M 2015-07-16st: null pointer dereference panic caused by use after kref_put by st_openSeymour, Shane M 2015-06-02st: implement tape statisticsSeymour, Shane M