mbox series

pull-request: ieee802154 for net 2024-09-27

Message ID 20240927094351.3865511-1-stefan@datenfreihafen.org (mailing list archive)
State New
Headers show
Series pull-request: ieee802154 for net 2024-09-27 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan.git tags/ieee802154-for-net-2024-09-27

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 9 this patch: 9
netdev/build_tools success No tools touched, skip
netdev/build_clang success Errors and warnings before: 10 this patch: 10
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn fail Errors and warnings before: 12 this patch: 12
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 20 this patch: 20

Message

Stefan Schmidt Sept. 27, 2024, 9:43 a.m. UTC
Hello Dave, Jakub, Paolo.

An update from ieee802154 for your *net* tree:

Jinjie Ruan added the use of IRQF_NO_AUTOEN in the mcr20a driver and fixed and
addiotinal build dependency problem while doing so.

Jiawei Ye, ensured a correct RCU handling in mac802154_scan_worker.

regards
Stefan Schmidt


The following changes since commit b8ec0dc3845f6c9089573cb5c2c4b05f7fc10728:

  net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD() (2024-06-03 11:20:56 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan.git tags/ieee802154-for-net-2024-09-27

for you to fetch changes up to 09573b1cc76e7ff8f056ab29ea1cdc152ec8c653:

  net: ieee802154: mcr20a: Use IRQF_NO_AUTOEN flag in request_irq() (2024-09-27 10:47:53 +0200)

----------------------------------------------------------------
Jiawei Ye (1):
      mac802154: Fix potential RCU dereference issue in mac802154_scan_worker

Jinjie Ruan (2):
      ieee802154: Fix build error
      net: ieee802154: mcr20a: Use IRQF_NO_AUTOEN flag in request_irq()

 drivers/net/ieee802154/Kconfig  | 1 +
 drivers/net/ieee802154/mcr20a.c | 5 +----
 net/mac802154/scan.c            | 4 +++-
 3 files changed, 5 insertions(+), 5 deletions(-)