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]
Message-ID: <nycvar.YFH.7.76.2301182112010.1734@cbobk.fhfr.pm>
Date:   Wed, 18 Jan 2023 21:17:00 +0100 (CET)
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-2023011801

to receive fixes for HID subsystem.

=====
- fixes for potential empty list handling in HID core (Pietro Borrello)
- fix for NULL pointer dereference in betop driver that could be triggered 
  by malicious device (Pietro Borrello)
- fixes for handling calibration data preventing division by zero in 
  Playstation driver (Roderick Colenbrander)
- fix for memory leak on error path in amd-sfh driver (Basavaraj Natikar)
- other few assorted small fixes and device ID-specific handling
=====

Thanks.

----------------------------------------------------------------
Basavaraj Natikar (1):
      HID: amd_sfh: Fix warning unwind goto

Jiasheng Jiang (1):
      HID: intel_ish-hid: Add check for ishtp_dma_tx_map

Jiri Kosina (1):
      HID: revert CHERRY_MOUSE_000C quirk

José Expósito (1):
      HID: uclogic: Add support for XP-PEN Deco 01 V2

Pietro Borrello (3):
      HID: check empty report_list in hid_validate_values()
      HID: check empty report_list in bigben_probe()
      HID: betop: check shape of output reports

Roderick Colenbrander (2):
      HID: playstation: sanity check DualShock4 calibration data.
      HID: playstation: sanity check DualSense calibration data.

 drivers/hid/amd-sfh-hid/amd_sfh_client.c      |  2 +-
 drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c |  2 +-
 drivers/hid/hid-betopff.c                     | 17 ++++----
 drivers/hid/hid-bigbenff.c                    |  5 +++
 drivers/hid/hid-core.c                        |  4 +-
 drivers/hid/hid-ids.h                         |  2 +-
 drivers/hid/hid-playstation.c                 | 63 +++++++++++++++++++++++++++
 drivers/hid/hid-quirks.c                      |  1 -
 drivers/hid/hid-uclogic-core.c                |  2 +
 drivers/hid/hid-uclogic-params.c              |  2 +
 drivers/hid/intel-ish-hid/ishtp/dma-if.c      | 10 +++++
 11 files changed, 96 insertions(+), 14 deletions(-)

-- 
Jiri Kosina
SUSE Labs

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ