[PATCH net v2 0/3] {net,bpf}: nd_tbl fixes for when ipv6.disable=1

Ricardo B. Marlière posted 3 patches 1 month ago
There is a newer version of this series
drivers/net/bonding/bond_main.c | 3 +++
net/core/filter.c               | 7 +++++++
2 files changed, 10 insertions(+)
[PATCH net v2 0/3] {net,bpf}: nd_tbl fixes for when ipv6.disable=1
Posted by Ricardo B. Marlière 1 month ago
Signed-off-by: Ricardo B. Marlière <rbm@suse.com>
---
Changes in v2:
- Used ipv6_mod_enabled() helper, guarded by unlikely().
- Link to v1: https://lore.kernel.org/r/20260228-net-nd_tbl_fixes-v1-0-2b2a274df9bb@suse.com

---
Ricardo B. Marlière (3):
      bpf: bpf_out_neigh_v4: Fix nd_tbl NULL dereference when IPv6 is disabled
      bpf: bpf_out_neigh_v6: Fix nd_tbl NULL dereference when IPv6 is disabled
      net: bonding: Fix nd_tbl NULL dereference when IPv6 is disabled

 drivers/net/bonding/bond_main.c | 3 +++
 net/core/filter.c               | 7 +++++++
 2 files changed, 10 insertions(+)
---
base-commit: b824c3e16c1904bf80df489e293d1e3cbf98896d
change-id: 20260228-net-nd_tbl_fixes-ce81ca1e0bf2

Best regards,
-- 
Ricardo B. Marlière <rbm@suse.com>