Linus, please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive the following: - fixes for CVE-2013-2897, CVE-2013-2895, CVE-2013-2897, CVE-2013-2894, CVE-2013-2893, CVE-2013-2891, CVE-2013-2890, CVE-2013-2889. All the bugs are triggerable only by specially crafted evil-on-purpose HW devices. Fixes by Kees Cook and Benjamin Tissoires. Benjamin Tissoires (3): HID: validate feature and input report details HID: multitouch: validate indexes details HID: lenovo-tpkbd: fix leak if tpkbd_probe_tp fails Kees Cook (7): HID: provide a helper for validating hid reports HID: zeroplus: validate output report details HID: sony: validate HID output report details HID: steelseries: validate output report details HID: LG: validate HID output report details HID: lenovo-tpkbd: validate output report details HID: logitech-dj: validate output report details drivers/hid/hid-core.c | 74 +++++++++++++++++++++++++++++++++++----- drivers/hid/hid-input.c | 11 +++++- drivers/hid/hid-lenovo-tpkbd.c | 25 ++++++++++--- drivers/hid/hid-lg2ff.c | 19 ++--------- drivers/hid/hid-lg3ff.c | 29 +++------------ drivers/hid/hid-lg4ff.c | 20 +---------- drivers/hid/hid-lgff.c | 17 +-------- drivers/hid/hid-logitech-dj.c | 10 ++++- drivers/hid/hid-multitouch.c | 26 +++++++------ drivers/hid/hid-sony.c | 4 ++ drivers/hid/hid-steelseries.c | 5 +++ drivers/hid/hid-zpff.c | 18 +++------- include/linux/hid.h | 4 ++ 13 files changed, 146 insertions(+), 116 deletions(-) -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/