This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6764c317b6bb Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 99b817c173cd lsm: fix the logic in security_inode_getsecctx() new 5a287d3d2b9d lsm: fix default return value of the socket_getpeersec_*() hooks new 6d805afaf02e Merge tag 'lsm-pr-20240131' of git://git.kernel.org/pub/sc [...] new e1d54d153fc3 crypto: qat - fix arbiter mapping generation algorithm for [...] new c5a2f74db71a crypto: caam - fix asynchronous hash new 8a2514c0c61f Merge tag 'v6.8-p2' of git://git.kernel.org/pub/scm/linux/ [...] new c92688cac239 regulator: pwm-regulator: Add validity checks in continuou [...] new 6a7d11efd691 regulator: pwm-regulator: Calculate the output voltage for [...] new b3cbdcc19181 regulator: pwm-regulator: Manage boot-on with disabled PWM [...] new a67e1f0bd456 regulator: ti-abb: don't use devm_platform_ioremap_resourc [...] new a3fa9838e814 regulator (max5970): Fix IRQ handler new 4b561d100192 Merge tag 'regulator-fix-v6.8-rc2' of git://git.kernel.org [...] new 6500ad28fd5d spi: sh-msiof: avoid integer overflow in constants new 6a864c09ea6e Merge tag 'spi-fix-v6.8-rc2' of git://git.kernel.org/pub/s [...] new 5f9ab17394f8 firewire: core: correct documentation of fw_csr_string() k [...] new 47dc55181dcb firewire: core: search descriptor leaf just after vendor d [...] new f6cdd897cc70 Merge tag 'firewire-fixes-6.8-rc3' of git://git.kernel.org [...] new a96681699611 HID: hid-steam: remove pointless error message new a9f1da09c69f HID: hid-steam: Fix cleanup in probe() new 4d695869d3fb selftests/hid: wacom: fix confidence tests new afa6ac2690bb HID: logitech-hidpp: add support for Logitech G Pro X Supe [...] new b6eda11c44dc HID: nvidia-shield: Add missing null pointer checks to LED [...] new 26dd6a5667f5 HID: i2c-hid: Skip SET_POWER SLEEP for Cirque touchpad on [...] new a3bdcdd022c6 HID: hidraw: fix a problem of memory leak in hidraw_release() new 00aab7dcb226 HID: i2c-hid-of: fix NULL-deref on failed power up new 7cdd2108903a HID: bpf: remove double fdget() new 89be8aa5b0ec HID: bpf: actually free hdev memory after attaching a HID- [...] new 764ad6b02777 HID: bpf: use __bpf_kfunc instead of noinline new 5c24e4e9e708 Merge tag 'hid-for-linus-2024020101' of git://git.kernel.o [...]
The 29 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/crypto/caam/caamalg_qi2.c | 7 +- drivers/crypto/caam/caamhash.c | 7 +- .../crypto/intel/qat/qat_4xxx/adf_4xxx_hw_data.c | 1 + drivers/firewire/core-device.c | 18 +++- drivers/hid/bpf/hid_bpf_dispatch.c | 101 +++++++++++++++------ drivers/hid/bpf/hid_bpf_dispatch.h | 4 +- drivers/hid/bpf/hid_bpf_jmp_table.c | 40 ++++---- drivers/hid/hid-ids.h | 3 + drivers/hid/hid-logitech-hidpp.c | 2 + drivers/hid/hid-nvidia-shield.c | 4 + drivers/hid/hid-steam.c | 36 ++++---- drivers/hid/hidraw.c | 7 +- drivers/hid/i2c-hid/i2c-hid-core.c | 6 +- drivers/hid/i2c-hid/i2c-hid-of.c | 1 + drivers/regulator/max5970-regulator.c | 2 +- drivers/regulator/pwm-regulator.c | 43 +++++++++ drivers/regulator/ti-abb-regulator.c | 22 ++++- drivers/spi/spi-sh-msiof.c | 16 ++-- include/linux/hid_bpf.h | 11 --- include/linux/lsm_hook_defs.h | 4 +- security/security.c | 45 ++++++++- .../selftests/hid/tests/test_wacom_generic.py | 8 +- 22 files changed, 275 insertions(+), 113 deletions(-)