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(-)