mbox series

[GIT,PULL] parisc architecture fixes for v6.11-rc2

Message ID 7ab022d9-c1f3-446f-b27e-1d95f725e75b@gmx.de (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] parisc architecture fixes for v6.11-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.11-rc2

Message

Helge Deller Aug. 3, 2024, 8:10 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Aug. 3, 2024, 4:32 p.m. UTC | #1
The pull request you sent on Sat, 3 Aug 2024 10:10:48 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.11-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1dd950f2888f63ec163f3f142161e21a66685e35

Thank you!