Hi Linus,
Please pull to receive two fixes from Mikulas Patocka for the parisc architecture for 6.11-rc2.
The fixes avoid unaligned memory access warnings when calling BPF functions
and fix possible DMA corruptions.
Thanks!
Helge
----------------------------------------------------------------
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.11-rc2
for you to fetch changes up to 7ae04ba36b381bffe2471eff3a93edced843240f:
parisc: fix a possible DMA corruption (2024-07-29 16:19:07 +0200)
----------------------------------------------------------------
parisc architecture fixes for kernel v6.11-rc2:
- fix unaligned memory accesses when calling BPF functions
- adjust memory size constants to fix possible DMA corruptions
----------------------------------------------------------------
Mikulas Patocka (2):
parisc: fix unaligned accesses in BPF
parisc: fix a possible DMA corruption
arch/parisc/Kconfig | 1 +
arch/parisc/include/asm/cache.h | 11 ++++++++++-
arch/parisc/net/bpf_jit_core.c | 2 +-
3 files changed, 12 insertions(+), 2 deletions(-)