summaryrefslogtreecommitdiff
path: root/drivers/s390
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2011-10-30 15:16:08 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-11-11 09:43:22 -0800
commit4dc17f0c422d685fb1e31e5cb6762bc1322843b0 (patch)
tree598c8858d2d7fb7877aa1c5acc8b1714946fdb53 /drivers/s390
parent98ef836b07bd10dec2b07d2c11a6357f7909f978 (diff)
downloadlwn-4dc17f0c422d685fb1e31e5cb6762bc1322843b0.tar.gz
lwn-4dc17f0c422d685fb1e31e5cb6762bc1322843b0.zip
memory leak with RCU_TABLE_FREE
commit e73b7fffe487c315fd1a4fa22282e3362b440a06 upstream. The rcu page table free code uses a couple of bits in the page table pointer passed to tlb_remove_table to discern the different page table types. __tlb_remove_table extracts the type with an incorrect mask which leads to memory leaks. The correct mask is ((FRAG_MASK << 4) | FRAG_MASK). Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/s390')
0 files changed, 0 insertions, 0 deletions