[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1b6fcf4b-41b5-49d8-be6b-9259b2f35cd8@app.fastmail.com>
Date: Tue, 20 Dec 2022 08:16:45 +0100
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
Subject: [GIT PULL, v2] 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/arnd/asm-generic.git tags/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.
---
v2: correct git URL
----------------------------------------------------------------
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