Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim <[email protected]>:
On Wed, 7 Jan 2026 10:33:46 +0800 you wrote: > From: Yongpeng Yang <[email protected]> > > Some f2fs sysfs attributes suffer from out-of-bounds memory access and > incorrect handling of integer values whose size is not 4 bytes. > > For example: > vm:~# echo 65537 > /sys/fs/f2fs/vde/carve_out > vm:~# cat /sys/fs/f2fs/vde/carve_out > 65537 > vm:~# echo 4294967297 > /sys/fs/f2fs/vde/atgc_age_threshold > vm:~# cat /sys/fs/f2fs/vde/atgc_age_threshold > 1 > > [...] Here is the summary with links: - [f2fs-dev,v3,1/2] f2fs: fix out-of-bounds access in sysfs attribute read/write https://git.kernel.org/jaegeuk/f2fs/c/98ea0039dbfd - [f2fs-dev,v3,2/2] f2fs: change seq_file_ra_mul and max_io_bytes to unsigned int https://git.kernel.org/jaegeuk/f2fs/c/071e50d61cf2 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
