[PATCH] fs: Replace offsetof() with struct_size() in ioctl_file_dedupe_range()
Christian Brauner
brauner at kernel.org
Fri Aug 29 10:01:20 UTC 2025
On Fri, 29 Aug 2025 17:15:10 +0800, Xichao Zhao wrote:
> When dealing with structures containing flexible arrays, struct_size()
> provides additional compile-time checks compared to offsetof(). This
> enhances code robustness and reduces the risk of potential errors.
>
>
Applied to the vfs-6.18.misc branch of the vfs/vfs.git tree.
Patches in the vfs-6.18.misc branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs-6.18.misc
[1/1] fs: Replace offsetof() with struct_size() in ioctl_file_dedupe_range()
https://git.kernel.org/vfs/vfs/c/38d1227fa71d
More information about the Linux-security-module-archive
mailing list