https://github.com/torvalds/linux
Revision 3a7f8c34fefb109903af9a0fac6d0d05f93335c5 authored by Denis Efremov on 11 August 2012, 20:26:31 UTC, committed by David S. Miller on 12 August 2012, 20:40:48 UTC
rcu_dereference occurs in update section. Replacement by
rcu_dereference_protected in order to prevent lockdep
complaint.

Found by Linux Driver Verification project (linuxtesting.org)

Signed-off-by: Denis Efremov <yefremov.denis@gmail.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 2359a47
History
Tip revision: 3a7f8c34fefb109903af9a0fac6d0d05f93335c5 authored by Denis Efremov on 11 August 2012, 20:26:31 UTC
macvtap: rcu_dereference outside read-lock section
Tip revision: 3a7f8c3
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1014 bytes
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 92.7 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 210.4 KB
Makefile -rw-r--r-- 46.1 KB
README -rw-r--r-- 17.3 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top