On 3/20/26 7:30 AM, Lisa Wang wrote:
Add a shmem memory failure selftest to test the shmem memory failure is correct after modifying shmem return value. Test that + madvise() call returns 0 at the first time + trigger a SIGBUS when the poisoned shmem page is fault-in again. Signed-off-by: Lisa Wang <[email protected]> ---
Why not move the shmem memory failure test into memory-failure.c?

