mbox series

pull-request: mac80211 2021-10-21

Message ID 20211021154351.134297-1-johannes@sipsolutions.net (mailing list archive)
State Accepted
Commit 7fcb1c950e98e47918e86a5aa7b8fcc283ec6629
Headers show
Series pull-request: mac80211 2021-10-21 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2021-10-21

Checks

Context Check Description
netdev/tree_selection success Series ignored based on subject

Message

Johannes Berg Oct. 21, 2021, 3:43 p.m. UTC
Hi,

So I had two fixes pending in my tree and forgot to send them before
going on vacation ... at least they've been there for a while now ;)

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

Thanks,
johannes



The following changes since commit ca6e11c337daf7925ff8a2aac8e84490a8691905:

  phy: mdio: fix memory leak (2021-09-30 17:11:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2021-10-21

for you to fetch changes up to a2083eeb119fb9307258baea9b7c243ca9a2e0b6:

  cfg80211: scan: fix RCU in cfg80211_add_nontrans_list() (2021-10-01 11:02:27 +0200)

----------------------------------------------------------------
Two small fixes:
 * RCU misuse in scan processing in cfg80211
 * missing size check for HE data in mac80211 mesh

----------------------------------------------------------------
Johannes Berg (2):
      mac80211: mesh: fix HE operation element length check
      cfg80211: scan: fix RCU in cfg80211_add_nontrans_list()

 net/mac80211/mesh.c | 9 +++++----
 net/wireless/scan.c | 7 +++++--
 2 files changed, 10 insertions(+), 6 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 22, 2021, 7:30 p.m. UTC | #1
Hello:

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

On Thu, 21 Oct 2021 17:43:50 +0200 you wrote:
> Hi,
> 
> So I had two fixes pending in my tree and forgot to send them before
> going on vacation ... at least they've been there for a while now ;)
> 
> Please pull and let me know if there's any problem.
> 
> [...]

Here is the summary with links:
  - pull-request: mac80211 2021-10-21
    https://git.kernel.org/netdev/net/c/7fcb1c950e98

You are awesome, thank you!
Johannes Berg Oct. 22, 2021, 7:36 p.m. UTC | #2
On Fri, 2021-10-22 at 19:30 +0000, patchwork-bot+netdevbpf@kernel.org
wrote:
> This pull request was applied to netdev/net.git (master)
> by Jakub Kicinski <kuba@kernel.org>:

Thanks.

I have a patch or two that are for -next but depend on this, any chance
of pulling net into net-next some time, perhaps after it goes to Linus?

johannes
Jakub Kicinski Oct. 22, 2021, 8:03 p.m. UTC | #3
On Fri, 22 Oct 2021 21:36:44 +0200 Johannes Berg wrote:
> On Fri, 2021-10-22 at 19:30 +0000, patchwork-bot+netdevbpf@kernel.org
> wrote:
> > This pull request was applied to netdev/net.git (master)
> > by Jakub Kicinski <kuba@kernel.org>:  
> 
> Thanks.
> 
> I have a patch or two that are for -next but depend on this, any chance
> of pulling net into net-next some time, perhaps after it goes to Linus?

You missed the previous PR by like 15 min :( 

Next one on Thursday, I think. Good enough?
Johannes Berg Oct. 22, 2021, 8:10 p.m. UTC | #4
On 22 October 2021 22:03:08 CEST, Jakub Kicinski <kuba@kernel.org> wrote:
>You missed the previous PR by like 15 min :( 

:-)

>Next one on Thursday, I think. Good enough?

Sure, it's just a small cleanup anyway, I didn't want to have a conflict for something that unimportant.

Thanks,
johannes