mbox series

pull-request: ieee802154 for net 2025-01-03

Message ID 20250103160046.469363-1-stefan@datenfreihafen.org (mailing list archive)
State Accepted
Commit a4faa15d28f4afb0a7d6213894175e612f825cd6
Headers show
Series pull-request: ieee802154 for net 2025-01-03 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan.git tags/ieee802154-for-net-2025-01-03

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 1 this patch: 1
netdev/build_tools success No tools touched, skip
netdev/build_clang success Errors and warnings before: 3 this patch: 3
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 4 this patch: 4
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 20 this patch: 20
netdev/contest success net-next-2025-01-04--18-00 (tests: 887)

Message

Stefan Schmidt Jan. 3, 2025, 4 p.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 5, 2025, 1:10 a.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri,  3 Jan 2025 17:00:46 +0100 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - pull-request: ieee802154 for net 2025-01-03
    https://git.kernel.org/netdev/net/c/a4faa15d28f4

You are awesome, thank you!