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-next>] [day] [month] [year] [list]
Date:   Mon,  4 May 2020 15:33:50 +0200
From:   Magnus Karlsson <magnus.karlsson@...el.com>
To:     magnus.karlsson@...el.com, bjorn.topel@...el.com, ast@...nel.org,
        daniel@...earbox.net, netdev@...r.kernel.org,
        jonathan.lemon@...il.com
Subject: [PATCH bpf-next 0/2] xsk: improve code readability

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ