mbox series

[GIT,PULL] ARC fixes for 5.7

Message ID 249e6795-1eef-60b8-807c-e2385a62818a@synopsys.com
State New
Headers show
Series [GIT,PULL] ARC fixes for 5.7 | expand

Pull-request

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

Message

Vineet Gupta May 19, 2020, 9:36 p.m. UTC
Hi Linus,

Please pull the assorted ARC fixes for 5.7.

Thx,
-Vineet
----------------------------->
The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7915502377c54c9f58f6ac537bde0c2c342a6742:

  ARC: show_regs: avoid extra line of output (2020-05-14 15:05:00 -0700)

----------------------------------------------------------------
ARC fixes for 5.7

 - Recent DSP code regressing ARC700 platforms

 - Thinkos in ICCM/DCCM size checks

 - USB regression

 - other small fixes here and there

----------------------------------------------------------------
Eugeniy Paltsev (3):
      ARC: Fix ICCM & DCCM runtime size checks
      ARC: [plat-hsdk]: fix USB regression
      ARC: guard dsp early init against non ARCv2

Masahiro Yamada (2):
      arc: ptrace: hard-code "arc" instead of UTS_MACHINE
      arc: remove #ifndef CONFIG_AS_CFI_SIGNAL_FRAME

Vineet Gupta (3):
      ARC: entry: comment
      ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACT
      ARC: show_regs: avoid extra line of output

 arch/arc/configs/hsdk_defconfig    |  1 +
 arch/arc/include/asm/dsp-impl.h    |  2 ++
 arch/arc/include/asm/entry-arcv2.h |  2 ++
 arch/arc/kernel/Makefile           |  3 ---
 arch/arc/kernel/ptrace.c           |  2 +-
 arch/arc/kernel/setup.c            |  5 +++--
 arch/arc/kernel/troubleshoot.c     | 14 ++++++--------
 arch/arc/kernel/unwind.c           |  2 --
 arch/arc/plat-eznps/Kconfig        |  1 +
 9 files changed, 16 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org May 19, 2020, 10:45 p.m. UTC | #1
The pull request you sent on Tue, 19 May 2020 21:36:13 +0000:

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

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

Thank you!