public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ceph] rawhide: Ceph 21.1.0 GA, s390x fixes
@ 2026-07-22 13:24 Kaleb S. KEITHLEY
  0 siblings, 0 replies; only message in thread
From: Kaleb S. KEITHLEY @ 2026-07-22 13:24 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/ceph
Branch : rawhide
Commit : ab19e4f0a208f9c48102cc8502b3204c1559fb29
Author : Kaleb S. KEITHLEY <kkeithle@redhat.com>
Date   : 2026-07-22T09:23:41-04:00
Stats  : +22/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/ceph/c/ab19e4f0a208f9c48102cc8502b3204c1559fb29?branch=rawhide

Log:
Ceph 21.1.0 GA, s390x fixes

---
diff --git a/0066-src-lss-linux_syscall_support.h.patch b/0066-src-lss-linux_syscall_support.h.patch
new file mode 100644
index 0000000..d20ab11
--- /dev/null
+++ b/0066-src-lss-linux_syscall_support.h.patch
@@ -0,0 +1,21 @@
+--- ceph-21.1.0/src/lss/linux_syscall_support.h.orig	2026-07-21 16:44:58.567709280 -0400
++++ ceph-21.1.0/src/lss/linux_syscall_support.h	2026-07-21 16:46:45.498991029 -0400
+@@ -3461,6 +3461,7 @@
+       LSS_RETURN(int, __ret, __err);
+     }
+   #elif defined(__s390__)
++    #define __NR__socketcall  __NR_socketcall
+     #undef  LSS_REG
+     #define LSS_REG(r, a) register unsigned long __r##r __asm__("r"#r) = (unsigned long) a
+     #undef  LSS_BODY
+--- ceph-21.1.0/CMakeLists.txt.orig	2026-07-22 07:00:30.106561925 -0400
++++ ceph-21.1.0/CMakeLists.txt	2026-07-22 07:01:16.814626456 -0400
+@@ -558,7 +558,7 @@
+ # enable breakpad unless win32 or power
+ # ppc64le port tracked in https://issues.chromium.org/issues/41479970
+ CMAKE_DEPENDENT_OPTION(WITH_BREAKPAD "Build with Google Breakpad crash reporter" ON
+-  "NOT (WIN32 OR CMAKE_SYSTEM_PROCESSOR MATCHES ppc64le)" OFF)
++  "NOT (WIN32 OR CMAKE_SYSTEM_PROCESSOR MATCHES ppc64le OR CMAKE_SYSTEM_PROCESSOR MATCHES s390x)" OFF)
+ if(WITH_BREAKPAD)
+   set(HAVE_BREAKPAD ON)
+   message("-- Enabled Google Breakpad crash reporter")

diff --git a/ceph.spec b/ceph.spec
index 9308292..c4dcbab 100644
--- a/ceph.spec
+++ b/ceph.spec
@@ -237,6 +237,7 @@ Patch:		0059-iso646.patch
 Patch:		0062-src-rgw-driver-dbstore-CMakeLists.txt.patch
 Patch:		0063-src-jaegertracing-opentelemetry-cpp-CMakeLists.txt.patch
 Patch:		0065-src-os-memstore-CMakelists.txt.patch
+Patch:		0066-src-lss-linux_syscall_support.h.patch
 
 # ceph 14.0.1 does not support 32-bit architectures, bugs #1727788, #1727787
 ExcludeArch:	i686 armv7hl

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-22 13:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 13:24 [rpms/ceph] rawhide: Ceph 21.1.0 GA, s390x fixes Kaleb S. KEITHLEY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox