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
algos
busses
muxes
Kconfig -rw-r--r-- 3.5 KB
Makefile -rw-r--r-- 358 bytes
i2c-boardinfo.c -rw-r--r-- 3.0 KB
i2c-core.c -rw-r--r-- 58.2 KB
i2c-core.h -rw-r--r-- 1.1 KB
i2c-dev.c -rw-r--r-- 17.5 KB
i2c-mux.c -rw-r--r-- 4.5 KB
i2c-smbus.c -rw-r--r-- 7.1 KB

back to top