[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <f44680f5-df08-4034-9ed7-6d43ee4c4c2a@app.fastmail.com>
Date: Thu, 06 Apr 2023 10:12:53 +0200
From: "Arnd Bergmann" <arnd@...db.de>
To: "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc: Linux-Arch <linux-arch@...r.kernel.org>,
linux-kernel@...r.kernel.org,
"Vladimir Oltean" <vladimir.oltean@....com>,
"Matt Evans" <mev@...osinc.com>
Subject: [GIT PULL] asm-generic fixes for 6.3
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(-)
Powered by blists - more mailing lists