[PULL 0/2] Xtensa fixes for v6.2

From: Max Filippov
Date: Tue Jan 10 2023 - 13:12:33 EST


Hi Linus,

please pull the following fixes for the Xtensa architecture.

The following changes since commit 88603b6dc419445847923fcb7fe5080067a30f98:

Linux 6.2-rc2 (2023-01-01 13:53:16 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 4414c1f5c7a375eaa108676a56e12cc8234eb647:

xtensa: drop unused members of struct thread_struct (2023-01-06 23:33:11 -0800)

----------------------------------------------------------------
Xtensa fixes for v6.2:

- fix xtensa allmodconfig build broken by the kcsan test
- drop unused members of struct thread_struct

----------------------------------------------------------------
Max Filippov (2):
kcsan: test: don't put the expect array on the stack
xtensa: drop unused members of struct thread_struct

arch/xtensa/include/asm/processor.h | 9 ---------
arch/xtensa/kernel/traps.c | 2 --
arch/xtensa/mm/fault.c | 4 ----
kernel/kcsan/kcsan_test.c | 7 ++++++-
4 files changed, 6 insertions(+), 16 deletions(-)

--
Thanks.
-- Max