Message ID | 20240927094351.3865511-1-stefan@datenfreihafen.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | pull-request: ieee802154 for net 2024-09-27 | expand |
Hello, On 9/27/24 11:43, Stefan Schmidt wrote: > 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(-) A friendly ping on this. :-) regards Stefan Schmidt
On Fri, 27 Sep 2024 11:43:50 +0200 Stefan Schmidt wrote: > 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. Sorry for the delay, conferences and travel..
Hello: This pull request was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 27 Sep 2024 11:43:50 +0200 you wrote: > 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. > > [...] Here is the summary with links: - pull-request: ieee802154 for net 2024-09-27 https://git.kernel.org/netdev/net/c/cb3ad11342a2 You are awesome, thank you!
Hello Jakub, On 10/3/24 02:08, Jakub Kicinski wrote: > On Fri, 27 Sep 2024 11:43:50 +0200 Stefan Schmidt wrote: >> 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. > > Sorry for the delay, conferences and travel.. No worries, just wanted to make sure it did not got lost. regards Stefan Schmidt