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,  1 Jun 2020 00:29:45 -0600
From:   "Jason A. Donenfeld" <Jason@...c4.com>
To:     netdev@...r.kernel.org, davem@...emloft.net
Cc:     "Jason A. Donenfeld" <Jason@...c4.com>
Subject: [PATCH net-next 0/1] wireguard column reformatting for end of cycle

Hey Dave,

This is a series of 1, and the sole patch inside of it has justification
regarding that patch itself. But I thought I'd mention in the cover
letter that this is being sent right at the tail end of the net-next
cycle, before you close it tomorrow afternoon, so that when net-next
subsequently opens up, this patch has already made it to net, and we
don't have any hassles with merges. I realize that in general this isn't
the type of patch anyone really likes because of the merge hassle, but I
think the timing is right for it, and WireGuard is still young enough
that this should be still pretty easily possible.

Thanks,
Jason

Jason A. Donenfeld (1):
  wireguard: reformat to 100 column lines

 drivers/net/wireguard/allowedips.c           |  98 +++---
 drivers/net/wireguard/allowedips.h           |  22 +-
 drivers/net/wireguard/cookie.c               |  90 ++----
 drivers/net/wireguard/cookie.h               |  15 +-
 drivers/net/wireguard/device.c               |  69 ++--
 drivers/net/wireguard/messages.h             |  10 +-
 drivers/net/wireguard/netlink.c              | 143 +++------
 drivers/net/wireguard/noise.c                | 321 ++++++++-----------
 drivers/net/wireguard/noise.h                |  20 +-
 drivers/net/wireguard/peer.c                 |  92 +++---
 drivers/net/wireguard/peer.h                 |   3 +-
 drivers/net/wireguard/peerlookup.c           |  96 +++---
 drivers/net/wireguard/peerlookup.h           |  27 +-
 drivers/net/wireguard/queueing.c             |  14 +-
 drivers/net/wireguard/queueing.h             |  66 ++--
 drivers/net/wireguard/ratelimiter.c          |  39 +--
 drivers/net/wireguard/receive.c              | 162 ++++------
 drivers/net/wireguard/selftest/allowedips.c  | 164 ++++------
 drivers/net/wireguard/selftest/counter.c     |  13 +-
 drivers/net/wireguard/selftest/ratelimiter.c |  35 +-
 drivers/net/wireguard/send.c                 | 163 ++++------
 drivers/net/wireguard/socket.c               |  75 ++---
 drivers/net/wireguard/socket.h               |  30 +-
 drivers/net/wireguard/timers.c               | 110 +++----
 drivers/net/wireguard/timers.h               |   3 +-
 include/uapi/linux/wireguard.h               |  89 +++--
 26 files changed, 753 insertions(+), 1216 deletions(-)

-- 
2.26.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ