Date: Tue, 31 Dec 2024 11:29:37 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 280037] KTLS with Intel QAT may trigger kernel panics Message-ID: <bug-280037-7501-pk7oZCbONH@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-280037-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-280037-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280037 --- Comment #15 from ss3bsd <3226388001@jcom.home.ne.jp> --- (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 =3D NULL; - long ssl_options =3D SSL_OP_ENABLE_KTLS; + long ssl_options =3D 0; char *ciphers_string =3D NULL; #if !defined(LIBRESSL_VERSION_NUMBER) && (OPENSSL_VERSION_NUMBER >=3D 0x10100000L) int ssl_proto_version =3D 0; ** 2. run several instances of POST=20 /usr/ports/ftp/wget/work/stage/usr/local/bin/wget --post-file=3DVERY_LARGE= _FILE --no-check-certificate -O /dev/null https://A_SERVER_OVER_10GbEther/ &=20 /usr/ports/ftp/wget/work/stage/usr/local/bin/wget --post-file=3DVERY_LARGE= _FILE --no-check-certificate -O /dev/null https://A_SERVER_OVER_10GbEther/ &=20 /usr/ports/ftp/wget/work/stage/usr/local/bin/wget --post-file=3DVERY_LARGE= _FILE --no-check-certificate -O /dev/null https://A_SERVER_OVER_10GbEther/ &=20 /usr/ports/ftp/wget/work/stage/usr/local/bin/wget --post-file=3DVERY_LARGE= _FILE --no-check-certificate -O /dev/null https://A_SERVER_OVER_10GbEther/ &=20 /usr/ports/ftp/wget/work/stage/usr/local/bin/wget --post-file=3DVERY_LARGE= _FILE --no-check-certificate -O /dev/null https://A_SERVER_OVER_10GbEther/ & --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280037-7501-pk7oZCbONH>