lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 31 Aug 2022 12:54:14 +0200 (CEST)
From:   Jiri Kosina <jikos@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
cc:     Benjamin Tissoires <benjamin.tissoires@...hat.com>,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL] HID fixes

Linus,

please pull from

  git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git tags/for-linus-2022083101

to receive fixes for HID subsystem. Highlights:

=====
- 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
=====

Thanks.

----------------------------------------------------------------
Aditya Garg (1):
      HID: Add Apple Touchbar on T2 Macs in hid_have_special_driver list

Akihiko Odaki (1):
      HID: AMD_SFH: Add a DMI quirk entry for Chromebooks

Benjamin Tissoires (1):
      HID: input: fix uclogic tablets

Daniel J. Ogorchock (1):
      HID: nintendo: fix rumble worker null pointer deref

Even Xu (2):
      hid: intel-ish-hid: ishtp: Fix ishtp client sending disordered message
      HID: intel-ish-hid: ipc: Add Meteor Lake PCI device ID

Jason Wang (1):
      HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo

Josh Kilmer (1):
      HID: asus: ROG NKey: Ignore portion of 0x5a report

Karthik Alapati (1):
      HID: hidraw: fix memory leak in hidraw_release()

Lee Jones (1):
      HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report

Michael Hübner (1):
      HID: thrustmaster: Add sparco wheel and fix array length

Steev Klimaszewski (1):
      HID: add Lenovo Yoga C630 battery quirk

 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 ++++++++++++++++++--------------
 13 files changed, 96 insertions(+), 34 deletions(-)

-- 
Jiri Kosina
SUSE Labs

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ