[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <0b37729c-535f-4864-aa2e-4f6088f8e63e@app.fastmail.com>
Date: Mon, 19 Dec 2022 21:28:54 +0100
From: "Arnd Bergmann" <arnd@...db.de>
To: "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org,
Linux-Arch <linux-arch@...r.kernel.org>
Subject: [GIT PULL] asm-generic bits for 6.2
The following changes since commit 30a0b95b1335e12efef89dd78518ed3e4a71a763:
Linux 6.1-rc3 (2022-10-30 15:19:28 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git asm-generic-6.2-1
for you to fetch changes up to 32975c491ee410598b33201344c123fcc81a7c33:
uapi: Add missing _UAPI prefix to <asm-generic/types.h> include guard (2022-12-01 16:22:06 +0100)
----------------------------------------------------------------
asm-generic bits for 6.2
There are only three fairly simple patches. The #include
change to linux/swab.h addresses a userspace build issue,
and the change to the mmio tracing logic helps provide
more useful traces.
----------------------------------------------------------------
Geert Uytterhoeven (1):
uapi: Add missing _UAPI prefix to <asm-generic/types.h> include guard
Matt Redfearn (1):
include/uapi/linux/swab: Fix potentially missing __always_inline
Sai Prakash Ranjan (1):
asm-generic/io: Add _RET_IP_ to MMIO trace for more accurate debug info
include/asm-generic/io.h | 80 ++++++++++++++++++++--------------------
include/trace/events/rwmmio.h | 43 +++++++++++++--------
include/uapi/asm-generic/types.h | 6 +--
include/uapi/linux/swab.h | 2 +-
lib/trace_readwrite.c | 16 ++++----
5 files changed, 79 insertions(+), 68 deletions(-)
Powered by blists - more mailing lists