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:   Fri, 24 Jan 2020 17:01:52 -0800
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 v5.5-rc7

Hi Linus,

Please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus

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

- patches adding sanoty checks to USB endpoints in various dirvers
- max77650-onkey was missing a OF table which was preventing module
  autoloading
- a revert and a different fix for F54 handling in Synaptics dirver
- a fixup for handling register in pm8xxx vibrator driver.

Changelog:
---------

Bartosz Golaszewski (1):
      Input: max77650-onkey - add of_match table

Chuhong Yuan (1):
      Input: sun4i-ts - add a check for devm_thermal_zone_of_sensor_register

Hans Verkuil (2):
      Revert "Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfers"
      Input: rmi_f54 - read from FIFO in 32 byte blocks

Johan Hovold (8):
      Input: pegasus_notetaker - fix endpoint sanity check
      Input: aiptek - fix endpoint sanity check
      Input: aiptek - use descriptors of current altsetting
      Input: gtco - fix endpoint sanity check
      Input: gtco - fix extra-descriptor debug message
      Input: gtco - drop redundant variable reinit
      Input: sur40 - fix interface sanity checks
      Input: keyspan-remote - fix control-message timeouts

Miles Chen (1):
      Input: evdev - convert kzalloc()/vzalloc() to kvzalloc()

Stephan Gerhold (1):
      Input: pm8xxx-vib - fix handling of separate enable register

Diffstat:
--------

 drivers/input/evdev.c                    |  5 +---
 drivers/input/misc/keyspan_remote.c      |  9 ++++---
 drivers/input/misc/max77650-onkey.c      |  7 ++++++
 drivers/input/misc/pm8xxx-vibrator.c     |  2 +-
 drivers/input/rmi4/rmi_f54.c             | 43 ++++++++++++++++++++------------
 drivers/input/rmi4/rmi_smbus.c           |  2 ++
 drivers/input/tablet/aiptek.c            |  8 +++---
 drivers/input/tablet/gtco.c              | 13 +++-------
 drivers/input/tablet/pegasus_notetaker.c |  2 +-
 drivers/input/touchscreen/sun4i-ts.c     |  6 ++++-
 drivers/input/touchscreen/sur40.c        |  2 +-
 11 files changed, 59 insertions(+), 40 deletions(-)

Thanks.


-- 
Dmitry

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ