This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current in repository linux-next.
omits 6bd480d5ad21 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits ac145020a090 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 61c0cec73323 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits f4dcffb02a5c Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 9a95c5bfbf02 ima: Avoid blocking in RCU read-side critical section new 3d54351c64e8 Merge tag 'lsm-pr-20240617' of git://git.kernel.org/pub/sc [...] adds a1439d894807 efi/arm: Disable LPAE PAN when calling EFI runtime services adds 75dde792d6f6 efi/x86: Free EFI memory map only when installing a new one. adds 46e27b9961d8 efi/arm64: Fix kmemleak false positive in arm64_efi_rt_init() new 46d1907d1caa Merge tag 'efi-fixes-for-v6.10-3' of git://git.kernel.org/ [...] new 5d272dd1b343 cpumask: limit FORCE_NR_CPUS to just the UP case adds 2049aad5d3a6 selftests: filesystems: fix warn_unused_result build warnings adds 04e1f99afe8b selftests: seccomp: fix format-zero-length warnings adds 442b15a2d7a3 selftests/openat2: fix clang build failures: -static-libas [...] adds ed3994ac847e selftests/fchmodat2: fix clang build failure due to -stati [...] new 92e5605a199e Merge tag 'linux_kselftest-fixes-6.10-rc5' of git://git.ke [...] new ce63fc4c8d45 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new f45f67f10433 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 686ef179f7f2 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 7bca4d719b2f Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (6bd480d5ad21) \ N -- N -- N refs/heads/fs-current (7bca4d719b2f)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 9 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: arch/arm/include/asm/efi.h | 13 +++++++++++++ arch/arm64/kernel/efi.c | 2 ++ arch/x86/include/asm/efi.h | 1 - arch/x86/platform/efi/memmap.c | 12 +++++++++++- drivers/firmware/efi/memmap.c | 9 --------- include/linux/lsm_hook_defs.h | 2 +- include/linux/security.h | 5 +++-- kernel/auditfilter.c | 5 +++-- lib/Kconfig | 8 +------- security/apparmor/audit.c | 6 +++--- security/apparmor/include/audit.h | 2 +- security/integrity/ima/ima.h | 2 +- security/integrity/ima/ima_policy.c | 15 +++++++++------ security/security.c | 6 ++++-- security/selinux/include/audit.h | 4 +++- security/selinux/ss/services.c | 5 +++-- security/smack/smack_lsm.c | 4 +++- tools/testing/selftests/fchmodat2/Makefile | 11 ++++++++++- .../selftests/filesystems/statmount/statmount_test.c | 12 ++++++++++-- tools/testing/selftests/openat2/Makefile | 14 ++++++++++++-- tools/testing/selftests/seccomp/seccomp_benchmark.c | 6 +++--- 21 files changed, 96 insertions(+), 48 deletions(-)