commit | 17e465034a174d23e08cbb964aeda5e41e5d84ca | [log] [tgz] |
---|---|---|
author | Roel Kluin <roel.kluin@gmail.com> | Wed Aug 11 14:17:31 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Aug 12 08:43:29 2010 -0700 |
tree | 212dca6a4872d496014a0ead9c34fb7ed885b4bb | |
parent | 7b958090458e99456b8c1a0f644923b6b9fdd358 [diff] |
score: fix dereference of NULL pointer in local_flush_tlb_page() Don't dereference vma if it's NULL. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Cc: Chen Liqin <liqin.chen@sunplusct.com> Cc: Lennox Wu <lennox.wu@gmail.com> Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>