]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen/netfront: teardown the device before unregistering it.
authorIan Campbell <Ian.Campbell@citrix.com>
Mon, 25 Jun 2012 22:48:41 +0000 (22:48 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 4 Jul 2012 04:44:31 +0000 (05:44 +0100)
commit91bdefe9f3accde9507907a42fd8200712639a7f
tree3cde8f4d16c685468a1a723398d5de13b25b0cf5
parentdd97160af2b4999b01284ea916e27e4eb1f0be22
xen/netfront: teardown the device before unregistering it.

commit 6bc96d047fe32d76ef79f3195c52a542edf7c705 upstream.

Fixes:
[   15.470311] WARNING: at /local/scratch/ianc/devel/kernels/linux/fs/sysfs/file.c:498 sysfs_attr_ns+0x95/0xa0()
[   15.470326] sysfs: kobject eth0 without dirent
[   15.470333] Modules linked in:
[   15.470342] Pid: 12, comm: xenwatch Not tainted 3.4.0-x86_32p-xenU #93
and
[    9.150554] BUG: unable to handle kernel paging request at 2b359000
[    9.150577] IP: [<c1279561>] linkwatch_do_dev+0x81/0xc0
[    9.150592] *pdpt = 000000002c3c9027 *pde = 0000000000000000
[    9.150604] Oops: 0002 [#1] SMP
[    9.150613] Modules linked in:

This is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675190

Reported-by: George Shuklin <george.shuklin@gmail.com>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Tested-by: William Dauchy <wdauchy@gmail.com>
Cc: 675190@bugs.debian.org
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/net/xen-netfront.c