mbox series

[Xenial,v2,0/3] a fix for mwifiex

Message ID 20180507141200.25957-1-jesse.sung@canonical.com
Headers show
Series a fix for mwifiex | expand

Message

Wen-chien Jesse Sung May 7, 2018, 2:11 p.m. UTC
BugLink: https://launchpad.net/bugs/1769671

There were two workaround appied for lp:1712746 and now that the
fix from Marvell has been accepted by upstream, it's time to integrate
the fix instead.

There are three patches in this series: two for reverting the workaround
patches, and one to apply the fix.

The fix has been verified on real hardware.

Changes in v2:
* Create a new LP bug and update the BugLink.


Limin Zhu (1):
  mwifiex: cfg80211: do not change virtual interface during scan
    processing

Wen-chien Jesse Sung (2):
  Revert "UBUNTU: SAUCE: mwifiex: do not dereference invalid pointer"
  Revert "UBUNTU: SAUCE: net/wireless: do not dereference invalid
    pointer"

 drivers/net/wireless/mwifiex/cfg80211.c | 6 ++++++
 drivers/net/wireless/mwifiex/cfp.c      | 4 +---
 net/wireless/util.c                     | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

Comments

Kleber Sacilotto de Souza May 8, 2018, 4:10 p.m. UTC | #1
On 05/07/18 16:11, Wen-chien Jesse Sung wrote:
> BugLink: https://launchpad.net/bugs/1769671
> 
> There were two workaround appied for lp:1712746 and now that the
> fix from Marvell has been accepted by upstream, it's time to integrate
> the fix instead.
> 
> There are three patches in this series: two for reverting the workaround
> patches, and one to apply the fix.
> 
> The fix has been verified on real hardware.
> 
> Changes in v2:
> * Create a new LP bug and update the BugLink.
> 
> 
> Limin Zhu (1):
>   mwifiex: cfg80211: do not change virtual interface during scan
>     processing
> 
> Wen-chien Jesse Sung (2):
>   Revert "UBUNTU: SAUCE: mwifiex: do not dereference invalid pointer"
>   Revert "UBUNTU: SAUCE: net/wireless: do not dereference invalid
>     pointer"
> 
>  drivers/net/wireless/mwifiex/cfg80211.c | 6 ++++++
>  drivers/net/wireless/mwifiex/cfp.c      | 4 +---
>  net/wireless/util.c                     | 2 +-
>  3 files changed, 8 insertions(+), 4 deletions(-)
> 

Hi Jesse,

Thank you for filing a new bug and sending a v2.


Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Po-Hsu Lin May 9, 2018, 7:44 a.m. UTC | #2
Acked-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
Kleber Sacilotto de Souza May 15, 2018, 10:59 a.m. UTC | #3
On 05/07/18 16:11, Wen-chien Jesse Sung wrote:
> BugLink: https://launchpad.net/bugs/1769671
> 
> There were two workaround appied for lp:1712746 and now that the
> fix from Marvell has been accepted by upstream, it's time to integrate
> the fix instead.
> 
> There are three patches in this series: two for reverting the workaround
> patches, and one to apply the fix.
> 
> The fix has been verified on real hardware.
> 
> Changes in v2:
> * Create a new LP bug and update the BugLink.
> 
> 
> Limin Zhu (1):
>   mwifiex: cfg80211: do not change virtual interface during scan
>     processing
> 
> Wen-chien Jesse Sung (2):
>   Revert "UBUNTU: SAUCE: mwifiex: do not dereference invalid pointer"
>   Revert "UBUNTU: SAUCE: net/wireless: do not dereference invalid
>     pointer"
> 
>  drivers/net/wireless/mwifiex/cfg80211.c | 6 ++++++
>  drivers/net/wireless/mwifiex/cfp.c      | 4 +---
>  net/wireless/util.c                     | 2 +-
>  3 files changed, 8 insertions(+), 4 deletions(-)
> 

Applied to xenial/master-next branch.

Thanks,
Kleber