]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge patch series "fix architecture-specific compat_ftruncate64 implementations"
authorChristian Brauner <brauner@kernel.org>
Mon, 23 Mar 2026 11:41:19 +0000 (12:41 +0100)
committerChristian Brauner <brauner@kernel.org>
Mon, 23 Mar 2026 11:41:58 +0000 (12:41 +0100)
commite247fd37e597b3536d26cfa5fcc558832586f57c
tree425259dd28393a196c0520d6f8750ba61c074182
parent3d6bb84f6bb3f4c05fc47fd02ce75ce3032a4ce1
parente8767a3134ca69a307b37f7f58ca088dbee6eb82
Merge patch series "fix architecture-specific compat_ftruncate64 implementations"

Christoph Hellwig <hch@lst.de> says:

This series fixes a really old bug found by code inspection, where the
architecture-specific 32-bit compat ftruncate64 implementations enforce
the non-LFS file size limit unless opened with O_LARGEFILE.

* patches from https://patch.msgid.link/20260323070205.2939118-1-hch@lst.de:
  fs: remove do_sys_truncate
  fs: pass on FTRUNCATE_* flags to do_truncate
  fs: fix archiecture-specific compat_ftruncate64

Link: https://patch.msgid.link/20260323070205.2939118-1-hch@lst.de
Signed-off-by: Christian Brauner <brauner@kernel.org>