From: Johannes Berg <johannes@sipsolutions.net>
To: John Linville <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org
Subject: pull-request: mac80211 2012-11-12
Date: Mon, 12 Nov 2012 10:01:41 +0100 [thread overview]
Message-ID: <1352710901.9525.3.camel@jlt4.sipsolutions.net> (raw)
In-Reply-To: <1352534041.9759.0.camel@jlt4.sipsolutions.net> (sfid-20121110_085329_077961_291B6567)
[-- Attachment #1: Type: text/plain, Size: 1920 bytes --]
Another day, updated pull request. I'm going to let you merge this one,
even if somebody sends me new fixes right now :)
I have a locking fix for some SKB queues, a variable initialization to
avoid crashes in a certain failure case, another free_txskb fix from
Felix and another fix from him to avoid calling a stopped driver, a fix
for a (very unlikely) memory leak and a fix to not send null data
packets when resuming while not associated.
Please pull, the entire pull request is below.
johannes
The following changes since commit 6dbda2d00d466225f9db1dc695ff852443f28832:
mac80211: make sure data is accessible in EAPOL check (2012-10-26 22:52:42 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git for-john
for you to fetch changes up to 1f98ab7fef48a2968f37f422c256c9fbd978c3f0:
mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purge (2012-11-10 21:26:28 +0100)
----------------------------------------------------------------
Arik Nemtsov (1):
mac80211: sync acccess to tx_filtered/ps_tx_buf queues
David Spinadel (1):
mac80211: init sched_scan_ies
Felix Fietkau (2):
mac80211: do not call ieee80211_configure_filter if no interfaces are up
mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purge
Johannes Berg (2):
mac80211: fix memory leak in device registration error path
mac80211: don't send null data packet when not associated
net/mac80211/cfg.c | 3 +++
net/mac80211/ieee80211_i.h | 2 ++
net/mac80211/main.c | 6 ++++--
net/mac80211/scan.c | 2 +-
net/mac80211/sta_info.c | 11 ++++++++---
net/mac80211/status.c | 9 +++++++++
net/mac80211/tx.c | 9 ++++++---
net/mac80211/util.c | 2 ++
8 files changed, 35 insertions(+), 9 deletions(-)
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
next prev parent reply other threads:[~2012-11-12 9:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-09 19:42 pull-request: mac80211 2012-11-09 Johannes Berg
2012-11-09 19:49 ` [PATCH 1/2] iwlwifi: handle DMA mapping failures Johannes Berg
2012-11-09 19:49 ` [PATCH 2/2] iwlwifi: use ieee80211_free_txskb Johannes Berg
2012-11-09 19:50 ` [PATCH 1/2] iwlwifi: handle DMA mapping failures Johannes Berg
2012-11-10 7:54 ` pull-request: mac80211 2012-11-09 Johannes Berg
2012-11-12 9:01 ` Johannes Berg [this message]
2012-11-12 15:27 ` pull-request: mac80211 2012-11-12 Johannes Berg
2012-11-14 19:16 ` John W. Linville
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1352710901.9525.3.camel@jlt4.sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.