Hello Dave, Jakub, Paolo.
An update from ieee802154 for your *net* tree:
Keisuke Nishimura provided a fix to check for kfifo_alloc() in the ca8210
driver.
Lizhi Xu provided a fix a corrupted list, found by syzkaller, by checking local
interfaces first.
regards
Stefan Schmidt
The following changes since commit 66418447d27b7f4c027587582a133dd0bc0a663b:
Merge branch 'bpf-fix-recursive-lock-and-add-test' (2024-11-18 19:40:01 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan.git
tags/ieee802154-for-net-2025-01-03
for you to fetch changes up to eb09fbeb48709fe66c0d708aed81e910a577a30a:
mac802154: check local interfaces before deleting sdata list (2024-11-19
10:54:17 +0100)
----------------------------------------------------------------
Keisuke Nishimura (1):
ieee802154: ca8210: Add missing check for kfifo_alloc() in ca8210_probe()
Lizhi Xu (1):
mac802154: check local interfaces before deleting sdata list
drivers/net/ieee802154/ca8210.c | 6 +++++-
net/mac802154/iface.c | 4 ++++
2 files changed, 9 insertions(+), 1 deletion(-)