git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e0c551
)
ipv4: Do not use dead fib_info entries.
author
David S. Miller
<davem@davemloft.net>
Fri, 11 May 2012 02:16:32 +0000
(22:16 -0400)
committer
David S. Miller
<davem@davemloft.net>
Fri, 11 May 2012 02:16:32 +0000
(22:16 -0400)
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>
No differences found