From: Tuomas Tynkkynen Date: Tue, 17 Jun 2014 14:17:40 +0000 (+0300) Subject: USB: EHCI: tegra: Fix use-after-free in .remove() X-Git-Tag: cleanup-for-v3.18~123^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a70b621227d1fd3efd150fce63ea4d51d4acaa9;p=pandora-kernel.git USB: EHCI: tegra: Fix use-after-free in .remove() The tegra_ehci_hcd structure is located in the private space allocated by the core USB code so it must not be accessed after the HCD is freed. Signed-off-by: Tuomas Tynkkynen Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed