From: Linus Torvalds Date: Mon, 21 Oct 2024 18:08:05 +0000 (-0700) Subject: Merge tag 'probes-fixes-v6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: v6.12-rc5~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1bc09d7bfcbe90c6df3a630ec1fb0fcd4799236;p=thirdparty%2Fkernel%2Flinux.git Merge tag 'probes-fixes-v6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace Pull uprobe fix from Masami Hiramatsu: - uprobe: avoid out-of-bounds memory access of fetching args Uprobe trace events can cause out-of-bounds memory access when fetching user-space data which is bigger than one page, because it does not check the local CPU buffer size when reading the data. This checks the read data size and cut it down to the local CPU buffer size. * tag 'probes-fixes-v6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace: uprobe: avoid out-of-bounds memory access of fetching args --- c1bc09d7bfcbe90c6df3a630ec1fb0fcd4799236