linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* Machine check recovery broken in v6.9-rc1
@ 2024-04-04 22:05 Tony Luck
  2024-04-04 23:39 ` Tony Luck
  2024-04-05  7:19 ` David Hildenbrand
  0 siblings, 2 replies; 11+ messages in thread
From: Tony Luck @ 2024-04-04 22:05 UTC (permalink / raw)
  To: Borislav Petkov, Yazen Ghannam, Miaohe Lin, Naoya Horiguchi,
	linux-mm, linux-kernel

v6.8 works. v6.9-rc1 fails with:

kernel BUG at include/linux/swapops.h:119

117 static inline unsigned long swp_offset_pfn(swp_entry_t entry)
118 {
119         VM_BUG_ON(!is_pfn_swap_entry(entry));
120         return swp_offset(entry) & SWP_PFN_MASK;
121 }


I've messed up the bisection three times now and ended up
pointing at some innocent looking commit. So I wonder if
anyone else has noticed and tried debugging.

-Tony


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-04-07  4:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-04 22:05 Machine check recovery broken in v6.9-rc1 Tony Luck
2024-04-04 23:39 ` Tony Luck
2024-04-05  7:19 ` David Hildenbrand
2024-04-05 15:05   ` Luck, Tony
2024-04-05 23:58     ` Tony Luck
2024-04-06  2:18       ` Oscar Salvador
2024-04-06  3:54         ` Oscar Salvador
2024-04-06  4:13           ` Oscar Salvador
2024-04-07  0:08             ` Luck, Tony
2024-04-07  3:59               ` Miaohe Lin
2024-04-07  4:51               ` Oscar Salvador

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox