Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1615118 > unrolled thread
| Started by | Kalle Valo <kvalo@codeaurora.org> |
|---|---|
| First post | 2017-04-03 13:30 +0200 |
| Last post | 2017-04-05 06:20 +0200 |
| Articles | 5 — 2 participants |
Back to article view | Back to linux.kernel
pull-request: wireless-drivers-next 2017-04-03 Kalle Valo <kvalo@codeaurora.org> - 2017-04-03 13:30 +0200
Re: pull-request: wireless-drivers-next 2017-04-03 David Miller <davem@davemloft.net> - 2017-04-04 19:40 +0200
Re: pull-request: wireless-drivers-next 2017-04-03 Kalle Valo <kvalo@codeaurora.org> - 2017-04-04 19:50 +0200
Re: pull-request: wireless-drivers-next 2017-04-03 David Miller <davem@davemloft.net> - 2017-04-04 20:40 +0200
Re: pull-request: wireless-drivers-next 2017-04-03 Kalle Valo <kvalo@codeaurora.org> - 2017-04-05 06:20 +0200
| From | Kalle Valo <kvalo@codeaurora.org> |
|---|---|
| Date | 2017-04-03 13:30 +0200 |
| Subject | pull-request: wireless-drivers-next 2017-04-03 |
| Message-ID | <ts8lk-6bt-23@gated-at.bofh.it> |
Hi Dave,
here few really small fixes. I'm hoping this to be the last pull request
for 4.11.
Please let me if there are any problems.
Kalle
The following changes since commit 6be3b6cce1e225f189b68b4e84fc711d19b4277b:
ath10k: fix incorrect wlan_mac_base in qca6174_regs (2017-03-20 17:11:31 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git tags/wireless-drivers-for-davem-2017-04-03
for you to fetch changes up to d77facb88448cdeaaa3adba5b9704a48ac2ac8d6:
brcmfmac: use local iftype avoiding use-after-free of virtual interface (2017-03-30 19:43:51 +0300)
----------------------------------------------------------------
wireless-drivers fixes for 4.11
iwlwifi
* an RCU fix
* a fix for a potential out-of-bounds access crash
* a fix for IBSS which has been broken since DQA was enabled
rtlwifi
* fix scheduling while atomic regression
brcmfmac
* fix use-after-free bug found by KASAN
----------------------------------------------------------------
Arend Van Spriel (1):
brcmfmac: use local iftype avoiding use-after-free of virtual interface
Dan Carpenter (1):
iwlwifi: mvm: writing zero bytes to debugfs causes a crash
Kalle Valo (1):
Merge tag 'iwlwifi-for-kalle-2017-03-29' of git://git.kernel.org/.../iwlwifi/iwlwifi-fixes
Larry Finger (1):
rtlwifi: Fix scheduling while atomic splat
Liad Kaufman (1):
iwlwifi: mvm: support ibss in dqa mode
Sara Sharon (1):
iwlwifi: mvm: fix accessing fw_id_to_mac_id
drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c | 8 +++++---
drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c | 2 ++
drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c | 3 ++-
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 2 +-
drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 9 ++++++---
drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 7 +++++--
drivers/net/wireless/realtek/rtlwifi/base.c | 6 ++++--
7 files changed, 25 insertions(+), 12 deletions(-)
[toc] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2017-04-04 19:40 +0200 |
| Message-ID | <tsAAV-7Yu-1@gated-at.bofh.it> |
| In reply to | #1615118 |
From: Kalle Valo <kvalo@codeaurora.org> Date: Mon, 03 Apr 2017 14:26:10 +0300 > here few really small fixes. I'm hoping this to be the last pull request > for 4.11. > > Please let me if there are any problems. Pulled, thanks. But I will warn you, you say fixes, but your Subject line and GIT tag says "-next" so I pulled it into net-next.
[toc] | [prev] | [next] | [standalone]
| From | Kalle Valo <kvalo@codeaurora.org> |
|---|---|
| Date | 2017-04-04 19:50 +0200 |
| Message-ID | <tsAKC-81K-29@gated-at.bofh.it> |
| In reply to | #1616251 |
David Miller <davem@davemloft.net> writes: > From: Kalle Valo <kvalo@codeaurora.org> > Date: Mon, 03 Apr 2017 14:26:10 +0300 > >> here few really small fixes. I'm hoping this to be the last pull request >> for 4.11. >> >> Please let me if there are any problems. > > Pulled, thanks. > > But I will warn you, you say fixes, but your Subject line and > GIT tag says "-next" so I pulled it into net-next. Sorry, I used the wrong pull request template and that's why I had the wrong subject in this pull request. So actually this was supposed to be for net, not net-next. Any chance you could also pull this to net so that we can still get the fixes to 4.11? My tree setup is like this: wireless-drivers -> net wireless-drivers-next -> net-next -- Kalle Valo
[toc] | [prev] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2017-04-04 20:40 +0200 |
| Message-ID | <tsBx0-ao-27@gated-at.bofh.it> |
| In reply to | #1616263 |
From: Kalle Valo <kvalo@codeaurora.org> Date: Tue, 04 Apr 2017 20:48:35 +0300 > David Miller <davem@davemloft.net> writes: > >> From: Kalle Valo <kvalo@codeaurora.org> >> Date: Mon, 03 Apr 2017 14:26:10 +0300 >> >>> here few really small fixes. I'm hoping this to be the last pull request >>> for 4.11. >>> >>> Please let me if there are any problems. >> >> Pulled, thanks. >> >> But I will warn you, you say fixes, but your Subject line and >> GIT tag says "-next" so I pulled it into net-next. > > Sorry, I used the wrong pull request template and that's why I had the > wrong subject in this pull request. So actually this was supposed to be > for net, not net-next. Any chance you could also pull this to net so > that we can still get the fixes to 4.11? Sure, done.
[toc] | [prev] | [next] | [standalone]
| From | Kalle Valo <kvalo@codeaurora.org> |
|---|---|
| Date | 2017-04-05 06:20 +0200 |
| Message-ID | <tsKAi-65r-9@gated-at.bofh.it> |
| In reply to | #1616311 |
David Miller <davem@davemloft.net> writes: > From: Kalle Valo <kvalo@codeaurora.org> > Date: Tue, 04 Apr 2017 20:48:35 +0300 > >> David Miller <davem@davemloft.net> writes: >> >>> From: Kalle Valo <kvalo@codeaurora.org> >>> Date: Mon, 03 Apr 2017 14:26:10 +0300 >>> >>>> here few really small fixes. I'm hoping this to be the last pull request >>>> for 4.11. >>>> >>>> Please let me if there are any problems. >>> >>> Pulled, thanks. >>> >>> But I will warn you, you say fixes, but your Subject line and >>> GIT tag says "-next" so I pulled it into net-next. >> >> Sorry, I used the wrong pull request template and that's why I had the >> wrong subject in this pull request. So actually this was supposed to be >> for net, not net-next. Any chance you could also pull this to net so >> that we can still get the fixes to 4.11? > > Sure, done. Great, thank you. And sorry for this, I need to be more careful when sending the pull requests. -- Kalle Valo
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web