[GIT PULL] ARC fixes for 5.7

From: Vineet Gupta
Date: Tue May 19 2020 - 17:36:21 EST


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