mbox series

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

Message ID 20240627181912.2359683-1-stefan@datenfreihafen.org (mailing list archive)
State Accepted
Delegated to: Netdev Maintainers
Headers show
Series pull-request: ieee802154 for net 2024-06-27 | expand

Pull-request

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

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 856 this patch: 856
netdev/build_tools success No tools touched, skip
netdev/build_clang success Errors and warnings before: 860 this patch: 860
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: 860 this patch: 860
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/contest success net-next-2024-06-28--06-00 (tests: 666)

Message

Stefan Schmidt June 27, 2024, 6:19 p.m. UTC
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(-)

Comments

Jakub Kicinski June 29, 2024, 1:39 a.m. UTC | #1
On Thu, 27 Jun 2024 20:19:12 +0200 Stefan Schmidt wrote:
> 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.

FTR looks like this got merged by DaveM, thank you!
Stefan Schmidt June 29, 2024, 8:33 a.m. UTC | #2
Hello Jakub,

On 29.06.24 03:39, Jakub Kicinski wrote:
> On Thu, 27 Jun 2024 20:19:12 +0200 Stefan Schmidt wrote:
>> 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.
> 
> FTR looks like this got merged by DaveM, thank you!

Thanks for letting me know.

regards
Stefan Schmidt