mbox series

[GIT,PULL] ARC fixes for 5.13-rc7

Message ID f29fc4e4-77ca-f026-eb1b-c82fab8bb30b@synopsys.com
State New
Headers show
Series [GIT,PULL] ARC fixes for 5.13-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-5.13-rc7-fixes

Message

Vineet Gupta June 18, 2021, 5:18 p.m. UTC
Hi Linus,

Couple of fixes for ARC which can go in now.

Thx,
-Vineet
--------------->
The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc:

   Linux 5.13-rc2 (2021-05-16 15:27:44 -0700)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ 
tags/arc-5.13-rc7-fixes

for you to fetch changes up to 110febc0148f8ab867344061d5cf95ee1e1ebb3e:

   ARC: fix CONFIG_HARDENED_USERCOPY (2021-06-10 17:37:00 -0700)

----------------------------------------------------------------
ARC fixes for 5.13-rc7

  - ARCv2 userspace ABI not populating a few registers

  - Unbork CONFIG_HARDENED_USERCOPY for ARC

----------------------------------------------------------------
Vineet Gupta (2):
       ARCv2: save ABI registers across signal handling
       ARC: fix CONFIG_HARDENED_USERCOPY

  arch/arc/include/uapi/asm/sigcontext.h |  1 +
  arch/arc/kernel/signal.c               | 43 
++++++++++++++++++++++++++++++++++
  arch/arc/kernel/vmlinux.lds.S          |  2 +-
  3 files changed, 45 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org June 18, 2021, 7:30 p.m. UTC | #1
The pull request you sent on Fri, 18 Jun 2021 17:18:30 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-5.13-rc7-fixes

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

Thank you!