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: <Zv0L62ULdkkweejQ@google.com>
Date: Wed, 2 Oct 2024 02:01:31 -0700
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-input@...r.kernel.org
Subject: [git pull] Input updates for v6.12-rc1

Hi Linus,

Please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.12-rc1

to receive updates for the input subsystem. You will get:

- a couple fixups for adp5589-keys driver

- recently added driver for PixArt PS/2 touchpads is dropped temporarily
  because its detection routine is too greedy and mis-identifies devices
  from other vendors as PixArt devices.

Changelog:
---------

Dmitry Torokhov (1):
      Revert "Input: Add driver for PixArt PS/2 touchpad"

Nuno Sa (2):
      Input: adp5589-keys - fix NULL pointer dereference
      Input: adp5589-keys - fix adp5589_gpio_get_value()

Diffstat:
--------

 drivers/input/keyboard/adp5589-keys.c |  22 ++-
 drivers/input/mouse/Kconfig           |  12 --
 drivers/input/mouse/Makefile          |   1 -
 drivers/input/mouse/pixart_ps2.c      | 300 ----------------------------------
 drivers/input/mouse/pixart_ps2.h      |  36 ----
 drivers/input/mouse/psmouse-base.c    |  17 --
 drivers/input/mouse/psmouse.h         |   3 +-
 7 files changed, 14 insertions(+), 377 deletions(-)
 delete mode 100644 drivers/input/mouse/pixart_ps2.c
 delete mode 100644 drivers/input/mouse/pixart_ps2.h

Thanks.


-- 
Dmitry

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ