linux_dsm_epyc7002/drivers/net/ethernet/cavium
Pan Bian c0f53771ba 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 <bianpan2016@163.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-11-30 17:20:39 -08:00
..
common net: cavium: use module_pci_driver to simplify the code 2018-03-29 14:36:33 -04:00
liquidio liquidio: read sc->iq_no before release sc 2018-11-30 17:20:39 -08:00
octeon net: cavium: fix return type of ndo_start_xmit function 2018-09-18 20:02:29 -07:00
thunder net: thunderx: fix NULL pointer dereference in nic_remove 2018-11-27 16:18:53 -08:00
Kconfig Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux 2018-07-20 21:17:12 -07:00
Makefile net: add support for Cavium PTP coprocessor 2018-01-16 14:31:14 -05:00