[GIT PULL] asm-generic fixes for 6.3

From: Arnd Bergmann
Date: Thu Apr 06 2023 - 04:13:39 EST


The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git tags/asm-generic-fixes-6.3

for you to fetch changes up to 656e9007ef5862746cdf7ac16267c8e06e7b0989:

asm-generic: avoid __generic_cmpxchg_local warnings (2023-04-04 17:58:11 +0200)

----------------------------------------------------------------
asm-generic fixes for 6.3

These are minor fixes to address false-positive build warnings:

Some of the less common I/O accessors are missing __force casts and
cause sparse warnings for their implied byteswap, and a recent change
to __generic_cmpxchg_local() causes a warning about constant integer
truncation.

----------------------------------------------------------------
Arnd Bergmann (1):
asm-generic: avoid __generic_cmpxchg_local warnings

Vladimir Oltean (2):
asm-generic/io.h: suppress endianness warnings for readq() and writeq()
asm-generic/io.h: suppress endianness warnings for relaxed accessors

include/asm-generic/atomic.h | 4 ++--
include/asm-generic/cmpxchg-local.h | 12 ++++++------
include/asm-generic/cmpxchg.h | 6 +++---
include/asm-generic/io.h | 16 ++++++++--------
4 files changed, 19 insertions(+), 19 deletions(-)