[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101206144519.GA8438@mvista.com>
Date: Mon, 6 Dec 2010 17:45:19 +0300
From: Valentine Barshak <vbarshak@...sta.com>
To: Jiri Kosina <jkosina@...e.cz>
Cc: linux-usb@...r.kernel.org, linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] USB: HID: Fix race between disconnect and hiddev_ioctl
If a USB HID device is disconneceted, the hiddev_ioctl could try
to access invalid hiddev->hid pointer.
The following two patches attempt to fix race condition between
disconnect and hiddev_ioctl and make hiddev_ioctl always return
-ENODEV on a disconnected device.
--
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