mbox series

[GIT,PULL] arch/sh additional critical fixes 5.8

Message ID 20200727220922.GP6949@brightrain.aerifal.cx (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arch/sh additional critical fixes 5.8 | expand

Pull-request

git://git.libc.org/linux-sh tags/sh-for-5.8-part2

Message

dalias@libc.org July 27, 2020, 10:09 p.m. UTC
Hi Linus,

I have some last-minute fixes I hope you can still pull in for 5.8.
One is for a boot regression (mmu code broken) and the other fixes a
long-standing broken syscall number bounds check.

Rich



The following changes since commit 92ed301919932f777713b9172e525674157e983d:

  Linux 5.8-rc7 (2020-07-26 14:14:06 -0700)

are available in the Git repository at:

  git://git.libc.org/linux-sh tags/sh-for-5.8-part2

for you to fetch changes up to 04a8a3d0a73f51c7c2da84f494db7ec1df230e69:

  sh: Fix validation of system call number (2020-07-27 16:12:49 -0400)

----------------------------------------------------------------
Fixes for major regression and longstanding bounds-checking error.

----------------------------------------------------------------
Michael Karcher (1):
      sh: Fix validation of system call number

Peter Zijlstra (1):
      sh/tlb: Fix PGTABLE_LEVELS > 2

 arch/sh/include/asm/pgalloc.h | 10 +---------
 arch/sh/kernel/entry-common.S |  6 +++---
 2 files changed, 4 insertions(+), 12 deletions(-)

Comments

pr-tracker-bot@kernel.org July 28, 2020, 7:05 p.m. UTC | #1
The pull request you sent on Mon, 27 Jul 2020 18:09:24 -0400:

> git://git.libc.org/linux-sh tags/sh-for-5.8-part2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4764e61e1d57c0bc3569dbc540af8bb28e18d2e6

Thank you!