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]
Message-ID: <c11bbedc-aa94-c41e-5b62-202f75ae2bf1@iogearbox.net>
Date:   Mon, 4 May 2020 23:01:25 +0200
From:   Daniel Borkmann <daniel@...earbox.net>
To:     Magnus Karlsson <magnus.karlsson@...el.com>, bjorn.topel@...el.com,
        ast@...nel.org, netdev@...r.kernel.org, jonathan.lemon@...il.com
Subject: Re: [PATCH bpf-next 0/2] xsk: improve code readability

On 5/4/20 3:33 PM, Magnus Karlsson wrote:
> This small series improves xsk code readibility by renaming two
> variables in the first patch and removing one struct member that there
> is no reason to keep around in the second patch. Basically small
> things that were found in other series but not fixed there for one or
> the other reason.
> 
> Thanks: Magnus
> 
> Magnus Karlsson (2):
>    xsk: change two variable names for increased clarity
>    xsk: remove unnecessary member in xdp_umem
> 
>   include/net/xdp_sock.h |  5 ++---
>   net/xdp/xdp_umem.c     | 21 ++++++++++-----------
>   net/xdp/xsk.c          |  8 ++++----
>   net/xdp/xsk_queue.c    |  4 ++--
>   net/xdp/xsk_queue.h    |  8 ++++----
>   5 files changed, 22 insertions(+), 24 deletions(-)
> 
> --
> 2.7.4
> 

Applied, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ