CVE-2023-54068
Concrete details from connected documents show CVE-2023-54068 affecting Linux kernel with F2FS compression: the root cause is a writeback race that could trigger BUG_ON in mm/filemap.c when the same page is written back twice. The fix is to wait for the page to writeback in f2fs_write_raw_pages()...