netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Bug fixes for net/handshake
@ 2023-05-06  0:45 Chuck Lever
  2023-05-06  0:45 ` [PATCH v2 1/6] net/handshake: Remove unneeded check from handshake_dup() Chuck Lever
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Chuck Lever @ 2023-05-06  0:45 UTC (permalink / raw)
  To: kernel-tls-handshake; +Cc: netdev, dan.carpenter

Build tested only, but these should address Jakub's review comments.

Please consider these for merge via net-next.

Changes since v1:
- Rework "Fix handshake_dup() ref counting"
- Unpin sock->file when a handshake is cancelled

---

Chuck Lever (6):
      net/handshake: Remove unneeded check from handshake_dup()
      net/handshake: Fix handshake_dup() ref counting
      net/handshake: Fix uninitialized local variable
      net/handshake: handshake_genl_notify() shouldn't ignore @flags
      net/handshake: Unpin sock->file if a handshake is cancelled
      net/handshake: Enable the SNI extension to work properly


 Documentation/netlink/specs/handshake.yaml |  4 ++++
 Documentation/networking/tls-handshake.rst |  5 +++++
 include/net/handshake.h                    |  1 +
 include/uapi/linux/handshake.h             |  1 +
 net/handshake/handshake.h                  |  1 +
 net/handshake/netlink.c                    | 11 +++--------
 net/handshake/request.c                    |  4 ++++
 net/handshake/tlshd.c                      |  8 ++++++++
 8 files changed, 27 insertions(+), 8 deletions(-)

--
Chuck Lever


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2023-05-16 20:06 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-06  0:45 [PATCH v2 0/6] Bug fixes for net/handshake Chuck Lever
2023-05-06  0:45 ` [PATCH v2 1/6] net/handshake: Remove unneeded check from handshake_dup() Chuck Lever
2023-05-07  8:20   ` Leon Romanovsky
2023-05-06  0:46 ` [PATCH v2 2/6] net/handshake: Fix handshake_dup() ref counting Chuck Lever
2023-05-06 16:07   ` Simon Horman
2023-05-07  8:25   ` Leon Romanovsky
2023-05-09  7:04     ` Paolo Abeni
2023-05-09 13:59       ` Chuck Lever III
2023-05-09 14:22         ` Paolo Abeni
2023-05-09 14:32           ` Chuck Lever III
2023-05-16 20:05             ` Chuck Lever III
2023-05-06  0:46 ` [PATCH v2 3/6] net/handshake: Fix uninitialized local variable Chuck Lever
2023-05-07  8:26   ` Leon Romanovsky
2023-05-06  0:46 ` [PATCH v2 4/6] net/handshake: handshake_genl_notify() shouldn't ignore @flags Chuck Lever
2023-05-07  8:26   ` Leon Romanovsky
2023-05-06  0:47 ` [PATCH v2 5/6] net/handshake: Unpin sock->file if a handshake is cancelled Chuck Lever
2023-05-06 16:07   ` Simon Horman
2023-05-07  8:27   ` Leon Romanovsky
2023-05-06  0:47 ` [PATCH v2 6/6] net/handshake: Enable the SNI extension to work properly Chuck Lever
2023-05-07  8:27   ` Leon Romanovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).