Hello Dave, Jakub. An update from ieee802154 for your *net* tree: Three small fixes this time around. Ziyang Xuan fixed an error code for a timeout during initialization of the cc2520 driver. Hauke Mehrtens fixed a crash in the ca8210 driver SPI communication due uninitialized SPI structures. Wei Yongjun added INIT_LIST_HEAD ieee802154_if_add() to avoid a potential null pointer dereference. regards Stefan Schmidt The following changes since commit baee5a14ab2c9a8f8df09d021885c8f5de458a38: Merge tag 'ieee802154-for-net-2022-10-24' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan (2022-10-24 21:17:03 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git tags/ieee802154-for-net-2022-12-05 for you to fetch changes up to b3d72d3135d2ef68296c1ee174436efd65386f04: mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add() (2022-12-05 09:53:08 +0100) ---------------------------------------------------------------- Hauke Mehrtens (1): ca8210: Fix crash by zero initializing data Wei Yongjun (1): mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add() Ziyang Xuan (1): ieee802154: cc2520: Fix error return code in cc2520_hw_init() drivers/net/ieee802154/ca8210.c | 2 +- drivers/net/ieee802154/cc2520.c | 2 +- net/mac802154/iface.c | 1 + 3 files changed, 3 insertions(+), 2 deletions(-)