]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #58565 from idryomov/wip-rbd-c9-on-quincy
authorYuri Weinstein <yweinste@redhat.com>
Thu, 1 Aug 2024 12:50:17 +0000 (05:50 -0700)
committerGitHub <noreply@github.com>
Thu, 1 Aug 2024 12:50:17 +0000 (05:50 -0700)
quincy: centos 9 related backports for RBD

Reviewed-by: Ramana Raja <rraja@redhat.com>
1  2 
qa/valgrind.supp

index 975a7bfe02018f8af16837b8f2c7fc489493b720,d1e792ccac363976b6b22210aa45f729c6cc5c35..c69b4c1a9c99d1390d1f9b3a3e5c316cadffb0b5
  }
  
  # "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)
 +}
 +