[Bug 280037] KTLS with Intel QAT may trigger kernel panics

[email protected]
Newsgroups gmane.os.freebsd.devel.net
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280037

--- Comment #15 from ss3bsd <[email protected]> ---
(In reply to ss3bsd from comment #14)

My reproducing procedure for the panic above is:

1. modify wget in ports to use KTLS and build it

work/wget-1.25.0/src/openssl.c:
**
 ssl_init (void)
 {
   SSL_METHOD const *meth = NULL;
-  long ssl_options = SSL_OP_ENABLE_KTLS;
+  long ssl_options = 0;
   char *ciphers_string = NULL;
 #if !defined(LIBRESSL_VERSION_NUMBER) && (OPENSSL_VERSION_NUMBER >=
0x10100000L)
   int ssl_proto_version = 0;
**


2. run several instances of POST 

 /usr/ports/ftp/wget/work/stage/usr/local/bin/wget --post-file=VERY_LARGE_FILE
--no-check-certificate -O /dev/null https://A_SERVER_OVER_10GbEther/ & 
 /usr/ports/ftp/wget/work/stage/usr/local/bin/wget --post-file=VERY_LARGE_FILE
--no-check-certificate -O /dev/null https://A_SERVER_OVER_10GbEther/ & 
 /usr/ports/ftp/wget/work/stage/usr/local/bin/wget --post-file=VERY_LARGE_FILE
--no-check-certificate -O /dev/null https://A_SERVER_OVER_10GbEther/ & 
 /usr/ports/ftp/wget/work/stage/usr/local/bin/wget --post-file=VERY_LARGE_FILE
--no-check-certificate -O /dev/null https://A_SERVER_OVER_10GbEther/ & 
 /usr/ports/ftp/wget/work/stage/usr/local/bin/wget --post-file=VERY_LARGE_FILE
--no-check-certificate -O /dev/null https://A_SERVER_OVER_10GbEther/ &

-- 
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.