summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorDennis Krein2018-10-26 16:38:24 +0200
committerPaul E. McKenney2018-11-27 18:23:57 +0100
commiteb4c2382272ae7ae5d81fdfa5b7a6c86146eaaa4 (patch)
treee7ea6b85059f849898b1148ecf71228ea3a7b7a5 /include/linux
parentsrcu: Prevent __call_srcu() counter wrap with read-side critical section (diff)
downloadkernel-qcow2-linux-eb4c2382272ae7ae5d81fdfa5b7a6c86146eaaa4.tar.gz
kernel-qcow2-linux-eb4c2382272ae7ae5d81fdfa5b7a6c86146eaaa4.tar.xz
kernel-qcow2-linux-eb4c2382272ae7ae5d81fdfa5b7a6c86146eaaa4.zip
srcu: Lock srcu_data structure in srcu_gp_start()
The srcu_gp_start() function is called with the srcu_struct structure's ->lock held, but not with the srcu_data structure's ->lock. This is problematic because this function accesses and updates the srcu_data structure's ->srcu_cblist, which is protected by that lock. Failing to hold this lock can result in corruption of the SRCU callback lists, which in turn can result in arbitrarily bad results. This commit therefore makes srcu_gp_start() acquire the srcu_data structure's ->lock across the calls to rcu_segcblist_advance() and rcu_segcblist_accelerate(), thus preventing this corruption. Reported-by: Bart Van Assche <bvanassche@acm.org> Reported-by: Christoph Hellwig <hch@infradead.org> Reported-by: Sebastian Kuzminsky <seb.kuzminsky@gmail.com> Signed-off-by: Dennis Krein <Dennis.Krein@netapp.com> Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com> Tested-by: Dennis Krein <Dennis.Krein@netapp.com> Cc: <stable@vger.kernel.org> # 4.16.x
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions