From: Linus Torvalds Date: Thu, 2 Jul 2026 00:21:03 +0000 (-1000) Subject: Merge tag 'bootconfig-fixes-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v7.2-rc2~25 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=4a50a141f05a8d1737661b19ee22ff8455b94409;p=thirdparty%2Flinux.git Merge tag 'bootconfig-fixes-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace Pull bootconfig fix from Masami Hiramatsu: - bootconfig: Fix NULL-pointer arithmetic Fix undefined pointer arithmetic in xbc_snprint_cmdline() when probing the buffer length with NULL and size 0. Track the written length as a size_t instead to prevent build-time UBSan/FORTIFY_SOURCE failures. * tag 'bootconfig-fixes-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace: bootconfig: fix NULL-pointer arithmetic in xbc_snprint_cmdline() --- 4a50a141f05a8d1737661b19ee22ff8455b94409