]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
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)
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>

Trivial merge