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

From: Max Filippov
Date: Sun Jul 12 2020 - 15:55:43 EST


Hi Linus,

please pull the following Xtensa architecture fixes for v5.8:

The following changes since commit 9ebcfadb0610322ac537dd7aa5d9cbc2b2894c68:

Linux 5.8-rc3 (2020-06-28 15:00:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ee769ebbe9e5fc7219e979fb7c5ed5bb5722649e:

xtensa: simplify xtensa_pmu_irq_handler (2020-07-08 00:18:15 -0700)

----------------------------------------------------------------
Xtensa fixes for v5.8:

- fix __sync_fetch_and_{and,or}_4 declarations to avoid build warning
- update *pos in cpuinfo_op.next to avoid runtime warning
- use for_each_set_bit in xtensa_pmu_irq_handler instead of open-coding
it

----------------------------------------------------------------
Max Filippov (2):
xtensa: fix __sync_fetch_and_{and,or}_4 declarations
xtensa: update *pos in cpuinfo_op.next

Xu Wang (1):
xtensa: simplify xtensa_pmu_irq_handler

arch/xtensa/kernel/perf_event.c | 4 +---
arch/xtensa/kernel/setup.c | 3 ++-
arch/xtensa/kernel/xtensa_ksyms.c | 4 ++--
3 files changed, 5 insertions(+), 6 deletions(-)

--
Thanks.
-- Max