From: Linus Torvalds Date: Wed, 20 Aug 2025 23:27:38 +0000 (-0700) Subject: Merge tag 'bootconfig-fixes-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=43f981b7a72bd39358b876f801ffee463536dea5;p=linux-block.git Merge tag 'bootconfig-fixes-v6.17-rc2' of git://git./linux/kernel/git/trace/linux-trace Pull bootconfig fix from Masami Hiramatsu: "Fix negative seeks on 32-bit with LFS enabled On 32bit architecture, -BOOTCONFIG_FOOTER_SIZE (size_t, 32bit) becomes a positive value when it is passed to lseek() because it is cast to off_t (64bit). Thus, add type casts" * tag 'bootconfig-fixes-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace: bootconfig: Fix negative seeks on 32-bit with LFS enabled --- 43f981b7a72bd39358b876f801ffee463536dea5