lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 14 Feb 2019 09:22:20 -0800 (PST)
From:   David Miller <davem@...emloft.net>
To:     huang.zijiang@....com.cn
Cc:     isdn@...ux-pingi.de, natechancellor@...il.com,
        yuehaibing@...wei.com, baijiaju1990@...il.com,
        netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
        wang.yi59@....com.cn
Subject: Re: [PATCH] isdn:hisax: Replace dev_kfree_skb_any by
 dev_consume_skb_any

From: Huang Zijiang <huang.zijiang@....com.cn>
Date: Thu, 14 Feb 2019 14:39:59 +0800

> The skb should be freed by dev_consume_skb_any() in hfcpci_fill_fifo()
> when bcs->tx_skb is still used. The bcs->tx_skb is be replaced by
> skb_dequeue(&bcs->squeue), so the original bcs->tx_skb should
> be consumed(not drop).
> 
> Signed-off-by: Huang Zijiang <huang.zijiang@....com.cn>

Applied, thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ