mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
In nfp_bpf_ctrl_msg_rx, if
nfp_ccm_get_type(skb) == NFP_CCM_TYPE_BPF_BPF_EVENT is true, the skb
will be freed. But the skb is still used by nfp_ccm_rx(&bpf->ccm, skb).
My patch adds a return when the skb was freed.
Fixes:
|
||
|---|---|---|
| .. | ||
| cmsg.c | ||
| fw.h | ||
| jit.c | ||
| main.c | ||
| main.h | ||
| offload.c | ||
| verifier.c | ||