Hello Dave, Jakub, Paolo. An update from ieee802154 for your *net* tree: Two small fixes this time. Alexander Aring fixed a potential negative array access in the ca8210 driver. Miquel Raynal fixed a crash that could have been triggered through the extended netlink API for 802154. This only came in this merge window. Found by syzkaller. Please note the new git URL. We switched to team maintenance and thus the pull request will point to wpan instead of the former used sschmidt namespace on kernel.org. In the future you will also see pull requests coming from Alex and Miquel for ieee802154 for net and net-next. regards Stefan Schmidt The following changes since commit 044c8bf78db818b8c726eb47c560e05fbc71e128: Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf (2023-03-02 11:10:43 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan.git tags/ieee802154-for-net-2023-03-02 for you to fetch changes up to 02f18662f6c671382345fcb696e808d78f4c194a: ieee802154: Prevent user from crashing the host (2023-03-02 14:39:48 +0100) ---------------------------------------------------------------- Alexander Aring (1): ca8210: fix mac_len negative array access Miquel Raynal (1): ieee802154: Prevent user from crashing the host drivers/net/ieee802154/ca8210.c | 2 ++ net/ieee802154/nl802154.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-)