Hello Dave, Jakub, Paolo. An update from ieee802154 for your *net* tree: Two small fixes this time around. Dmitry Antipov corrected the time calculations for the lifs and sifs periods in mac802154. Yunshui Jiang introduced the safer use of DEV_STATS_* macros for atomic updates. A good addition, even if not strictly necessary in our code. regards Stefan Schmidt The following changes since commit 4b377b4868ef17b040065bd468668c707d2477a5: kprobe/ftrace: fix build error due to bad function definition (2024-05-17 19:17:55 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan.git tags/ieee802154-for-net-2024-06-27 for you to fetch changes up to b8ec0dc3845f6c9089573cb5c2c4b05f7fc10728: net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD() (2024-06-03 11:20:56 +0200) ---------------------------------------------------------------- Dmitry Antipov (1): mac802154: fix time calculation in ieee802154_configure_durations() Yunshui Jiang (1): net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD() net/mac802154/main.c | 14 ++++++++------ net/mac802154/tx.c | 8 ++++---- 2 files changed, 12 insertions(+), 10 deletions(-)