stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] rtl8xxxu: Fix memory leak and big endian bug
@ 2016-09-29 19:40 Jes.Sorensen
  2016-09-29 19:40 ` [PATCH 1/2] rtl8xxxu: Fix memory leak in handling rxdesc16 packets Jes.Sorensen
  2016-09-29 19:40 ` [PATCH 2/2] rtl8xxxu: Fix big-endian problem reporting mactime Jes.Sorensen
  0 siblings, 2 replies; 9+ messages in thread
From: Jes.Sorensen @ 2016-09-29 19:40 UTC (permalink / raw)
  To: linux-wireless; +Cc: kvalo, Larry.Finger, stable, Jes Sorensen

From: Jes Sorensen <Jes.Sorensen@redhat.com>

Hi,

These two patches for 4.9 fix a potential memory leak for gen1 parts
and a big endian problem reporting mactime.

While I have only seen it trigger for 8188eu devices, in code which
has not yet been submitted, it could potentially hit other parts such
as 8723au, 8188cu, 8192cu. I prefer to get it fixed asap.

The second bug is a double byte-swap of the mactime read from the RX
packet descriptor.

Both fixes should be applicable to stable-4.8.

Cheers,
Jes


Jes Sorensen (2):
  rtl8xxxu: Fix memory leak in handling rxdesc16 packets
  rtl8xxxu: Fix big-endian problem reporting mactime

 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h      |  4 ++--
 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 11 ++++++++---
 2 files changed, 10 insertions(+), 5 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-10-07 11:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-29 19:40 [PATCH 0/2] rtl8xxxu: Fix memory leak and big endian bug Jes.Sorensen
2016-09-29 19:40 ` [PATCH 1/2] rtl8xxxu: Fix memory leak in handling rxdesc16 packets Jes.Sorensen
2016-10-03  7:24   ` Kalle Valo
2016-10-03  7:25   ` Kalle Valo
2016-10-03 12:34     ` Jes Sorensen
2016-10-07 11:22   ` [1/2] " Kalle Valo
2016-09-29 19:40 ` [PATCH 2/2] rtl8xxxu: Fix big-endian problem reporting mactime Jes.Sorensen
2016-10-03  7:26   ` Kalle Valo
2016-10-03 12:34     ` Jes Sorensen

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).