From: Oliver Neukum Date: Mon, 7 Mar 2016 10:31:10 +0000 (+0100) Subject: usbnet: cleanup after bind() in probe() X-Git-Tag: v3.2.80~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2897ac4a5bf460ed350675c44bef5ae9d679d748;p=pandora-kernel.git usbnet: cleanup after bind() in probe() commit 1666984c8625b3db19a9abc298931d35ab7bc64b upstream. In case bind() works, but a later error forces bailing in probe() in error cases work and a timer may be scheduled. They must be killed. This fixes an error case related to the double free reported in http://www.spinics.net/lists/netdev/msg367669.html and needs to go on top of Linus' fix to cdc-ncm. Signed-off-by: Oliver Neukum Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed