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>] [day] [month] [year] [list]
Date:	Fri, 27 May 2016 17:19:25 -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 4.7-rc0 (part 2)

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. Just a few more driver
fixes; new drivers will be coming in the next merge window.

There will be a trivial conflict in drivers/input/misc/pwm-beeper.c,
please keep both parts so you'll end up with the following chunk:

	/*
	 * FIXME: pwm_apply_args() should be removed when switching to
	 * the atomic PWM API.
	 */
	pwm_apply_args(beeper->pwm);

	INIT_WORK(&beeper->work, pwm_beeper_work);


Changelog:
---------

Cameron Gutman (1):
      Input: xpad - prevent spurious input from wired Xbox 360 controllers

Manfred Schlaegl (1):
      Input: pwm-beeper - fix - scheduling while atomic

Pavel Rojtberg (3):
      Input: xpad - move pending clear to the correct location
      Input: xpad - add more third-party controllers
      Input: xpad - xbox one elite controller support

Ricky Liang (1):
      Input: uinput - handle compat ioctl for UI_SET_PHYS


Diffstat:
--------

 drivers/input/joystick/xpad.c   | 18 +++++++++--
 drivers/input/misc/pwm-beeper.c | 69 ++++++++++++++++++++++++++++-------------
 drivers/input/misc/uinput.c     |  6 ++++
 3 files changed, 70 insertions(+), 23 deletions(-)

-- 
Dmitry

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ