public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: backport patch to fix unlogged assert on startup (ppc64le)
@ 2026-08-07 16:06 Than Ngo
0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : a9002f8e77386baea2c0737f3053cdc178524c5e
Author : Than Ngo <than@redhat.com>
Date : 2024-07-22T12:41:24+02:00
Stats : +13/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/a9002f8e77386baea2c0737f3053cdc178524c5e?branch=epel9-next
Log:
backport patch to fix unlogged assert on startup (ppc64le)
---
diff --git a/add-ppc64-architecture-string.patch b/add-ppc64-architecture-string.patch
new file mode 100644
index 0000000..72ea164
--- /dev/null
+++ b/add-ppc64-architecture-string.patch
@@ -0,0 +1,11 @@
+--- a/base/system/sys_info.cc
++++ b/base/system/sys_info.cc
+@@ -255,6 +255,8 @@
+ return "ARM";
+ #elif defined(ARCH_CPU_ARM64)
+ return "ARM_64";
++#elif defined(ARCH_CPU_PPC64)
++ return "PPC_64";
+ #elif defined(ARCH_CPU_RISCV64)
+ return "RISCV_64";
+ #else
diff --git a/chromium.spec b/chromium.spec
index 81af9da..7750c4d 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -401,6 +401,7 @@ Patch358: chromium-124-rust-clang_lib.patch
# PowerPC64 LE support
# Timothy Pearson's patchset
# https://gitlab.solidsilicon.io/public-development/open-source/chromium/openpower-patches/-/tree/chromium-126/patches/ppc64le
+Patch359: add-ppc64-architecture-string.patch
Patch360: 0001-linux-seccomp-bpf-ppc64-glibc-workaround-in-SIGSYS-h.patch
Patch361: 0001-sandbox-Enable-seccomp_bpf-for-ppc64.patch
Patch362: 0001-services-service_manager-sandbox-linux-Fix-TCGETS-de.patch
@@ -1112,6 +1113,7 @@ Qt6 UI for chromium.
%patch -P358 -p1 -b .rust-clang_lib
%ifarch ppc64le
+%patch -P359 -p1 -b .add-ppc64-architecture-string
%patch -P360 -p1 -b .0001-linux-seccomp-bpf-ppc64-glibc-workaround-in-SIGSYS-h
%patch -P361 -p1 -b .0001-sandbox-Enable-seccomp_bpf-for-ppc64
%patch -P362 -p1 -b .0001-services-service_manager-sandbox-linux-Fix-TCGETS-de
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 16:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 16:06 [rpms/chromium] epel9-next: backport patch to fix unlogged assert on startup (ppc64le) Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox