Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Apr 2023 02:57:00 +0000 (19:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Apr 2023 02:57:00 +0000 (19:57 -0700)
Pull non-MM updates from Andrew Morton:
 "Mainly singleton patches all over the place.

  Series of note are:

   - updates to scripts/gdb from Glenn Washburn

   - kexec cleanups from Bjorn Helgaas"

* tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (50 commits)
  mailmap: add entries for Paul Mackerras
  libgcc: add forward declarations for generic library routines
  mailmap: add entry for Oleksandr
  ocfs2: reduce ioctl stack usage
  fs/proc: add Kthread flag to /proc/$pid/status
  ia64: fix an addr to taddr in huge_pte_offset()
  checkpatch: introduce proper bindings license check
  epoll: rename global epmutex
  scripts/gdb: add GDB convenience functions $lx_dentry_name() and $lx_i_dentry()
  scripts/gdb: create linux/vfs.py for VFS related GDB helpers
  uapi/linux/const.h: prefer ISO-friendly __typeof__
  delayacct: track delays from IRQ/SOFTIRQ
  scripts/gdb: timerlist: convert int chunks to str
  scripts/gdb: print interrupts
  scripts/gdb: raise error with reduced debugging information
  scripts/gdb: add a Radix Tree Parser
  lib/rbtree: use '+' instead of '|' for setting color.
  proc/stat: remove arch_idle_time()
  checkpatch: check for misuse of the link tags
  checkpatch: allow Closes tags with links
  ...

15 files changed:
1  2 
.mailmap
Documentation/filesystems/proc.rst
Documentation/process/submitting-patches.rst
MAINTAINERS
arch/ia64/mm/hugetlbpage.c
fs/binfmt_elf.c
fs/eventpoll.c
fs/nfs/nfs3acl.c
fs/proc/base.c
fs/proc/proc_sysctl.c
kernel/sched/core.c
scripts/checkpatch.pl
scripts/gdb/linux/constants.py.in
tools/lib/bpf/libbpf.c
tools/lib/bpf/usdt.c

diff --cc .mailmap
Simple merge
Simple merge
diff --cc MAINTAINERS
Simple merge
Simple merge
diff --cc fs/binfmt_elf.c
Simple merge
diff --cc fs/eventpoll.c
Simple merge
Simple merge
diff --cc fs/proc/base.c
Simple merge
Simple merge
Simple merge
Simple merge
index 8085d3693a0554723551ba62179374d9969caa61,36fd2b1458531f1c6db2f752131365c0ace98d11..471300ba176c11a578c9d557855ae8da1e176535
@@@ -54,9 -58,10 +58,13 @@@ LX_VALUE(SB_NODIRATIME
  /* linux/htimer.h */
  LX_GDBPARSED(hrtimer_resolution)
  
+ /* linux/irq.h */
+ LX_GDBPARSED(IRQD_LEVEL)
+ LX_GDBPARSED(IRQ_HIDDEN)
 +/* linux/module.h */
 +LX_GDBPARSED(MOD_TEXT)
 +
  /* linux/mount.h */
  LX_VALUE(MNT_NOSUID)
  LX_VALUE(MNT_NODEV)
Simple merge
Simple merge