diff options
| author | Arnd Bergmann <[email protected]> | 2016-03-14 14:53:57 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2016-03-14 17:10:29 +0000 |
| commit | efc21d95067f658a20e51e24c4c86d68f23b7f7f (patch) | |
| tree | 67836a34b5fd852007bfc3b0315e99ca767bc864 /net/ipv6/tcp_ipv6.c | |
| parent | Merge branch 'net-gcc60-fixes' (diff) | |
| download | kernel-efc21d95067f658a20e51e24c4c86d68f23b7f7f.tar.gz kernel-efc21d95067f658a20e51e24c4c86d68f23b7f7f.zip | |
vmxnet3: fix lock imbalance in vmxnet3_tq_xmit()
A recent bug fix rearranged the code in vmxnet3_tq_xmit() in a
way that left the error handling for oversized headers unlock
a lock that had not been taken yet. Gcc warns about the incorrect
use of the 'flags' variable because of that:
drivers/net/vmxnet3/vmxnet3_drv.c: In function 'vmxnet3_tq_xmit.constprop':
include/linux/spinlock.h:246:3: error: 'flags' may be used uninitialized in this function [-Werror=maybe-uninitialized]
This changes the error handling path to 'goto' the end of the function
beyond the lock/unlock pair.
Signed-off-by: Arnd Bergmann <[email protected]>
Fixes: cec05562fb1d ("vmxnet3: avoid calling pskb_may_pull with interrupts disabled")
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
0 files changed, 0 insertions, 0 deletions
