linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: mac80211 2014-12-18
@ 2014-12-18 14:10 Johannes Berg
  2014-12-18 20:35 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Johannes Berg @ 2014-12-18 14:10 UTC (permalink / raw)
  To: David Miller; +Cc: linux-wireless

Hi,

Also from me a first pull request - we have a number of really old
issues that happened to crop up now with new work (or just more testing)
in the right areas as well as some small bugs newly introduced in 3.19.

Let me know if there are any problems.

Thanks,
johannes


The following changes since commit 5fbea33740aeb948422d7b7e8aafbeac362264b2:

  r8169:update rtl8168g pcie ephy parameter (2014-12-11 21:38:52 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2014-12-18

for you to fetch changes up to 28a9bc68124c319b2b3dc861e80828a8865fd1ba:

  mac80211: free management frame keys when removing station (2014-12-17 14:00:17 +0100)

----------------------------------------------------------------
This relatively large collection of fixes is all over - from things
that were broken a long time ago (the management key issue) but not
noticed yet, to small issues that were only introduced into 3.19
(like the multicast issue). At least one issue is old but can crash
the kernel based on invalid userspace requests (the nl80211 matches
array one.)

----------------------------------------------------------------
Andreas Müller (1):
      mac80211: fix multicast LED blinking and counter

Arik Nemtsov (2):
      cfg80211: avoid mem leak on driver hint set
      cfg80211: correctly check ad-hoc channels

Emmanuel Grumbach (2):
      mac80211: update the channel context after channel switch
      cfg80211: don't WARN about two consecutive Country IE hint

Jes Sorensen (1):
      mac80211: avoid using uninitialized stack data

Johannes Berg (1):
      mac80211: free management frame keys when removing station

Jouni Malinen (1):
      cfg80211: Fix 160 MHz channels with 80+80 and 160 MHz drivers

Luciano Coelho (1):
      nl80211: check matches array length before acessing it

 net/mac80211/chan.c    |  4 ++++
 net/mac80211/key.c     |  2 +-
 net/mac80211/mlme.c    |  1 +
 net/mac80211/rx.c      | 11 ++++++-----
 net/wireless/chan.c    |  9 ++++++---
 net/wireless/nl80211.c |  2 +-
 net/wireless/reg.c     | 20 +++++++++++++-------
 7 files changed, 32 insertions(+), 17 deletions(-)



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pull-request: mac80211 2014-12-18
  2014-12-18 14:10 pull-request: mac80211 2014-12-18 Johannes Berg
@ 2014-12-18 20:35 ` David Miller
  2014-12-18 20:54   ` Johannes Berg
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2014-12-18 20:35 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, netdev

From: Johannes Berg <johannes@sipsolutions.net>
Date: Thu, 18 Dec 2014 15:10:22 +0100

> Also from me a first pull request - we have a number of really old
> issues that happened to crop up now with new work (or just more testing)
> in the right areas as well as some small bugs newly introduced in 3.19.
> 
> Let me know if there are any problems.

Pulled, but:

1) Don't put things into a merge commit, I take the text from your
   pull request email and that becomes the merge commit contents.
   Put it in your pull request email.

2) I want every pull request I get at least CC:'d to netdev.

> The following changes since commit 5fbea33740aeb948422d7b7e8aafbeac362264b2:
> 
>   r8169:update rtl8168g pcie ephy parameter (2014-12-11 21:38:52 -0500)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2014-12-18
> 
> for you to fetch changes up to 28a9bc68124c319b2b3dc861e80828a8865fd1ba:
> 
>   mac80211: free management frame keys when removing station (2014-12-17 14:00:17 +0100)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pull-request: mac80211 2014-12-18
  2014-12-18 20:35 ` David Miller
@ 2014-12-18 20:54   ` Johannes Berg
  2014-12-18 21:01     ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Johannes Berg @ 2014-12-18 20:54 UTC (permalink / raw)
  To: David Miller; +Cc: linux-wireless, netdev

On Thu, 2014-12-18 at 15:35 -0500, David Miller wrote:

> 1) Don't put things into a merge commit, I take the text from your
>    pull request email and that becomes the merge commit contents.
>    Put it in your pull request email.

Hmm, ok - not sure I fully understand. I don't think I created a merge
commit, so did you mean the tag? I thought a (signed) tag with contents
was now the preferred way to send pull requests, but I can also send a
signed email without a tag for you to merge a branch? Or would you
prefer a signed tag but empty (is that even possible?) with the text in
the email?

> 2) I want every pull request I get at least CC:'d to netdev.

Ok, sure.

Thanks,
johannes



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pull-request: mac80211 2014-12-18
  2014-12-18 20:54   ` Johannes Berg
@ 2014-12-18 21:01     ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2014-12-18 21:01 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, netdev

From: Johannes Berg <johannes@sipsolutions.net>
Date: Thu, 18 Dec 2014 21:54:29 +0100

> On Thu, 2014-12-18 at 15:35 -0500, David Miller wrote:
> 
>> 1) Don't put things into a merge commit, I take the text from your
>>    pull request email and that becomes the merge commit contents.
>>    Put it in your pull request email.
> 
> Hmm, ok - not sure I fully understand. I don't think I created a merge
> commit, so did you mean the tag? I thought a (signed) tag with contents
> was now the preferred way to send pull requests, but I can also send a
> signed email without a tag for you to merge a branch? Or would you
> prefer a signed tag but empty (is that even possible?) with the text in
> the email?

Anything you do I guess is fine with me, but I'm going to edit the
content that ends up in the merge commit regardless.

>> 2) I want every pull request I get at least CC:'d to netdev.
> 
> Ok, sure.

Thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-18 21:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-18 14:10 pull-request: mac80211 2014-12-18 Johannes Berg
2014-12-18 20:35 ` David Miller
2014-12-18 20:54   ` Johannes Berg
2014-12-18 21:01     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).