[PULL 0/3] xtensa fixes for v5.19

From: Max Filippov
Date: Sun Jun 26 2022 - 06:47:34 EST


Hi Linus,

please pull the following fixes for the Xtensa architecture.

The following changes since commit b13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3:

Linux 5.19-rc2 (2022-06-12 16:11:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a2d9b75b19dc8863f0845ffb401d33b2286d0aa1:

xtensa: change '.bss' to '.section .bss' (2022-06-20 02:50:34 -0700)

----------------------------------------------------------------
Xtensa fixes for v5.19:

- fix OF reference leaks in xtensa arch code
- replace '.bss' with '.section .bss' to fix entry.S build with old
assembler

----------------------------------------------------------------
Liang He (2):
xtensa: Fix refcount leak bug in time.c
xtensa: xtfpga: Fix refcount leak bug in setup

Max Filippov (1):
xtensa: change '.bss' to '.section .bss'

arch/xtensa/kernel/entry.S | 2 +-
arch/xtensa/kernel/time.c | 1 +
arch/xtensa/platforms/xtfpga/setup.c | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)

--
Thanks.
-- Max