[PULL] xtensa updates for v6.2

From: Max Filippov
Date: Tue Dec 13 2022 - 10:55:01 EST


Hi Linus,

please pull the following updates for the xtensa architecture.

The following changes since commit 4fe89d07dcc2804c8b562f6c7896a45643d34b2f:

Linux 6.0 (2022-10-02 14:09:07 -0700)

are available in the Git repository at:

https://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20221213

for you to fetch changes up to 8939c58d68f97ce530f02d46c9f2b56c3ec88399:

xtensa: add __umulsidi3 helper (2022-12-06 16:21:26 -0800)

----------------------------------------------------------------
Xtensa updates for v6.2

- fix kernel build with gcc-13
- various minor fixes

----------------------------------------------------------------
Lukas Bulwahn (1):
xtensa: update config files

Max Filippov (2):
MAINTAINERS: update the 'T:' entry for xtensa
xtensa: add __umulsidi3 helper

MAINTAINERS | 2 +-
arch/xtensa/configs/audio_kc705_defconfig | 1 -
arch/xtensa/configs/cadence_csp_defconfig | 4 -
arch/xtensa/configs/generic_kc705_defconfig | 1 -
arch/xtensa/configs/nommu_kc705_defconfig | 1 -
arch/xtensa/configs/smp_lx200_defconfig | 1 -
arch/xtensa/configs/xip_kc705_defconfig | 1 -
arch/xtensa/kernel/xtensa_ksyms.c | 2 +
arch/xtensa/lib/Makefile | 2 +-
arch/xtensa/lib/umulsidi3.S | 230 ++++++++++++++++++++++++++++
10 files changed, 234 insertions(+), 11 deletions(-)
create mode 100644 arch/xtensa/lib/umulsidi3.S

--
Thanks.
-- Max