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:   Tue, 4 Jun 2019 11:50:31 -0700
From:   Jakub Kicinski <jakub.kicinski@...ronome.com>
To:     David Miller <davem@...emloft.net>
Cc:     netdev@...r.kernel.org, oss-drivers@...ronome.com,
        alexei.starovoitov@...il.com
Subject: Re: [PATCH net 0/2] net/tls: redo the RX resync locking

On Tue, 04 Jun 2019 11:23:57 -0700 (PDT), David Miller wrote:
> From: Jakub Kicinski <jakub.kicinski@...ronome.com>
> Date: Fri, 31 May 2019 20:11:59 -0700
> 
> > Take two of making sure we don't use a NULL netdev pointer
> > for RX resync.  This time using a bit and an open coded
> > wait loop.
> > 
> > Posting as revert + new patch, hopefully this will make it
> > easier to backport to stable (unless third time is the charm,
> > and this one is buggy as well :().  
> 
> Still needs some work :-)
> 
> net/tls/tls_device.c: In function ‘handle_device_resync’:
> net/tls/tls_device.c:569:21: warning: unused variable ‘netdev’ [-Wunused-variable]
>   struct net_device *netdev = tls_ctx->netdev;
>                      ^~~~~~

😳 sorry

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ