5/5

mm/memory-failure: keep inherited poisoned frames out of the buddy allocator

在 __free_pages_core() 释放启动内存时用 range_contains_poisoned_memory() 检测继承 poison,标记 PG_hwpoison,阻止中毒 frame 进入 buddy,避免被分配。