mbox series

[GIT,PULL] arch/sh important regression fixes 5.9

Message ID 20200918174528.GY3265@brightrain.aerifal.cx (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arch/sh important regression fixes 5.9 | expand

Pull-request

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

Message

dalias@libc.org Sept. 18, 2020, 5:45 p.m. UTC
The following changes since commit 856deb866d16e29bd65952e0289066f6078af773:

  Linux 5.9-rc5 (2020-09-13 16:06:00 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b0cfc315ff38c423a5ce9ce159bd5baa4135e688:

  sh: fix syscall tracing (2020-09-13 21:22:55 -0400)

----------------------------------------------------------------
Fixes for build and function regression.

----------------------------------------------------------------
Rich Felker (2):
      sh: remove spurious circular inclusion from asm/smp.h
      sh: fix syscall tracing

 arch/sh/include/asm/smp.h     |  1 -
 arch/sh/kernel/entry-common.S |  1 -
 arch/sh/kernel/ptrace_32.c    | 15 +++++----------
 3 files changed, 5 insertions(+), 12 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 18, 2020, 7:04 p.m. UTC | #1
The pull request you sent on Fri, 18 Sep 2020 13:45:35 -0400:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/92ab97adeefccf375de7ebaad9d5b75d4125fe8b

Thank you!