mirror of https://github.com/torvalds/linux.git
Fix possible NULL pointer dereference in mtk_xdp_run() if the
ebpf program returns XDP_TX and xdp_convert_buff_to_frame routine fails
returning NULL.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| mtk_eth_path.c | ||
| mtk_eth_soc.c | ||
| mtk_eth_soc.h | ||
| mtk_ppe.c | ||
| mtk_ppe.h | ||
| mtk_ppe_debugfs.c | ||
| mtk_ppe_offload.c | ||
| mtk_ppe_regs.h | ||
| mtk_sgmii.c | ||
| mtk_star_emac.c | ||
| mtk_wed.c | ||
| mtk_wed.h | ||
| mtk_wed_debugfs.c | ||
| mtk_wed_ops.c | ||
| mtk_wed_regs.h | ||