Hi Dave,
here's a pull request for net, more info the signed tag below. Please
let me know if there are any problems.
Kalle
The following changes since commit d755cbc26e8295ae8e5d30425364e093b4247a85:
Merge tag 'iwlwifi-for-kalle-2017-07-21' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes (2017-07-21 14:33:27 +0300)
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-07-28
for you to fetch changes up to 5f5d03143de5e0c593da4ab18fc6393c2815e108:
brcmfmac: fix memleak due to calling brcmf_sdiod_sgtable_alloc() twice (2017-07-27 14:03:14 +0300)
----------------------------------------------------------------
wireless-drivers fixes for 4.13
Two fixes for for brcmfmac, the crash was reported by two people
already so it's a high priority fix.
brcmfmac
* fix a crash in skb headroom handling in v4.13-rc1
* fix a memory leak due to a merge error in v4.6
----------------------------------------------------------------
Arend Van Spriel (1):
brcmfmac: fix memleak due to calling brcmf_sdiod_sgtable_alloc() twice
Daniel Stone (1):
brcmfmac: Don't grow SKB by negative size
drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c | 2 +-
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c | 5 -----
2 files changed, 1 insertion(+), 6 deletions(-)
Kalle Valo <[email protected]> writes:
> Hi Dave,
>
> here's a pull request for net, more info the signed tag below. Please
> let me know if there are any problems.
>
> Kalle
>
> The following changes since commit d755cbc26e8295ae8e5d30425364e093b4247a=
85:
>
> Merge tag 'iwlwifi-for-kalle-2017-07-21' of git://git.kernel.org/pub/sc=
m/linux/kernel/git/iwlwifi/iwlwifi-fixes (2017-07-21 14:33:27 +0300)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gi=
t tags/wireless-drivers-for-davem-2017-07-28
Argh, the subject is of course wrong and it should be:
pull-request: wireless-drivers 2017-07-28
So this pull request is for net tree to get these two brcmfmac fixes to
4.13. Otherwise the pull request is correct so I don't submit a new one
(but let me know if you prefer that).
--=20
Kalle Valo=
From: Kalle Valo <[email protected]>
Date: Fri, 28 Jul 2017 14:05:59 +0000
> Kalle Valo <[email protected]> writes:
>
>> Hi Dave,
>>
>> here's a pull request for net, more info the signed tag below. Please
>> let me know if there are any problems.
>>
>> Kalle
>>
>> The following changes since commit d755cbc26e8295ae8e5d30425364e093b4247a85:
>>
>> Merge tag 'iwlwifi-for-kalle-2017-07-21' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes (2017-07-21 14:33:27 +0300)
>>
>> 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-07-28
>
> Argh, the subject is of course wrong and it should be:
>
> pull-request: wireless-drivers 2017-07-28
Yeah that makes more sense. :)
> So this pull request is for net tree to get these two brcmfmac fixes to
> 4.13. Otherwise the pull request is correct so I don't submit a new one
> (but let me know if you prefer that).
Pulled, thanks Kalle.