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, 25 Jun 2013 13:54:56 -0400
From:	Vlad Yasevich <vyasevich@...il.com>
To:	Daniel Borkmann <dborkman@...hat.com>
CC:	davem@...emloft.net, netdev@...r.kernel.org,
	linux-sctp@...r.kernel.org
Subject: Re: [PATCH net-next v3 0/6] Further SCTP changes

On 06/25/2013 12:17 PM, Daniel Borkmann wrote:
> Mostly it's all about getting rid of unnecessary code, and/or making
> it more clean and readable. Code has been tested with lksctp-tools
> functional test suite and also my small sctp stress test helper that
> was used to discover the recent null-ptr derefs.
>
> v2->v3:
>    - Just changed "net: sctp: decouple cleaning some socket data from endpoint"
>      patch description slightly and made assignment explicit as Vlad requested
>    - Rest is unchanged
> v1->v2:
>    - Left sctp_put_port() still in sctp_endpoint_destroy() for now
>    - Added minor "net: sctp: simplify sctp_get_port" patch
>
> Daniel Borkmann (6):
>    net: sctp: remove TEST_FRAME ifdef
>    ktime: add ms_to_ktime() and ktime_add_ms() helpers
>    net: sctp: migrate cookie life from timeval to ktime
>    net: sctp: minor: sctp_seq_dump_local_addrs add missing newline
>    net: sctp: decouple cleaning some socket data from endpoint
>    net: sctp: simplify sctp_get_port

Acked-by: Vlad Yasevich <vyasevich@...il.com>

-vlad

>
>   include/linux/ktime.h      | 13 +++++++++++++
>   include/net/sctp/sctp.h    | 25 -------------------------
>   include/net/sctp/structs.h |  6 +++---
>   net/sctp/associola.c       |  8 +-------
>   net/sctp/endpointola.c     | 19 ++++++++++---------
>   net/sctp/proc.c            |  2 +-
>   net/sctp/sm_make_chunk.c   | 19 ++++++++-----------
>   net/sctp/socket.c          | 35 +++++++++++++++++++----------------
>   8 files changed, 55 insertions(+), 72 deletions(-)
>

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ