From: Paul Walmsley <pjw@kernel.org>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org
Subject: [GIT PULL] RISC-V updates for late v7.2-rc
Date: Thu, 13 Aug 2026 21:07:01 -0600 (MDT) [thread overview]
Message-ID: <b2ab28e2-de86-29b5-691c-2ba47af7f9e6@kernel.org> (raw)
Linus,
Please pull these RISC-V updates for late v7.2-rc. Nothing too
notable here; all of these fix significant issues that would be
good to resolve before v7.2 is tagged.
thanks,
- Paul
The following changes since commit 075b74841bd0065a3bda3440873c747938e69b68:
Linux 7.2-rc6 (2026-08-02 16:24:24 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux tags/riscv-for-linus-v7.2-rc8
for you to fetch changes up to 5d588c684833e678a0008eb69c33190f01a65f4b:
riscv: lib: Fix ZBB strnlen reading past count boundary (2026-08-08 11:45:33 -0600)
----------------------------------------------------------------
RISC-V updates for late v7.2-rc
- Fix a fault caused when the RISC-V Zbb-enabled strlen() is executed
on a string that ends right before a page boundary, when the next
page is unmapped
- Fix a race with the misaligned vector performance testing code that
can prevent the outcome of the test from being stored into the vDSO
cache
- Fix a kernel warning generated by the ftrace code when
ftrace_modify_call_code() runs against a ftrace-traced function
where a kprobe has already been attached. This shows up in the bpf
kselftests
----------------------------------------------------------------
Michael Neuling (1):
riscv: lib: Fix ZBB strnlen reading past count boundary
Pu Lehui (1):
riscv: ftrace: Fix ftrace_modify_call failure on kprobed functions
Rui Qi (1):
riscv: hwprobe: Register unaligned probes before usermode
arch/riscv/kernel/ftrace.c | 5 ++++-
arch/riscv/kernel/unaligned_access_speed.c | 8 +++++++-
arch/riscv/lib/strnlen.S | 10 +++++++++-
3 files changed, 20 insertions(+), 3 deletions(-)
vmlinux size differences in bytes (from 075b74841bd0):
text data bss dec hex filename
+12 +96 . +108 +6c vmlinux.defconfig.gcc-16
+12 +96 . +108 +6c vmlinux.nosmp_defconfig.gcc-16
+12 +64 . +76 +4c vmlinux.rv32_defconfig.gcc-16
+12 +96 . +108 +6c vmlinux.rv32_nosmp_defconfig.gcc-16
+12 +64 . +76 +4c vmlinux.nommu_virt_defconfig.gcc-16
+8 +96 . +104 +68 vmlinux.defconfig.clang-20
+8 +96 . +104 +68 vmlinux.nosmp_defconfig.clang-20
+8 +64 . +72 +48 vmlinux.rv32_defconfig.clang-20
+8 +64 . +72 +48 vmlinux.rv32_nosmp_defconfig.clang-20
+8 +64 . +72 +48 vmlinux.nommu_virt_defconfig.clang-20
+12 +64 . +76 +4c vmlinux.defconfig.gcc-15
+12 +64 . +76 +4c vmlinux.nosmp_defconfig.gcc-15
+12 +64 . +76 +4c vmlinux.rv32_defconfig.gcc-15
+12 +96 . +108 +6c vmlinux.rv32_nosmp_defconfig.gcc-15
+12 +64 . +76 +4c vmlinux.nommu_virt_defconfig.gcc-15
+12 +96 . +108 +6c vmlinux.defconfig.gcc-14
+12 +64 . +76 +4c vmlinux.nosmp_defconfig.gcc-14
+12 +96 . +108 +6c vmlinux.rv32_defconfig.gcc-14
+12 +96 . +108 +6c vmlinux.rv32_nosmp_defconfig.gcc-14
+12 . . +12 +c vmlinux.nommu_virt_defconfig.gcc-14
+8 +64 . +72 +48 vmlinux.defconfig.clang-19
+8 +64 . +72 +48 vmlinux.nosmp_defconfig.clang-19
+8 +64 . +72 +48 vmlinux.rv32_defconfig.clang-19
+8 +96 . +104 +68 vmlinux.rv32_nosmp_defconfig.clang-19
+8 +64 . +72 +48 vmlinux.nommu_virt_defconfig.clang-19
+12 +96 . +108 +6c vmlinux.defconfig.gcc-13
+12 +96 . +108 +6c vmlinux.nosmp_defconfig.gcc-13
+12 +96 . +108 +6c vmlinux.rv32_defconfig.gcc-13
+12 +96 . +108 +6c vmlinux.rv32_nosmp_defconfig.gcc-13
+12 +64 . +76 +4c vmlinux.nommu_virt_defconfig.gcc-13
+8 +64 . +72 +48 vmlinux.defconfig.clang-18
+8 +64 . +72 +48 vmlinux.nosmp_defconfig.clang-18
+8 +96 . +104 +68 vmlinux.rv32_defconfig.clang-18
+8 +64 . +72 +48 vmlinux.rv32_nosmp_defconfig.clang-18
+8 . . +8 +8 vmlinux.nommu_virt_defconfig.clang-18
+12 +96 . +108 +6c vmlinux.defconfig.gcc-12
+12 +96 . +108 +6c vmlinux.nosmp_defconfig.gcc-12
+12 +64 . +76 +4c vmlinux.rv32_defconfig.gcc-12
+12 +96 . +108 +6c vmlinux.rv32_nosmp_defconfig.gcc-12
+12 +64 . +76 +4c vmlinux.nommu_virt_defconfig.gcc-12
+8 +64 . +72 +48 vmlinux.defconfig.clang-17
+8 +96 . +104 +68 vmlinux.nosmp_defconfig.clang-17
+8 +64 . +72 +48 vmlinux.rv32_defconfig.clang-17
+8 +64 . +72 +48 vmlinux.rv32_nosmp_defconfig.clang-17
+8 +64 . +72 +48 vmlinux.nommu_virt_defconfig.clang-17
+12 +96 . +108 +6c vmlinux.defconfig.gcc-11
+12 +96 . +108 +6c vmlinux.nosmp_defconfig.gcc-11
+12 +64 . +76 +4c vmlinux.rv32_defconfig.gcc-11
+12 +96 . +108 +6c vmlinux.rv32_nosmp_defconfig.gcc-11
+12 +64 . +76 +4c vmlinux.nommu_virt_defconfig.gcc-11
. +32 . +32 +20 vmlinux.allnoconfig.gcc-15
+57664 +172 -128 +57708 +e16c vmlinux.allmodconfig.gcc-15
. . . . . vmlinux.allnoconfig.clang-19
+19812 -128 +64 +19748 +4d24 vmlinux.allmodconfig.clang-19
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
WARNING: multiple messages have this Message-ID (diff)
From: Paul Walmsley <pjw@kernel.org>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org
Subject: [GIT PULL] RISC-V updates for late v7.2-rc
Date: Thu, 13 Aug 2026 21:07:01 -0600 (MDT) [thread overview]
Message-ID: <b2ab28e2-de86-29b5-691c-2ba47af7f9e6@kernel.org> (raw)
Linus,
Please pull these RISC-V updates for late v7.2-rc. Nothing too
notable here; all of these fix significant issues that would be
good to resolve before v7.2 is tagged.
thanks,
- Paul
The following changes since commit 075b74841bd0065a3bda3440873c747938e69b68:
Linux 7.2-rc6 (2026-08-02 16:24:24 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux tags/riscv-for-linus-v7.2-rc8
for you to fetch changes up to 5d588c684833e678a0008eb69c33190f01a65f4b:
riscv: lib: Fix ZBB strnlen reading past count boundary (2026-08-08 11:45:33 -0600)
----------------------------------------------------------------
RISC-V updates for late v7.2-rc
- Fix a fault caused when the RISC-V Zbb-enabled strlen() is executed
on a string that ends right before a page boundary, when the next
page is unmapped
- Fix a race with the misaligned vector performance testing code that
can prevent the outcome of the test from being stored into the vDSO
cache
- Fix a kernel warning generated by the ftrace code when
ftrace_modify_call_code() runs against a ftrace-traced function
where a kprobe has already been attached. This shows up in the bpf
kselftests
----------------------------------------------------------------
Michael Neuling (1):
riscv: lib: Fix ZBB strnlen reading past count boundary
Pu Lehui (1):
riscv: ftrace: Fix ftrace_modify_call failure on kprobed functions
Rui Qi (1):
riscv: hwprobe: Register unaligned probes before usermode
arch/riscv/kernel/ftrace.c | 5 ++++-
arch/riscv/kernel/unaligned_access_speed.c | 8 +++++++-
arch/riscv/lib/strnlen.S | 10 +++++++++-
3 files changed, 20 insertions(+), 3 deletions(-)
vmlinux size differences in bytes (from 075b74841bd0):
text data bss dec hex filename
+12 +96 . +108 +6c vmlinux.defconfig.gcc-16
+12 +96 . +108 +6c vmlinux.nosmp_defconfig.gcc-16
+12 +64 . +76 +4c vmlinux.rv32_defconfig.gcc-16
+12 +96 . +108 +6c vmlinux.rv32_nosmp_defconfig.gcc-16
+12 +64 . +76 +4c vmlinux.nommu_virt_defconfig.gcc-16
+8 +96 . +104 +68 vmlinux.defconfig.clang-20
+8 +96 . +104 +68 vmlinux.nosmp_defconfig.clang-20
+8 +64 . +72 +48 vmlinux.rv32_defconfig.clang-20
+8 +64 . +72 +48 vmlinux.rv32_nosmp_defconfig.clang-20
+8 +64 . +72 +48 vmlinux.nommu_virt_defconfig.clang-20
+12 +64 . +76 +4c vmlinux.defconfig.gcc-15
+12 +64 . +76 +4c vmlinux.nosmp_defconfig.gcc-15
+12 +64 . +76 +4c vmlinux.rv32_defconfig.gcc-15
+12 +96 . +108 +6c vmlinux.rv32_nosmp_defconfig.gcc-15
+12 +64 . +76 +4c vmlinux.nommu_virt_defconfig.gcc-15
+12 +96 . +108 +6c vmlinux.defconfig.gcc-14
+12 +64 . +76 +4c vmlinux.nosmp_defconfig.gcc-14
+12 +96 . +108 +6c vmlinux.rv32_defconfig.gcc-14
+12 +96 . +108 +6c vmlinux.rv32_nosmp_defconfig.gcc-14
+12 . . +12 +c vmlinux.nommu_virt_defconfig.gcc-14
+8 +64 . +72 +48 vmlinux.defconfig.clang-19
+8 +64 . +72 +48 vmlinux.nosmp_defconfig.clang-19
+8 +64 . +72 +48 vmlinux.rv32_defconfig.clang-19
+8 +96 . +104 +68 vmlinux.rv32_nosmp_defconfig.clang-19
+8 +64 . +72 +48 vmlinux.nommu_virt_defconfig.clang-19
+12 +96 . +108 +6c vmlinux.defconfig.gcc-13
+12 +96 . +108 +6c vmlinux.nosmp_defconfig.gcc-13
+12 +96 . +108 +6c vmlinux.rv32_defconfig.gcc-13
+12 +96 . +108 +6c vmlinux.rv32_nosmp_defconfig.gcc-13
+12 +64 . +76 +4c vmlinux.nommu_virt_defconfig.gcc-13
+8 +64 . +72 +48 vmlinux.defconfig.clang-18
+8 +64 . +72 +48 vmlinux.nosmp_defconfig.clang-18
+8 +96 . +104 +68 vmlinux.rv32_defconfig.clang-18
+8 +64 . +72 +48 vmlinux.rv32_nosmp_defconfig.clang-18
+8 . . +8 +8 vmlinux.nommu_virt_defconfig.clang-18
+12 +96 . +108 +6c vmlinux.defconfig.gcc-12
+12 +96 . +108 +6c vmlinux.nosmp_defconfig.gcc-12
+12 +64 . +76 +4c vmlinux.rv32_defconfig.gcc-12
+12 +96 . +108 +6c vmlinux.rv32_nosmp_defconfig.gcc-12
+12 +64 . +76 +4c vmlinux.nommu_virt_defconfig.gcc-12
+8 +64 . +72 +48 vmlinux.defconfig.clang-17
+8 +96 . +104 +68 vmlinux.nosmp_defconfig.clang-17
+8 +64 . +72 +48 vmlinux.rv32_defconfig.clang-17
+8 +64 . +72 +48 vmlinux.rv32_nosmp_defconfig.clang-17
+8 +64 . +72 +48 vmlinux.nommu_virt_defconfig.clang-17
+12 +96 . +108 +6c vmlinux.defconfig.gcc-11
+12 +96 . +108 +6c vmlinux.nosmp_defconfig.gcc-11
+12 +64 . +76 +4c vmlinux.rv32_defconfig.gcc-11
+12 +96 . +108 +6c vmlinux.rv32_nosmp_defconfig.gcc-11
+12 +64 . +76 +4c vmlinux.nommu_virt_defconfig.gcc-11
. +32 . +32 +20 vmlinux.allnoconfig.gcc-15
+57664 +172 -128 +57708 +e16c vmlinux.allmodconfig.gcc-15
. . . . . vmlinux.allnoconfig.clang-19
+19812 -128 +64 +19748 +4d24 vmlinux.allmodconfig.clang-19
next reply other threads:[~2026-08-14 3:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-14 3:07 Paul Walmsley [this message]
2026-08-14 3:07 ` [GIT PULL] RISC-V updates for late v7.2-rc Paul Walmsley
2026-08-14 15:59 ` pr-tracker-bot
2026-08-14 15:59 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b2ab28e2-de86-29b5-691c-2ba47af7f9e6@kernel.org \
--to=pjw@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.