[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1008181422210.1019@pobox.suse.cz>
Date: Thu, 19 Aug 2010 00:00:03 +0200 (CEST)
From: Jiri Kosina <jkosina@...e.cz>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: [GIT] HID
Linus,
please pull from 'for-linus' branch from
git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus
to receive HID fixes below. The most important is the memory corruption
fix in hiddev, which was caused by Arnd's patch that tried to get rid of
BKL, but messed up intf private data. It's verified to fix various bug
reports (warnings from kobject core code, suspend-resume failures, etc).
Apart from that, a few minor fixes in picolcd driver and a device ID
addition.
Thanks.
Bruno Prémont (1):
HID: picolcd: correct ordering of framebuffer freeing
Chris Ball (2):
HID: hiddev: protect against disconnect/NULL-dereference race
USB HID: Add ID for eGalax Multitouch used in JooJoo tablet
Dan Carpenter (1):
HID: picolcd: testing the wrong variable
Jiri Kosina (1):
HID: hiddev: fix memory corruption due to invalid intfdata
drivers/hid/hid-core.c | 1 +
drivers/hid/hid-egalax.c | 9 +++++++++
drivers/hid/hid-ids.h | 1 +
drivers/hid/hid-picolcd.c | 4 ++--
drivers/hid/usbhid/hiddev.c | 11 +++++++----
5 files changed, 20 insertions(+), 6 deletions(-)
--
Jiri Kosina
SUSE Labs, Novell Inc.
--
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