diff options
author | david decotigny <decot@googlers.com> | 2014-07-09 00:14:41 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-07-09 05:50:53 +0200 |
commit | efa95b01da18ad22af62f6d99a3243f3be8fd264 (patch) | |
tree | c931e08ed3a660e859bdfc1afd1a2ac014485b8a /REPORTING-BUGS | |
parent | xen-netback: Adding debugfs "io_ring_qX" files (diff) | |
download | linux-efa95b01da18ad22af62f6d99a3243f3be8fd264.tar.xz linux-efa95b01da18ad22af62f6d99a3243f3be8fd264.zip |
netpoll: fix use after free
After a bonding master reclaims the netpoll info struct, slaves could
still hold a pointer to the reclaimed data. This patch fixes it: as
soon as netpoll_async_cleanup is called for a slave (eg. when
un-enslaved), we make sure that this slave doesn't point to the data.
Signed-off-by: David Decotigny <decot@googlers.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions