This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 03275585cabd afs: Fix accidental truncation when storing data new f62141ac730d dmaengine: ioat: Free up __cleanup() name new 9a1f37ebcfe0 apparmor: Free up __cleanup() name new 54da6a092431 locking: Introduce __cleanup() based infrastructure new b5ec6fd286df kbuild: Drop -Wdeclaration-after-statement new 04f2933d375e Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.or [...]
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Makefile | 6 +- arch/arm64/kernel/vdso32/Makefile | 2 - drivers/dma/ioat/dma.c | 12 +-- include/linux/cleanup.h | 171 ++++++++++++++++++++++++++++++++++++ include/linux/compiler-clang.h | 9 ++ include/linux/compiler_attributes.h | 6 ++ include/linux/device.h | 7 ++ include/linux/file.h | 6 ++ include/linux/irqflags.h | 7 ++ include/linux/mutex.h | 4 + include/linux/percpu.h | 4 + include/linux/preempt.h | 5 ++ include/linux/rcupdate.h | 3 + include/linux/rwsem.h | 8 ++ include/linux/sched/task.h | 2 + include/linux/slab.h | 3 + include/linux/spinlock.h | 31 +++++++ include/linux/srcu.h | 5 ++ scripts/checkpatch.pl | 2 +- security/apparmor/include/lib.h | 6 +- 20 files changed, 282 insertions(+), 17 deletions(-) create mode 100644 include/linux/cleanup.h