+27
−30
Loading
stable inclusion from stable-v6.6.35 commit 8394dce135733329c143097351e1893ade6a69cd category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/IA8AIS CVE: CVE-2024-39469 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8394dce135733329c143097351e1893ade6a69cd -------------------------------- [ Upstream commit 09a46acb3697e50548bb265afa1d79163659dd85 ] In prepartion for switching from kmap() to kmap_local(), return the kmap address from nilfs_get_page() instead of having the caller look up page_address(). [konishi.ryusuke: fixed a missing blank line after declaration] Link: https://lkml.kernel.org/r/20231127143036.2425-7-konishi.ryusuke@gmail.com Signed-off-by:Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by:
Ryusuke Konishi <konishi.ryusuke@gmail.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Stable-dep-of: 7373a51e7998 ("nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors") Signed-off-by:
Sasha Levin <sashal@kernel.org> Conflicts: fs/nilfs2/dir.c [79ea6556(nilfs2: Remove check for PageError is not applied) not merged, which lead to the conflict] Signed-off-by:
Yu Liao <liaoyu15@huawei.com>