commit | ffcdedb667b6db8ee31c7efa76a3ec59d9c3b0fc | [log] [tgz] |
---|---|---|
author | nikolay@redhat.com <nikolay@redhat.com> | Sat Apr 06 00:54:37 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 08 16:45:09 2013 -0400 |
tree | 6fc19386e085c0bff5930acc5256bd975ec6272d | |
parent | 0f27f575f9e0d9eb43247da5d90a0f93574a0790 [diff] |
Revert "bonding: remove sysfs before removing devices" This reverts commit 4de79c737b200492195ebc54a887075327e1ec1d. This patch introduces a new bug which causes access to freed memory. In bond_uninit: list_del(&bond->bond_list); bond_list is linked in bond_net's dev_list which is freed by unregister_pernet_subsys. Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>