1. 20 Sep, 2022 1 commit
  2. 07 Sep, 2022 5 commits
  3. 31 Aug, 2022 3 commits
    • Linus Torvalds's avatar
      Merge tag 'for-linus-2022083101' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid · a1f76426
      Linus Torvalds authored
      Pull HID fixes from Jiri Kosina:
      
       - NULL pointer dereference fix for Steam driver (Lee Jones)
      
       - memory leak fix for hidraw (Karthik Alapati)
      
       - regression fix for functionality of some UCLogic tables (Benjamin
         Tissoires)
      
       - a few new device IDs and device-specific quirks
      
      * tag 'for-linus-2022083101' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid:
        HID: nintendo: fix rumble worker null pointer deref
        HID: intel-ish-hid: ipc: Add Meteor Lake PCI device ID
        HID: input: fix uclogic tablets
        HID: Add Apple Touchbar on T2 Macs in hid_have_special_driver list
        HID: add Lenovo Yoga C630 battery quirk
        HID: AMD_SFH: Add a DMI quirk entry for Chromebooks
        HID: thrustmaster: Add sparco wheel and fix array length
        hid: intel-ish-hid: ishtp: Fix ishtp client sending disordered message
        HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo
        HID: asus: ROG NKey: Ignore portion of 0x5a report
        HID: hidraw: fix memory leak in hidraw_release()
        HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report
      a1f76426
    • Linus Torvalds's avatar
      Merge tag 'v6.0-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 · 2361d384
      Linus Torvalds authored
      Pull crypto fix from Herbert Xu:
       "Fix a boot performance regression due to an unnecessary dependency on
        XOR_BLOCKS"
      
      * tag 'v6.0-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
        crypto: lib - remove unneeded selection of XOR_BLOCKS
      2361d384
    • Linus Torvalds's avatar
      Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm · 9c9d1896
      Linus Torvalds authored
      Pull LSM support for IORING_OP_URING_CMD from Paul Moore:
       "Add SELinux and Smack controls to the io_uring IORING_OP_URING_CMD.
      
        These are necessary as without them the IORING_OP_URING_CMD remains
        outside the purview of the LSMs (Luis' LSM patch, Casey's Smack patch,
        and my SELinux patch). They have been discussed at length with the
        io_uring folks, and Jens has given his thumbs-up on the relevant
        patches (see the commit descriptions).
      
        There is one patch that is not strictly necessary, but it makes
        testing much easier and is very trivial: the /dev/null
        IORING_OP_URING_CMD patch."
      
      * tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm:
        Smack: Provide read control for io_uring_cmd
        /dev/null: add IORING_OP_URING_CMD support
        selinux: implement the security_uring_cmd() LSM hook
        lsm,io_uring: add LSM hooks for the new uring_cmd file op
      9c9d1896
  4. 29 Aug, 2022 2 commits
  5. 28 Aug, 2022 25 commits
  6. 27 Aug, 2022 4 commits