mbox series

pull-request: wireless-next-2024-01-03

Message ID 20240103144423.52269-3-johannes@sipsolutions.net (mailing list archive)
State Accepted
Commit a180b0b1a6c484a091f2f20f9c6b9e5e726cbd31
Headers show
Series pull-request: wireless-next-2024-01-03 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git tags/wireless-next-2024-01-03

Checks

Context Check Description
netdev/tree_selection success Pull request for net-next
netdev/build_32bit success Errors and warnings before: 1266 this patch: 1266
netdev/build_clang success Errors and warnings before: 1150 this patch: 1150
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: 1293 this patch: 1293
netdev/build_clang_rust success No Rust files in patch. Skipping build

Message

Johannes Berg Jan. 3, 2024, 2:43 p.m. UTC
Hi,

So ... since we were discussing and wrapping up the kunit stuff,
I decided to put together another pull request with a few things,
notably the first kunit tests for wifi.

Please pull and let us know if there's any problem.

Thanks,
johannes



The following changes since commit 968509128207f122d7177ffb6ff51c9c6fa7e13d:

  wifi: iwlwifi: replace ENOTSUPP with EOPNOTSUPP (2023-12-21 20:35:17 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git tags/wireless-next-2024-01-03

for you to fetch changes up to 3aca362a4c1411ec11ff04f81b6cdf2359fee962:

  wifi: mac80211: remove redundant ML element check (2024-01-03 15:35:38 +0100)

----------------------------------------------------------------
Just a couple of more things over the holidays:
 - first kunit tests for both cfg80211 and mac80211
 - a few multi-link fixes
 - DSCP mapping update
 - RCU fix

----------------------------------------------------------------
Benjamin Berg (5):
      kunit: add parameter generation macro using description from array
      kunit: add a convenience allocation wrapper for SKBs
      wifi: cfg80211: tests: add some scanning related tests
      wifi: cfg80211: correct comment about MLD ID
      wifi: cfg80211: parse all ML elements in an ML probe response

Edward Adam Davis (1):
      wifi: cfg80211: fix RCU dereference in __cfg80211_bss_update

Ilan Peer (1):
      wifi: cfg80211: Update the default DSCP-to-UP mapping

Johannes Berg (4):
      wifi: mac80211: add kunit tests for public action handling
      wifi: mac80211: kunit: generalize public action test
      wifi: mac80211: kunit: extend MFP tests
      wifi: mac80211: remove redundant ML element check

Zheng tan (1):
      wifi: mac80211: fix spelling typo in comment

 Documentation/dev-tools/kunit/usage.rst |  12 +-
 include/kunit/skbuff.h                  |  56 +++
 include/kunit/test.h                    |  19 +
 net/mac80211/debugfs_sta.c              |   2 +-
 net/mac80211/ieee80211_i.h              |  10 +
 net/mac80211/mlme.c                     |  29 +-
 net/mac80211/rx.c                       |   4 +-
 net/mac80211/tests/Makefile             |   2 +-
 net/mac80211/tests/mfp.c                | 286 +++++++++++++++
 net/wireless/core.h                     |  13 +-
 net/wireless/scan.c                     |  58 ++-
 net/wireless/tests/Makefile             |   2 +-
 net/wireless/tests/scan.c               | 625 ++++++++++++++++++++++++++++++++
 net/wireless/tests/util.c               |  56 +++
 net/wireless/tests/util.h               |  66 ++++
 net/wireless/util.c                     |  56 +++
 16 files changed, 1244 insertions(+), 52 deletions(-)
 create mode 100644 include/kunit/skbuff.h
 create mode 100644 net/mac80211/tests/mfp.c
 create mode 100644 net/wireless/tests/scan.c
 create mode 100644 net/wireless/tests/util.c
 create mode 100644 net/wireless/tests/util.h

Comments

Johannes Berg Jan. 3, 2024, 2:45 p.m. UTC | #1
On Wed, 2024-01-03 at 15:43 +0100, Johannes Berg wrote:
> Hi,
> 
> So ... since we were discussing and wrapping up the kunit stuff,
> I decided to put together another pull request with a few things,
> notably the first kunit tests for wifi.

Err, I'm confused. We had some, these are just all the more interesting
ones with SKBs... Whatever, doesn't matter much I guess.

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

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

On Wed,  3 Jan 2024 15:43:39 +0100 you wrote:
> Hi,
> 
> So ... since we were discussing and wrapping up the kunit stuff,
> I decided to put together another pull request with a few things,
> notably the first kunit tests for wifi.
> 
> Please pull and let us know if there's any problem.
> 
> [...]

Here is the summary with links:
  - pull-request: wireless-next-2024-01-03
    https://git.kernel.org/netdev/net-next/c/a180b0b1a6c4

You are awesome, thank you!