Revision dccd9ecc374462e5d6a5b8f8110415a86c2213d8 authored by David S. Miller on 11 May 2012, 02:16:32 UTC, committed by David S. Miller on 11 May 2012, 02:16:32 UTC
Due to RCU lookups and RCU based release, fib_info objects can
be found during lookup which have fi->fib_dead set.

We must ignore these entries, otherwise we risk dereferencing
the parts of the entry which are being torn down.

Reported-by: Yevgen Pronenko <yevgen.pronenko@sonymobile.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 0e0c551
History
File Mode Size
Kconfig -rw-r--r-- 2.0 KB
Makefile -rw-r--r-- 340 bytes
ipmi_bt_sm.c -rw-r--r-- 20.3 KB
ipmi_devintf.c -rw-r--r-- 21.4 KB
ipmi_kcs_sm.c -rw-r--r-- 13.4 KB
ipmi_msghandler.c -rw-r--r-- 115.8 KB
ipmi_poweroff.c -rw-r--r-- 19.4 KB
ipmi_si_intf.c -rw-r--r-- 88.6 KB
ipmi_si_sm.h -rw-r--r-- 4.6 KB
ipmi_smic_sm.c -rw-r--r-- 16.6 KB
ipmi_watchdog.c -rw-r--r-- 34.8 KB

back to top