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 a65f6ea9c631 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 71aaa7f6351a Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] adds 177f25d1292c HID: core: zero-initialize the report buffer new 0951fede4e52 Merge tag 'hid-for-linus-20241105' of git://git.kernel.org [...] new fed13a547868 dm: fix a crash if blk_alloc_disk fails new 5a4510c762fc dm-unstriped: cast an operand to sector_t to prevent poten [...] new a674d0cd56f4 dm-verity: don't crash if panic_on_corruption is not selected new 235d2e739fcb dm cache: correct the number of origin blocks to match the [...] new 135496c208ba dm cache: fix flushing uninitialized delayed_work on cache [...] new 792227719725 dm cache: fix out-of-bounds access to the dirty bitset whe [...] new f484697e619a dm cache: optimize dirty bit checking with find_next_bit w [...] new c0ade5d98979 dm cache: fix potential out-of-bounds access on the first resume new 9e23acf02489 Merge tag 'for-6.12/dm-fixes-2' of git://git.kernel.org/pu [...] adds 8ca8d07857c6 platform/x86/amd/pmf: Add SMU metrics table support for 1A [...] adds bceec87a7380 platform/x86/amd/pmc: Detect when STB is not available adds a36b8b84ac43 platform/x86: dell-smbios-base: Extends support to Alienwa [...] adds ec61f0bb4fee platform/x86: dell-wmi-base: Handle META key Lock/Unlock events adds 36e66be874a7 platform/x86: ideapad-laptop: add missing Ideapad Pro 5 fn keys new 1be765b29257 platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW [...] new b226d019836f Merge tag 'platform-drivers-x86-v6.12-4' of git://git.kern [...] adds e4d32142d1de tracing: Fix tracefs mount options adds fa17cb4b3b42 tracing: Document tracefs gid mount option adds 8b55572e5180 tracing/selftests: Add tracefs mount options test new 7758b206117d Merge tag 'tracefs-v6.12-rc6' of git://git.kernel.org/pub/ [...] adds 4a74da044ec9 security/keys: fix slab-out-of-bounds in key_task_permission adds 04de7589e0a9 KEYS: trusted: dcp: fix NULL dereference in AEAD crypto operation new f43b15692129 Merge tag 'keys-next-6.12-rc7' of git://git.kernel.org/pub [...] new 4f5825a0eef2 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 0aeff8af79f3 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new ceab7b45c1f3 NFSD: Fix READDIR on NFSv3 mounts of ext4 exports new 3373c4be24cc 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 (a65f6ea9c631) \ N -- N -- N refs/heads/fs-current (3373c4be24cc)
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 18 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: drivers/hid/hid-core.c | 2 +- drivers/md/dm-cache-target.c | 59 ++++++------ drivers/md/dm-unstripe.c | 4 +- drivers/md/dm-verity-target.c | 9 +- drivers/md/dm-verity.h | 1 + drivers/md/dm.c | 4 +- drivers/platform/x86/amd/pmc/pmc.c | 5 + drivers/platform/x86/amd/pmf/core.c | 1 + drivers/platform/x86/amd/pmf/spc.c | 1 + drivers/platform/x86/dell/dell-smbios-base.c | 1 + drivers/platform/x86/dell/dell-wmi-base.c | 6 ++ drivers/platform/x86/ideapad-laptop.c | 3 + drivers/platform/x86/thinkpad_acpi.c | 28 +++++- fs/nfsd/vfs.c | 13 +-- fs/tracefs/inode.c | 12 ++- kernel/trace/trace.c | 4 + security/keys/keyring.c | 7 +- security/keys/trusted-keys/trusted_dcp.c | 9 +- .../ftrace/test.d/00basic/mount_options.tc | 101 +++++++++++++++++++++ .../ftrace/test.d/00basic/test_ownership.tc | 16 +--- tools/testing/selftests/ftrace/test.d/functions | 25 +++++ 21 files changed, 242 insertions(+), 69 deletions(-) create mode 100644 tools/testing/selftests/ftrace/test.d/00basic/mount_options.tc