Re: [GIT PULL] RISC-V Patches for the 6.14 Merge Window, Part 1
From: Eric Biggers
Date: Fri Jan 31 2025 - 21:00:10 EST
On Fri, Jan 31, 2025 at 12:08:40PM -0800, Palmer Dabbelt wrote:
> The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:
>
> Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.14-mw1
>
> for you to fetch changes up to 101971298be2aa4706c8602bd81066a0f6f2ced5:
>
> riscv: add a warning when physical memory address overflows (2025-01-29 18:36:09 -0800)
>
> ----------------------------------------------------------------
> RISC-V Patches for the 6.14 Merge Window, Part 1
>
> * The PH1520 pinctrl and dwmac drivers are enabeled in defconfig.
> * A redundant AQRL barrier has been removed from the futex cmpxchg
> implementation.
> * Support for the T-Head vector extensions, which includes exposing
> these extensions to userspace on systems that implement them.
> * Some more page table information is now printed on die() and systems
> that cause PA overflows.
FYI this pull request added a 90KB ELF binary at
scripts/selinux/genheaders/genheaders in the following commit:
commit 101971298be2aa4706c8602bd81066a0f6f2ced5 (riscv/for-next)
Author: Yunhui Cui <cuiyunhui@xxxxxxxxxxxxx>
Date: Wed Aug 14 14:26:25 2024 +0800
riscv: add a warning when physical memory address overflows
Presumably a mistake, or else something a lot more interesting.
- Eric