linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: netdev@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Subject: pull-request: mac80211 2019-11-08
Date: Fri,  8 Nov 2019 13:38:49 +0100	[thread overview]
Message-ID: <20191108123850.17527-1-johannes@sipsolutions.net> (raw)

Hi Dave,

Three more small fixes for the current cycle - the allocation
and its failure must've been around for a while but we've started
hitting it (I'm also investigating if we have a leak), and the
inactive time thing also must've been around forever.

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

Thanks,
johannes



The following changes since commit e0a312629fefa943534fc46f7bfbe6de3fdaf463:

  ipv4: Fix table id reference in fib_sync_down_addr (2019-11-07 16:14:36 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2019-11-08

for you to fetch changes up to 285531f9e6774e3be71da6673d475ff1a088d675:

  mac80211: fix station inactive_time shortly after boot (2019-11-08 09:17:28 +0100)

----------------------------------------------------------------
Three small fixes:
 * we hit a failure path bug related to
   ieee80211_txq_setup_flows()
 * also use kvmalloc() to make that less likely
 * fix a timing value shortly after boot (during
   INITIAL_JIFFIES)

----------------------------------------------------------------
Ahmed Zaki (1):
      mac80211: fix station inactive_time shortly after boot

Johannes Berg (1):
      mac80211: fix ieee80211_txq_setup_flows() failure path

Toke Høiland-Jørgensen (1):
      net/fq_impl: Switch to kvmalloc() for memory allocation

 include/net/fq_impl.h   | 4 ++--
 net/mac80211/main.c     | 2 +-
 net/mac80211/sta_info.c | 3 ++-
 3 files changed, 5 insertions(+), 4 deletions(-)


             reply	other threads:[~2019-11-08 12:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-08 12:38 Johannes Berg [this message]
2019-11-08 19:37 ` pull-request: mac80211 2019-11-08 David Miller

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=20191108123850.17527-1-johannes@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /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 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).