mbox series

[GIT,PULL] ARC fixes for 5.10-rc3

Message ID 06d83e19-7850-b6f2-5728-a778392d3e5c@synopsys.com
State New
Headers show
Series [GIT,PULL] ARC fixes for 5.10-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-5.10-rc3

Message

Vineet Gupta Nov. 5, 2020, 9:13 p.m. UTC
Hi Linus,

A couple of urgent fixes for ARC for 5.10-rc3. Please pull.

Thx,
-Vineet
-------------------->
The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:

   Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ 
tags/arc-5.10-rc3

for you to fetch changes up to 3b57533b460c8dc22a432684b7e8d22571f34d2e:

   ARC: [plat-hsdk] Remap CCMs super early in asm boot trampoline 
(2020-11-02 11:45:09 -0800)

----------------------------------------------------------------
ARC fixes for 5.10-rc3

  - Unbork HSDKv1 platform (won't boot) due to memory map issue

  - Prevent stack unwinder from infinite looping

----------------------------------------------------------------
Vineet Gupta (2):
       ARC: stack unwinding: avoid indefinite looping
       ARC: [plat-hsdk] Remap CCMs super early in asm boot trampoline

  arch/arc/kernel/head.S        | 17 ++++++++++++++++-
  arch/arc/kernel/stacktrace.c  |  7 ++++++-
  arch/arc/plat-hsdk/platform.c | 17 -----------------
  3 files changed, 22 insertions(+), 19 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 6, 2020, 9:13 p.m. UTC | #1
The pull request you sent on Thu, 5 Nov 2020 21:13:08 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-5.10-rc3

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

Thank you!