[GIT PULL] ARC fixes for 6.13
Vineet Gupta
vgupta at kernel.org
Sun Dec 15 12:49:55 PST 2024
Hi Linus,
A little pile of long pending fixes for ARC.
Please pull ! Happy Holidays.
Thx,
-Vineet
--------------------->
The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:
Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-6.13-fixes
for you to fetch changes up to 824927e88456331c7a999fdf5d9d27923b619590:
ARC: build: Try to guess GCC variant of cross compiler (2024-12-13 14:39:24 -0800)
----------------------------------------------------------------
ARC fixes for 6.13-r32 or rc4
- Sundry build and miscll fixes
----------------------------------------------------------------
Benjamin Szőke (1):
arc: rename aux.h to arc_aux.h
Hardevsinh Palaniya (1):
ARC: bpf: Correct conditional check in 'check_jmp_32'
Leon Romanovsky (1):
ARC: build: Try to guess GCC variant of cross compiler
Lukas Bulwahn (1):
ARC: fix reference of dependency for PAE40 config
Paul E. McKenney (1):
ARC: build: Use __force to suppress per-CPU cmpxchg warnings
Uwe Kleine-König (1):
ARC: dts: Replace deprecated snps,nr-gpios property for
snps,dw-apb-gpio-port devices
Vineet Gupta (1):
ARC: build: disallow invalid PAE40 + 4K page config
arch/arc/Kconfig | 4 ++--
arch/arc/Makefile | 2 +-
arch/arc/boot/dts/axc001.dtsi | 2 +-
arch/arc/boot/dts/axc003.dtsi | 2 +-
arch/arc/boot/dts/axc003_idu.dtsi | 2 +-
arch/arc/boot/dts/axs10x_mb.dtsi | 12 ++++++------
arch/arc/boot/dts/hsdk.dts | 2 +-
arch/arc/include/asm/arcregs.h | 2 +-
arch/arc/include/asm/cmpxchg.h | 2 +-
arch/arc/include/asm/mmu-arcv2.h | 2 +-
arch/arc/net/bpf_jit_arcv2.c | 2 +-
include/soc/arc/{aux.h => arc_aux.h} | 0
include/soc/arc/mcip.h | 2 +-
include/soc/arc/timers.h | 2 +-
14 files changed, 19 insertions(+), 19 deletions(-)
rename include/soc/arc/{aux.h => arc_aux.h} (100%)
More information about the linux-snps-arc
mailing list