Searched hist:c49568235dd7b4a2ffad63aa950562f4ffb9455f (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/mm/ |
H A D | dmapool.c | diff c49568235dd7b4a2ffad63aa950562f4ffb9455f Tue Jun 30 13:41:25 CDT 2009 Thomas Gleixner <tglx@linutronix.de> dmapools: protect page_list walk in show_pools()
show_pools() walks the page_list of a pool w/o protection against the list modifications in alloc/free. Take pool->lock to avoid stomping into nirvana.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|