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:   Wed, 2 Aug 2017 12:03:40 -0700
From:   Tom Herbert <tom@...ntonium.net>
To:     Dave Watson <davejwatson@...com>
Cc:     netdev@...r.kernel.org, Rohit LastName <rohit@...ntonium.net>
Subject: Re: [PATCH v2 net-next 3/4] tcp: Adjust TCP ULP to defer to sockets ULP

On Wed, Aug 2, 2017 at 11:59 AM, Dave Watson <davejwatson@...com> wrote:
> On 08/01/17 08:18 PM, Tom Herbert wrote:
>> Fix TCP and TLS to use the newer ULP infrastructure in sockets.
>>
>> Signed-off-by: Tom Herbert <tom@...ntonium.net>
>> ---
>>  Documentation/networking/tls.txt   |   6 +-
>>  include/net/inet_connection_sock.h |   4 --
>>  include/net/tcp.h                  |  25 -------
>>  include/net/tls.h                  |   4 +-
>>  net/ipv4/sysctl_net_ipv4.c         |   9 ++-
>>  net/ipv4/tcp.c                     |  40 ++++++-----
>>  net/ipv4/tcp_ipv4.c                |   2 -
>>  net/ipv4/tcp_ulp.c                 | 135 -------------------------------------
>>  net/tls/Kconfig                    |   1 +
>>  net/tls/tls_main.c                 |  21 +++---
>>  10 files changed, 47 insertions(+), 200 deletions(-)
>>  delete mode 100644 net/ipv4/tcp_ulp.c
>
> It looks like net/ipv4/Makefile needs updating as well.
>
Right, I'll send out v3.

> I ran this through some ktls tests with no issues.  Thanks
>
> Tested-by: Dave Watson <davejwatson@...com>

Thanks for testing!

Tom

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ