From: Yuri Weinstein Date: Thu, 1 Aug 2024 12:50:17 +0000 (-0700) Subject: Merge pull request #58565 from idryomov/wip-rbd-c9-on-quincy X-Git-Tag: v17.2.8~252 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fc7fa970e6bd8f428b7dfa7edfc568b9e335c8d0;p=ceph.git Merge pull request #58565 from idryomov/wip-rbd-c9-on-quincy quincy: centos 9 related backports for RBD Reviewed-by: Ramana Raja --- fc7fa970e6bd8f428b7dfa7edfc568b9e335c8d0 diff --cc qa/valgrind.supp index 975a7bfe0201,d1e792ccac36..c69b4c1a9c99 --- a/qa/valgrind.supp +++ b/qa/valgrind.supp @@@ -616,41 -616,14 +616,26 @@@ } # "Conditional jump or move depends on uninitialised value(s)" in OpenSSL - # while using aes-128-gcm with AES-NI enabled. Not observed while running - # with `OPENSSL_ia32cap="~0x200000200000000"`. + # https://github.com/openssl/openssl/issues/19719 { - uninitialised gcm.Xi in aes-128-gcm with AES-NI for msgr, part 1 - Memcheck:Cond - ... - fun:EVP_DecryptFinal_ex - fun:_ZN4ceph6crypto6onwire25AES128GCM_OnWireRxHandler34authenticated_decrypt_update_finalEONS_6buffer7v*4listEj - fun:_ZN10ProtocolV231handle_read_frame_epilogue_mainEOSt10unique_ptrIN4ceph6buffer7v*8ptr_nodeENS4_8disposerEEi - fun:_ZN10ProtocolV216run_continuationER2CtIS_E - ... - fun:_ZN15AsyncConnection7processEv - fun:_ZN11EventCenter14process_eventsEjPNSt6chrono8durationImSt5ratioILl1ELl1000000000EEEE - ... - } - - { - uninitialised gcm.Xi in aes-128-gcm with AES-NI for msgr, part 2 - Memcheck:Cond - fun:_ZN4ceph6crypto6onwire25AES128GCM_OnWireRxHandler34authenticated_decrypt_update_finalEONS_6buffer7v*4listEj - fun:_ZN10ProtocolV231handle_read_frame_epilogue_mainEOSt10unique_ptrIN4ceph6buffer7v*8ptr_nodeENS4_8disposerEEi - fun:_ZN10ProtocolV216run_continuationER2CtIS_E - ... - fun:_ZN11EventCenter14process_eventsEjPNSt6chrono8durationImSt5ratioILl1ELl1000000000EEEE - ... + uninitialized value in gcm_cipher_internal + Memcheck:Cond + ... + fun:gcm_cipher_internal + ... + fun:ossl_gcm_stream_final + fun:EVP_DecryptFinal_ex + ... } +{ + tracker #62141 : valgrind: UninitCondition under __run_exit_handlers + Memcheck:Cond + fun:free + fun:free_res + fun:__libc_freeres + fun:_vgnU_freeres + fun:__run_exit_handlers + fun:exit + fun:(below main) +} +