[PATCH 0/3] input / sysrq fixes for use with kdb

From: Jason Wessel
Date: Thu Oct 07 2010 - 16:36:52 EST


The goal of this patch set is to help eliminate the problems of
resuming from the kernel debugger and having "stuck keys".

I am completely open to moving the code chunks around if it makes more
sense to put the function in the input.c.

I had posted the first patch in the series before and never received
an ack or acceptance into the linux-input merge queue.

Thanks,
Jason.

---

The following changes since commit cb655d0f3d57c23db51b981648e452988c0223f9:
Linus Torvalds (1):
Linux 2.6.36-rc7

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb.git for_input

Jason Wessel (2):
keyboard,kgdboc: Allow key release on kernel resume
sysrq,keyboard: properly deal with alt-sysrq in sysrq input filter

Maxim Levitsky (1):
keyboard,kdb: inject SYN events in kbd_clear_keys_helper

drivers/char/keyboard.c | 38 +++++++++++++++++++++++++++
drivers/char/sysrq.c | 64 +++++++++++++++++++++++++++++++++++++++++++--
drivers/serial/kgdboc.c | 13 +++++++++
include/linux/kbd_kern.h | 1 +
4 files changed, 113 insertions(+), 3 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/