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] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 18 Apr 2017 23:18:08 +0000
From:   <Woojung.Huh@...rochip.com>
To:     <eric.dumazet@...il.com>
CC:     <james.hughes@...pberrypi.org>, <netdev@...r.kernel.org>,
        <steve.glendinning@...well.net>, <UNGLinuxDriver@...rochip.com>
Subject: RE: [PATCH v2] smsc95xx: Use skb_cow_head to deal with cloned skbs

> if (info->tx_fixup) {
>    skb = info->tx_fixup (dev, skb, GFP_ATOMIC);
> 
>    if (!skb) { // Note that skb is NULL now

You are right. skb  is return value of tx_fixup().

- Woojung

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ