mbox series

[GIT,PULL] ARC fixes for 5.10-rc6

Message ID e02b2e57-720a-758a-bea9-1d9c03fba539@synopsys.com
State New
Headers show
Series [GIT,PULL] ARC fixes for 5.10-rc6 | expand

Pull-request

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

Message

Vineet Gupta Nov. 24, 2020, 12:52 a.m. UTC
Hi Linus,

A couple more stack unwinder related fixes. Please pull !

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

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

are available in the Git repository at:

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

for you to fetch changes up to f737561c709667013d832316dd3198a7fe3d1260:

   ARC: stack unwinding: reorganize how initial register state setup 
(2020-11-17 20:12:01 -0800)

----------------------------------------------------------------
ARC fixes for 5.10-rc6

  - More stack unwinding updates

  - Miscll minor fixes

----------------------------------------------------------------
Flavio Suligoi (1):
       ARC: mm: fix spelling mistakes

Gustavo Pimentel (1):
       ARC: bitops: Remove unecessary operation and value

Vineet Gupta (2):
       ARC: stack unwinding: don't assume non-current task is sleeping
       ARC: stack unwinding: reorganize how initial register state setup

  arch/arc/include/asm/bitops.h |  4 +---
  arch/arc/kernel/stacktrace.c  | 56 
++++++++++++++++++++++++-------------------
  arch/arc/mm/tlb.c             | 24 +++++++++----------
  3 files changed, 44 insertions(+), 40 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 24, 2020, 8:17 p.m. UTC | #1
The pull request you sent on Tue, 24 Nov 2020 00:52:20 +0000:

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

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

Thank you!