mbox series

[B,D,E,F,SRU,0/1] Fix for CVE-2019-19078

Message ID 20191206095542.20209-1-po-hsu.lin@canonical.com
Headers show
Series Fix for CVE-2019-19078 | expand

Message

Po-Hsu Lin Dec. 6, 2019, 9:55 a.m. UTC
From commit message:
In ath10k_usb_hif_tx_sg the allocated urb should be released if
usb_submit_urb fails.

This patch can be cherry-picked into all of the affected kernels.

Kernel test builds OK.

Navid Emamdoost (1):
  ath10k: fix memory leak

 drivers/net/wireless/ath/ath10k/usb.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Kleber Sacilotto de Souza Dec. 12, 2019, 10:51 a.m. UTC | #1
On 2019-12-06 10:55, Po-Hsu Lin wrote:
> From commit message:
> In ath10k_usb_hif_tx_sg the allocated urb should be released if
> usb_submit_urb fails.
> 
> This patch can be cherry-picked into all of the affected kernels.
> 
> Kernel test builds OK.
> 
> Navid Emamdoost (1):
>   ath10k: fix memory leak
> 
>  drivers/net/wireless/ath/ath10k/usb.c | 1 +
>  1 file changed, 1 insertion(+)
> 

Disco will EOL in January and we are not planning to release another
kernel SRU for it. So I'm NAK'ing the patches for D.

Thanks,
Kleber
Seth Forshee Dec. 16, 2019, 7:39 p.m. UTC | #2
On Fri, Dec 06, 2019 at 05:55:41PM +0800, Po-Hsu Lin wrote:
> From commit message:
> In ath10k_usb_hif_tx_sg the allocated urb should be released if
> usb_submit_urb fails.
> 
> This patch can be cherry-picked into all of the affected kernels.
> 
> Kernel test builds OK.

Acked-by: Seth Forshee <seth.forshee@canonical.com>

Applied to focal/master-next, thanks!
Kleber Sacilotto de Souza Dec. 17, 2019, 8:37 a.m. UTC | #3
On 12.12.19 11:51, Kleber Souza wrote:
> On 2019-12-06 10:55, Po-Hsu Lin wrote:
>> From commit message:
>> In ath10k_usb_hif_tx_sg the allocated urb should be released if
>> usb_submit_urb fails.
>>
>> This patch can be cherry-picked into all of the affected kernels.
>>
>> Kernel test builds OK.
>>
>> Navid Emamdoost (1):
>>   ath10k: fix memory leak
>>
>>  drivers/net/wireless/ath/ath10k/usb.c | 1 +
>>  1 file changed, 1 insertion(+)
>>
> 
> Disco will EOL in January and we are not planning to release another
> kernel SRU for it. So I'm NAK'ing the patches for D.

Although Disco support will end in January, our plan is to continue producing
5.0 kernel updates for a yet to be defined period.

So please disregard my NAK to this patch.

Thanks.
Kleber Sacilotto de Souza Jan. 6, 2020, 11:54 a.m. UTC | #4
On 2019-12-06 10:55, Po-Hsu Lin wrote:
> From commit message:
> In ath10k_usb_hif_tx_sg the allocated urb should be released if
> usb_submit_urb fails.
> 
> This patch can be cherry-picked into all of the affected kernels.
> 
> Kernel test builds OK.
> 
> Navid Emamdoost (1):
>   ath10k: fix memory leak
> 
>  drivers/net/wireless/ath/ath10k/usb.c | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied to bionic, disco and eoan.

Thanks,
Kleber