[PULL 0/7] xtensa updates for 5.15

From: Max Filippov
Date: Thu Sep 02 2021 - 10:52:04 EST


Hi Linus,

please pull the following Xtensa architecture updates for v5.15:

The following changes since commit 36a21d51725af2ce0700c6ebcb6b9594aac658a6:

Linux 5.14-rc5 (2021-08-08 13:49:31 -0700)

are available in the Git repository at:

git://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20210902

for you to fetch changes up to 7b7cec477fc3cd42ce565dfc3e53f144504fc95c:

xtensa: move core-y in arch/xtensa/Makefile to arch/xtensa/Kbuild (2021-08-11 11:37:13 -0700)

----------------------------------------------------------------
Xtensa updates for v5.15

- fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHG
- add fairness to handling IRQs of the same priority
- fix pointer usage before NULL check in ISS console driver
- build system cleanups

----------------------------------------------------------------
Masahiro Yamada (4):
xtensa: remove unneeded exports
xtensa: do not build variants directory
xtensa: build platform directories unconditionally
xtensa: move core-y in arch/xtensa/Makefile to arch/xtensa/Kbuild

Max Filippov (2):
xtensa: add fairness to IRQ handling
xtensa: ISS: don't use string pointer before NULL check

Randy Dunlap (1):
xtensa: fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHG

arch/xtensa/Kbuild | 1 +
arch/xtensa/Kconfig | 2 +-
arch/xtensa/Makefile | 12 ------------
arch/xtensa/kernel/traps.c | 7 +++++++
arch/xtensa/platforms/Makefile | 4 ++++
arch/xtensa/platforms/iss/console.c | 6 +++---
6 files changed, 16 insertions(+), 16 deletions(-)
create mode 100644 arch/xtensa/platforms/Makefile

--
Thanks.
-- Max