diff options
| author | Pan Bian <[email protected]> | 2018-11-28 23:54:22 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-12-01 01:20:39 +0000 |
| commit | c0f53771ba45745e5870daf880127925c93f232f (patch) | |
| tree | 98c4eaa140940837967a4128b6b69bf89f10bbd7 /net/ipv4/tcp_output.c | |
| parent | mlx5: fix get_ip_proto() (diff) | |
| download | kernel-c0f53771ba45745e5870daf880127925c93f232f.tar.gz kernel-c0f53771ba45745e5870daf880127925c93f232f.zip | |
liquidio: read sc->iq_no before release sc
The function lio_vf_rep_packet_sent_callback releases the occupation of
sc via octeon_free_soft_command. sc should not be used after that.
Unfortunately, sc->iq_no is read. To fix this, the patch stores sc->iq_no
into a local variable before releasing sc and then uses the local variable
instead of sc->iq_no.
Signed-off-by: Pan Bian <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions
