mbox series

[0/3] Three memory-failure fixes

Message ID 20231218135837.3310403-1-willy@infradead.org (mailing list archive)
Headers show
Series Three memory-failure fixes | expand

Message

Matthew Wilcox (Oracle) Dec. 18, 2023, 1:58 p.m. UTC
I've been looking at the memory-failure code and I believe I have found
three bugs that need fixing -- one going all the way back to 2010!
I'll have more patches later to use folios more extensively but didn't
want these bugfixes to get caught up in that.

Matthew Wilcox (Oracle) (3):
  mm/memory-failure: Pass the folio and the page to collect_procs()
  mm/memory-failure: Check the mapcount of the precise page
  mm/memory-failure: Cast index to loff_t before shifting it

 mm/memory-failure.c | 33 ++++++++++++++++-----------------
 1 file changed, 16 insertions(+), 17 deletions(-)