diff options
author | Moni Shoua <[email protected]> | 2015-02-08 11:49:32 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2015-02-09 14:03:53 -0800 |
commit | 92e584fe443995bbb84069a4d13ea8ebedb5c5c8 (patch) | |
tree | 56ec4d25143890b36edd026b8ab6ec3950d98661 /lib/memory-notifier-error-inject.c | |
parent | 9dce285b70c157754d753203112cfef22770b1f9 (diff) |
net/bonding: Fix potential bad memory access during bonding events
When queuing work to send the NETDEV_BONDING_INFO netdev event, it's
possible that when the work is executed, the pointer to the slave
becomes invalid. This can happen if between queuing the event and the
execution of the work, the net-device was un-ensvaled and re-enslaved.
Fix that by queuing a work with the data of the slave instead of the
slave structure.
Fixes: 69e6113343cf ('net/bonding: Notify state change on slaves')
Reported-by: Nikolay Aleksandrov <[email protected]>
Signed-off-by: Moni Shoua <[email protected]>
Signed-off-by: Or Gerlitz <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions