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:	Thu, 26 Aug 2010 00:27:32 -0700
From:	Dmitry Torokhov <dmitry.torokhov@...il.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel@...r.kernel.org, linux-input@...r.kernel.org
Subject: [git pull] Input updates for 2.6.36-rc2

Hi Linus,

Please pull from:

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

to receive updates for the input subsystem. The changes consist of
couple bug/regression fixes and also 3 patches dropping 'tty' argument
from SysRq handlers. While the last 3 are not bug fixes I mentioned that
I would be sending them in my -rc0 pull request and so I hope they could
still make it in (I did not send them with rc0 pull request because there
were conflicts and I waited for -rc1 to merge and resolve).

Thanks,

Changelog:
---------

Axel Lin (1):
      Input: pxa27x_keypad - remove input_free_device() in pxa27x_keypad_remove()

Christoph Fritz (1):
      Input: mousedev - fix regression of inverting axes

Dmitry Torokhov (4):
      Input: sysrq - drop tty argument from sysrq ops handlers
      Input: sysrq - drop tty argument form handle_sysrq()
      USB: drop tty argument from usb_serial_handle_sysrq_char()
      Input: hil_kbd - fix compile error

Kay Sievers (1):
      Input: uinput - add devname alias to allow module on-demand load


Diffstat:
--------

 arch/arm/kernel/etm.c                  |    2 +-
 arch/ia64/hp/sim/simserial.c           |    2 +-
 arch/powerpc/xmon/xmon.c               |    5 +--
 arch/sparc/kernel/process_64.c         |    2 +-
 arch/um/drivers/mconsole_kern.c        |    2 +-
 drivers/char/hangcheck-timer.c         |    2 +-
 drivers/char/hvc_console.c             |    2 +-
 drivers/char/hvsi.c                    |    2 +-
 drivers/char/sysrq.c                   |   53 +++++++++++++++----------------
 drivers/gpu/drm/drm_fb_helper.c        |    2 +-
 drivers/input/keyboard/hil_kbd.c       |   12 +++---
 drivers/input/keyboard/pxa27x_keypad.c |    2 -
 drivers/input/misc/uinput.c            |    2 +
 drivers/input/mousedev.c               |    8 ++--
 drivers/net/ibm_newemac/debug.c        |    2 +-
 drivers/s390/char/ctrlchar.c           |    4 +--
 drivers/s390/char/keyboard.c           |    2 +-
 drivers/serial/sn_console.c            |    2 +-
 drivers/usb/serial/ftdi_sio.c          |    2 +-
 drivers/usb/serial/generic.c           |   10 ++---
 drivers/usb/serial/pl2303.c            |    2 +-
 drivers/usb/serial/ssu100.c            |    2 +-
 drivers/xen/manage.c                   |    2 +-
 include/linux/miscdevice.h             |    1 +
 include/linux/serial_core.h            |    2 +-
 include/linux/sysrq.h                  |   16 +++++----
 include/linux/uinput.h                 |    1 -
 include/linux/usb/serial.h             |    3 +-
 kernel/debug/debug_core.c              |    2 +-
 kernel/debug/kdb/kdb_main.c            |    2 +-
 kernel/power/poweroff.c                |    2 +-
 31 files changed, 75 insertions(+), 80 deletions(-)

-- 
Dmitry

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ