public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cef] rawhide: - Update chromium-150-pt_regs-kernel-7.2.0.patch, thanks to dhorak
@ 2026-09-04 17:42 Than Ngo
0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-09-04 17:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cef
Branch : rawhide
Commit : 2cf3fd9ae79adf087f49bfcd619939901f6001ba
Author : Than Ngo <than@redhat.com>
Date : 2026-09-04T17:42:13+00:00
Stats : +3/-4 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/cef/c/2cf3fd9ae79adf087f49bfcd619939901f6001ba?branch=rawhide
Log:
- Update chromium-150-pt_regs-kernel-7.2.0.patch, thanks to dhorak
- Fix install error
---
diff --git a/cef.spec b/cef.spec
index 9a6e274..17dc990 100644
--- a/cef.spec
+++ b/cef.spec
@@ -1208,10 +1208,8 @@ mv %{_builddir}/cef-%{cef_commit} ./cef
%patch -P418 -p1 -b .0002-regenerate-xnn-buildgn
%patch -P419 -p1 -b .0009-sandbox-ignore-byte-span-error
%patch -P420 -p1 -b .0005-blink-add-audio-vector-support
-%if 0%{?fedora} > 44 || 0%{?rhel} > 10
%patch -P450 -p1 -b .pt_regs-kernel-7.2.0
%endif
-%endif
%if 0%{?flatpak}
%patch -P500 -p1 -b .flatpak-initial-sandbox
diff --git a/chromium-150-pt_regs-kernel-7.2.0.patch b/chromium-150-pt_regs-kernel-7.2.0.patch
index 6f1ee3b..2faf15f 100644
--- a/chromium-150-pt_regs-kernel-7.2.0.patch
+++ b/chromium-150-pt_regs-kernel-7.2.0.patch
@@ -5,13 +5,14 @@ Fix build error with new kernel-7.2.0 on ppc64le (fedora 45), pt_regs size is ch
diff -up chromium-150.0.7871.46/third_party/crashpad/crashpad/util/linux/thread_info.h.me chromium-150.0.7871.46/third_party/crashpad/crashpad/util/linux/thread_info.h
--- chromium-150.0.7871.46/third_party/crashpad/crashpad/util/linux/thread_info.h.me 2026-07-03 13:42:51.069732930 +0200
+++ chromium-150.0.7871.46/third_party/crashpad/crashpad/util/linux/thread_info.h 2026-07-03 13:44:52.107066309 +0200
-@@ -165,6 +165,9 @@ union ThreadContext {
+@@ -165,6 +165,10 @@ union ThreadContext {
uint64_t dar;
uint64_t dsisr;
uint64_t result;
++#if defined(PT_EXIT_FLAGS)
+ uint64_t exit_flags;
+ uint64_t __pt_regs_pad[3];
-+
++#endif
#else
#error Port.
#endif // ARCH_CPU_X86_FAMILY
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-04 17:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04 17:42 [rpms/cef] rawhide: - Update chromium-150-pt_regs-kernel-7.2.0.patch, thanks to dhorak Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox