mbox series

pull-request: wireless-2023-12-14

Message ID 20231214111515.60626-3-johannes@sipsolutions.net (mailing list archive)
State Accepted
Commit 0225191a769510ed2591e29c5f0dc88f04c7a632
Headers show
Series pull-request: wireless-2023-12-14 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2023-12-14

Checks

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

Message

Johannes Berg Dec. 14, 2023, 11:13 a.m. UTC
Hi,

So more stragglers than I'd like, perhaps, but here we are.
A bunch of these escaped Intel's vault late though, and we're
now rewriting our tooling so should get better at that...

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

Thanks,
johannes



The following changes since commit 91fdb30ddfdb651509914d3ed0a0302712540fed:

  net: libwx: fix memory leak on msix entry (2023-11-29 20:13:03 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2023-12-14

for you to fetch changes up to 3c2a8ebe3fe66a5f77d4c164a0bea8e2ff37b455:

  wifi: cfg80211: fix certs build to not depend on file order (2023-12-14 09:11:51 +0100)

----------------------------------------------------------------
 * add (and fix) certificate for regdb handover to Chen-Yu Tsai
 * fix rfkill GPIO handling
 * a few driver (iwlwifi, mt76) crash fixes
 * logic fixes in the stack

----------------------------------------------------------------
Avraham Stern (1):
      wifi: iwlwifi: pcie: avoid a NULL pointer dereference

Chen-Yu Tsai (1):
      wifi: cfg80211: Add my certificate

Edward Adam Davis (1):
      wifi: mac80211: check if the existing link config remains unchanged

Felix Fietkau (1):
      wifi: mt76: fix crash with WED rx support enabled

Johannes Berg (7):
      wifi: ieee80211: don't require protected vendor action frames
      wifi: iwlwifi: pcie: add another missing bh-disable for rxq->lock
      wifi: mac80211: don't re-add debugfs during reconfig
      wifi: mac80211: check defragmentation succeeded
      wifi: mac80211: mesh: check element parsing succeeded
      wifi: mac80211: mesh_plink: fix matches_local logic
      wifi: cfg80211: fix certs build to not depend on file order

Rouven Czerwinski (1):
      net: rfkill: gpio: set GPIO direction

 drivers/net/wireless/intel/iwlwifi/pcie/rx.c    |  2 +-
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c |  4 +-
 drivers/net/wireless/mediatek/mt76/dma.c        | 10 +--
 include/linux/ieee80211.h                       |  3 +-
 net/mac80211/cfg.c                              |  4 +-
 net/mac80211/driver-ops.c                       |  6 +-
 net/mac80211/mesh_plink.c                       | 16 +++--
 net/mac80211/mlme.c                             |  4 +-
 net/rfkill/rfkill-gpio.c                        |  8 +++
 net/wireless/certs/wens.hex                     | 87 +++++++++++++++++++++++++
 10 files changed, 125 insertions(+), 19 deletions(-)
 create mode 100644 net/wireless/certs/wens.hex

Comments

Paolo Abeni Dec. 14, 2023, 12:08 p.m. UTC | #1
On Thu, 2023-12-14 at 12:13 +0100, Johannes Berg wrote:
> So more stragglers than I'd like, perhaps, but here we are.
> A bunch of these escaped Intel's vault late though, and we're
> now rewriting our tooling so should get better at that...
> 
> Please pull and let us know if there's any problem.

whoops, this will not enter today's PR, as I'm finalizing it right now.

Unless you scream very hard, very soon, for good reasons, and I'll
restart my work from scratch ;) (well not really all the PR work, but
some ...)

Please let me know!

Cheers,

Paolo
Johannes Berg Dec. 14, 2023, 12:11 p.m. UTC | #2
On Thu, 2023-12-14 at 13:08 +0100, Paolo Abeni wrote:
> On Thu, 2023-12-14 at 12:13 +0100, Johannes Berg wrote:
> > So more stragglers than I'd like, perhaps, but here we are.
> > A bunch of these escaped Intel's vault late though, and we're
> > now rewriting our tooling so should get better at that...
> > 
> > Please pull and let us know if there's any problem.
> 
> whoops, this will not enter today's PR, as I'm finalizing it right now.

Yeah I kind of expected that.

> Unless you scream very hard, very soon, for good reasons, and I'll
> restart my work from scratch ;) (well not really all the PR work, but
> some ...)
> 
> Please let me know!

There'll be another chance next week, hopefully?

Anyway, I don't see anything super critical and likely to affect
everyone badly. Even if it doesn't make it at all, that wouldn't be a
huge problem, we'd just have to do some creative merging on our end (or
reset the tree) :)

johannes
Paolo Abeni Dec. 14, 2023, 12:42 p.m. UTC | #3
On Thu, 2023-12-14 at 13:11 +0100, Johannes Berg wrote:
> On Thu, 2023-12-14 at 13:08 +0100, Paolo Abeni wrote:
> > On Thu, 2023-12-14 at 12:13 +0100, Johannes Berg wrote:
> > > So more stragglers than I'd like, perhaps, but here we are.
> > > A bunch of these escaped Intel's vault late though, and we're
> > > now rewriting our tooling so should get better at that...
> > > 
> > > Please pull and let us know if there's any problem.
> > 
> > whoops, this will not enter today's PR, as I'm finalizing it right now.
> 
> Yeah I kind of expected that.
> 
> > Unless you scream very hard, very soon, for good reasons, and I'll
> > restart my work from scratch ;) (well not really all the PR work, but
> > some ...)
> > 
> > Please let me know!
> 
> There'll be another chance next week, hopefully?

Yes it should.

> Anyway, I don't see anything super critical and likely to affect
> everyone badly. Even if it doesn't make it at all, that wouldn't be a
> huge problem, we'd just have to do some creative merging on our end (or
> reset the tree) :)

Ok, let me take the easy path then - with the next week PR should be
easy for all.

Cheers,

Paolo
patchwork-bot+netdevbpf@kernel.org Dec. 15, 2023, 3:20 a.m. UTC | #4
Hello:

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

On Thu, 14 Dec 2023 12:13:56 +0100 you wrote:
> Hi,
> 
> So more stragglers than I'd like, perhaps, but here we are.
> A bunch of these escaped Intel's vault late though, and we're
> now rewriting our tooling so should get better at that...
> 
> Please pull and let us know if there's any problem.
> 
> [...]

Here is the summary with links:
  - pull-request: wireless-2023-12-14
    https://git.kernel.org/netdev/net/c/0225191a7695

You are awesome, thank you!