mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-12 16:53:44 +00:00
The netif_receive_skb() function frees "skb" so store skb->len before
it is freed.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| spl2sw_define.h | ||
| spl2sw_desc.c | ||
| spl2sw_desc.h | ||
| spl2sw_driver.c | ||
| spl2sw_int.c | ||
| spl2sw_int.h | ||
| spl2sw_mac.c | ||
| spl2sw_mac.h | ||
| spl2sw_mdio.c | ||
| spl2sw_mdio.h | ||
| spl2sw_phy.c | ||
| spl2sw_phy.h | ||
| spl2sw_register.h | ||