mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10.git
synced 2026-09-09 00:07:04 +08:00
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/3277 JIRA: https://redhat.atlassian.net/browse/RHEL-153139 Testing: Ran ``` tools/testing/selftests/net/tls -r tls.12_aes_gcm.splice_short -r tls.13_aes_gcm.splice_short -r tls.12_chacha.splice_short -r tls.13_chacha.splice_short -r tls.12_aes_ccm.splice_short -r tls.13_aes_ccm.splice_short -r tls.12_aes_gcm_256.splice_short -r tls.13_aes_gcm_256.splice_short -r tls.13_nopad.splice_short ``` net/tls splice tests currently fail on 64k page kernel because of missing upstream commit: 3e52f56875c6 ("selftests: tls: size splice_short pipe by page size") This MR brings the net/tls selftest up to v7.2-rc1, which is the above commits plus two freebies. Signed-off-by: Valentin Schneider <vschneid@redhat.com> Approved-by: Tomas Glozar <tglozar@redhat.com> Approved-by: Wander Lairson Costa <wander@redhat.com> Approved-by: Sabrina Dubroca <sdubroca@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>