This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from dcf8e5633e2e tracing: Define the is_signed_type() macro once new 2a5840124009 lsm,io_uring: add LSM hooks for the new uring_cmd file op new f4d653dcaa4e selinux: implement the security_uring_cmd() LSM hook new 707527956d90 /dev/null: add IORING_OP_URING_CMD support new dd9373402280 Smack: Provide read control for io_uring_cmd new 9c9d1896fa92 Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/sc [...] new 874b301985ef crypto: lib - remove unneeded selection of XOR_BLOCKS new 2361d3841fdd Merge tag 'v6.0-p2' of git://git.kernel.org/pub/scm/linux/ [...] new cd11d1a6114b HID: steam: Prevent NULL pointer dereference in steam_{rec [...] new a5623a203cff HID: hidraw: fix memory leak in hidraw_release() new 1c0cc9d11c66 HID: asus: ROG NKey: Ignore portion of 0x5a report new 94553f8a2185 HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo new e1fa07670620 hid: intel-ish-hid: ishtp: Fix ishtp client sending disord [...] new d9a17651f374 HID: thrustmaster: Add sparco wheel and fix array length new adada3f4930a HID: AMD_SFH: Add a DMI quirk entry for Chromebooks new 3a47fa7b14c7 HID: add Lenovo Yoga C630 battery quirk new 750ec977288d HID: Add Apple Touchbar on T2 Macs in hid_have_special_dri [...] new 8db8be9cfc89 HID: input: fix uclogic tablets new 467249a7dff6 HID: intel-ish-hid: ipc: Add Meteor Lake PCI device ID new 1ff89e06c2e5 HID: nintendo: fix rumble worker null pointer deref new a1f764268f33 Merge tag 'for-linus-2022083101' of git://git.kernel.org/p [...] new ec1bd37123c6 fscache: fix misdocumented parameter new c93ccd63b18c cachefiles: fix error return code in cachefiles_ondemand_copen() new 1122f4007273 cachefiles: make on-demand request distribution fairer new c5e4d5e99162 Merge tag 'fscache-fixes-20220831' of git://git.kernel.org [...]
The 24 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/char/mem.c | 6 +++ drivers/hid/amd-sfh-hid/amd_sfh_pcie.c | 18 +++++++++ drivers/hid/hid-asus.c | 7 ++++ drivers/hid/hid-ids.h | 3 ++ drivers/hid/hid-input.c | 7 +++- drivers/hid/hid-nintendo.c | 6 ++- drivers/hid/hid-quirks.c | 2 + drivers/hid/hid-steam.c | 10 +++++ drivers/hid/hid-thrustmaster.c | 3 +- drivers/hid/hidraw.c | 2 + drivers/hid/intel-ish-hid/ipc/hw-ish.h | 1 + drivers/hid/intel-ish-hid/ipc/pci-ish.c | 1 + drivers/hid/intel-ish-hid/ishtp-hid.h | 2 +- drivers/hid/intel-ish-hid/ishtp/client.c | 68 ++++++++++++++++++-------------- fs/cachefiles/internal.h | 1 + fs/cachefiles/ondemand.c | 22 ++++++++--- include/linux/fscache.h | 4 +- include/linux/lsm_hook_defs.h | 1 + include/linux/lsm_hooks.h | 3 ++ include/linux/security.h | 5 +++ io_uring/uring_cmd.c | 5 +++ lib/crypto/Kconfig | 1 - security/security.c | 4 ++ security/selinux/hooks.c | 24 +++++++++++ security/selinux/include/classmap.h | 2 +- security/smack/smack_lsm.c | 32 +++++++++++++++ 26 files changed, 196 insertions(+), 44 deletions(-)