mbox series

[SRU,Bionic,0/1] Fix regression on laptops with 4.15.0-149..151

Message ID 20210728143638.150591-1-stefan.bader@canonical.com
Headers show
Series Fix regression on laptops with 4.15.0-149..151 | expand

Message

Stefan Bader July 28, 2021, 2:36 p.m. UTC
With 4.15.0-149 we included a change to mac80211 from stable 4.14.y

  "mac80211: do not accept/forward invalid EAPOL frames"

This was followed up with another patch to fix up memory corruption:

  "mac80211: fix memory corruption in EAPOL handling"

This appears to be the issue into which multiple laptop users are
running. The symptoms are various due to the nature of memory
corruption.

Davis Mosenkovs (1):
  mac80211: fix memory corruption in EAPOL handling

 net/mac80211/rx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefan Bader July 29, 2021, 6:38 a.m. UTC | #1
On 28.07.21 16:36, Stefan Bader wrote:
> With 4.15.0-149 we included a change to mac80211 from stable 4.14.y
> 
>    "mac80211: do not accept/forward invalid EAPOL frames"
> 
> This was followed up with another patch to fix up memory corruption:
> 
>    "mac80211: fix memory corruption in EAPOL handling"
> 
> This appears to be the issue into which multiple laptop users are
> running. The symptoms are various due to the nature of memory
> corruption.
> 
> Davis Mosenkovs (1):
>    mac80211: fix memory corruption in EAPOL handling
> 
>   net/mac80211/rx.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
Applied to bionic:linux/master-prep. Thanks.

-Stefan