public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kaleb S. KEITHLEY <kkeithle@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ceph] rawhide: Ceph 21.1.0 GA, s390x fixes
Date: Wed, 22 Jul 2026 13:24:10 GMT	[thread overview]
Message-ID: <178472665088.1.7792793263135406283.rpms-ceph-ab19e4f0a208@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-22 13:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178472665088.1.7792793263135406283.rpms-ceph-ab19e4f0a208@fedoraproject.org \
    --to=kkeithle@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox