public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] epel9-next: backport patch to fix unlogged assert on startup (ppc64le)
Date: Fri, 07 Aug 2026 16:06:44 GMT	[thread overview]
Message-ID: <178611880455.1.17368302197479443591.rpms-chromium-a9002f8e7738@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-08-07 16:06 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=178611880455.1.17368302197479443591.rpms-chromium-a9002f8e7738@fedoraproject.org \
    --to=than@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