[GIT,PULL] MIPS fixes for v6.8

Message ID ZczwVtJLAl+aeunp@alpha.franken.de
State New
Headers
Series [GIT,PULL] MIPS fixes for v6.8 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes_6.8_2

Message

Thomas Bogendoerfer Feb. 14, 2024, 4:54 p.m. UTC
  The following changes since commit 841c35169323cd833294798e58b9bf63fa4fa1de:

  Linux 6.8-rc4 (2024-02-11 12:18:13 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes_6.8_2

for you to fetch changes up to 8fa5070833886268e4fb646daaca99f725b378e9:

  mm/memory: Use exception ip to search exception tables (2024-02-12 23:04:42 +0100)

----------------------------------------------------------------
- Fix for broken ipv6 checksums
- Fix handling of exceptions in delay slots

----------------------------------------------------------------
Guenter Roeck (1):
      MIPS: Add 'memory' clobber to csum_ipv6_magic() inline assembler

Jiaxun Yang (3):
      ptrace: Introduce exception_ip arch hook
      MIPS: Clear Cause.BD in instruction_pointer_set
      mm/memory: Use exception ip to search exception tables

 arch/mips/include/asm/checksum.h | 3 ++-
 arch/mips/include/asm/ptrace.h   | 3 +++
 arch/mips/kernel/ptrace.c        | 7 +++++++
 include/linux/ptrace.h           | 4 ++++
 mm/memory.c                      | 4 ++--
 5 files changed, 18 insertions(+), 3 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Feb. 15, 2024, 12:12 a.m. UTC | #1
The pull request you sent on Wed, 14 Feb 2024 17:54:46 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips-fixes_6.8_2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8d3dea210042f54b952b481838c1e7dfc4ec751d

Thank you!