All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARC fixes for 5.10-rc6
@ 2020-11-24  0:52 ` Vineet Gupta
  0 siblings, 0 replies; 4+ messages in thread
From: Vineet Gupta @ 2020-11-24  0:52 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: lkml, arcml, Gustavo Pimentel, Flavio Suligoi

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] ARC fixes for 5.10-rc6
@ 2020-11-24  0:52 ` Vineet Gupta
  0 siblings, 0 replies; 4+ messages in thread
From: Vineet Gupta @ 2020-11-24  0:52 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Gustavo Pimentel, Flavio Suligoi, arcml, lkml

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(-)
_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] ARC fixes for 5.10-rc6
  2020-11-24  0:52 ` Vineet Gupta
@ 2020-11-24 20:17   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-11-24 20:17 UTC (permalink / raw)
  To: Vineet Gupta
  Cc: Linus Torvalds, Gustavo Pimentel, Flavio Suligoi, arcml, lkml

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] ARC fixes for 5.10-rc6
@ 2020-11-24 20:17   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-11-24 20:17 UTC (permalink / raw)
  To: Vineet Gupta
  Cc: Gustavo Pimentel, Flavio Suligoi, arcml, Linus Torvalds, lkml

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-24 20:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-24  0:52 [GIT PULL] ARC fixes for 5.10-rc6 Vineet Gupta
2020-11-24  0:52 ` Vineet Gupta
2020-11-24 20:17 ` pr-tracker-bot
2020-11-24 20:17   ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.