netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] net/tls: fix poll() wake up
@ 2019-07-04 21:50 Jakub Kicinski
  2019-07-04 21:50 ` [PATCH net 1/2] net/tls: fix poll ignoring partially copied records Jakub Kicinski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jakub Kicinski @ 2019-07-04 21:50 UTC (permalink / raw)
  To: davem; +Cc: netdev, oss-drivers, alexei.starovoitov, Jakub Kicinski

Hi!

This small fix + selftest series is very similar to the previous
commit 04b25a5411f9 ("net/tls: fix no wakeup on partial reads").
This time instead of recvmsg we're fixing poll wake up.

Jakub Kicinski (2):
  net/tls: fix poll ignoring partially copied records
  selftests/tls: add test for poll() with data in TLS ULP

 net/tls/tls_sw.c                  |  3 ++-
 tools/testing/selftests/net/tls.c | 26 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 1 deletion(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-07-07 21:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-04 21:50 [PATCH net 0/2] net/tls: fix poll() wake up Jakub Kicinski
2019-07-04 21:50 ` [PATCH net 1/2] net/tls: fix poll ignoring partially copied records Jakub Kicinski
2019-07-04 21:50 ` [PATCH net 2/2] selftests/tls: add test for poll() with data in TLS ULP Jakub Kicinski
2019-07-07 21:13 ` [PATCH net 0/2] net/tls: fix poll() wake up David Miller

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).