This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2e1b3cc9d7f7 Merge tag 'arm-fixes-6.12-2' of git://git.kernel.org/pub/s [...] new 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 [...] new 8ca8d07857c6 platform/x86/amd/pmf: Add SMU metrics table support for 1A [...] new bceec87a7380 platform/x86/amd/pmc: Detect when STB is not available new a36b8b84ac43 platform/x86: dell-smbios-base: Extends support to Alienwa [...] new ec61f0bb4fee platform/x86: dell-wmi-base: Handle META key Lock/Unlock events new 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 [...] new e4d32142d1de tracing: Fix tracefs mount options new fa17cb4b3b42 tracing: Document tracefs gid mount option new 8b55572e5180 tracing/selftests: Add tracefs mount options test new 7758b206117d Merge tag 'tracefs-v6.12-rc6' of git://git.kernel.org/pub/ [...]
The 22 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/tracefs/inode.c | 12 ++- kernel/trace/trace.c | 4 + .../ftrace/test.d/00basic/mount_options.tc | 101 +++++++++++++++++++++ .../ftrace/test.d/00basic/test_ownership.tc | 16 +--- tools/testing/selftests/ftrace/test.d/functions | 25 +++++ 18 files changed, 227 insertions(+), 55 deletions(-) create mode 100644 tools/testing/selftests/ftrace/test.d/00basic/mount_options.tc