public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kernel] rawhide: kernel-7.3.0-0.rc1.260902g89a312991dc6.20
@ 2026-09-02 15:50 Justin M. Forbes
0 siblings, 0 replies; only message in thread
From: Justin M. Forbes @ 2026-09-02 15:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/kernel
Branch : rawhide
Commit : 7e4c8fe60cde04bac86bbfaa89a37d309d69aea3
Author : Justin M. Forbes <jforbes@fedoraproject.org>
Date : 2026-09-02T09:49:59-06:00
Stats : +28/-15 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/kernel/c/7e4c8fe60cde04bac86bbfaa89a37d309d69aea3?branch=rawhide
Log:
kernel-7.3.0-0.rc1.260902g89a312991dc6.20
* Wed Sep 02 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc1.89a312991dc6.20]
- redhat: fix builds by disabling HYPERV_MOUSE_KUNIT_TEST (Nico Pache)
- sched: move stack_canary to the start of the randomizable region (Scott Weaver)
- automotive: enable HUGETLBFS to workaround build error (Scott Weaver)
Resolves:
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
---
diff --git a/Makefile.rhelver b/Makefile.rhelver
index f7fdf11..1a1c3ff 100644
--- a/Makefile.rhelver
+++ b/Makefile.rhelver
@@ -12,7 +12,7 @@ RHEL_MINOR = 99
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
-RHEL_RELEASE = 19
+RHEL_RELEASE = 20
#
# RHEL_REBASE_NUM
diff --git a/Patchlist.changelog b/Patchlist.changelog
index 2996277..21eb4ce 100644
--- a/Patchlist.changelog
+++ b/Patchlist.changelog
@@ -1,5 +1,8 @@
-https://gitlab.com/cki-project/kernel-ark/-/commit/289f34b92978c75a9203b371d06f8eddf1e41a46
- 289f34b92978c75a9203b371d06f8eddf1e41a46 sched: move stack_canary to the start of the randomizable region
+https://gitlab.com/cki-project/kernel-ark/-/commit/fe11014184d9278da200f90f13bb3f7778083431
+ fe11014184d9278da200f90f13bb3f7778083431 sched: move stack_canary to the start of the randomizable region
+
+https://gitlab.com/cki-project/kernel-ark/-/commit/9808fe72c0679f9080848ecd2f336e476a758e26
+ 9808fe72c0679f9080848ecd2f336e476a758e26 rh_messages.h: Disable ConnectX-10 NVLink-C2C device
https://gitlab.com/cki-project/kernel-ark/-/commit/6a744b3f3df25c802e864b296473adc6751586c2
6a744b3f3df25c802e864b296473adc6751586c2 [redhat] drivers/scsi/sd.c: cleanup
diff --git a/kernel.changelog b/kernel.changelog
index 416e2e9..e2ac9ba 100644
--- a/kernel.changelog
+++ b/kernel.changelog
@@ -1,9 +1,14 @@
-* Tue Sep 01 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc1.786262be6048.19]
+* Wed Sep 02 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc1.89a312991dc6.20]
- redhat: fix builds by disabling HYPERV_MOUSE_KUNIT_TEST (Nico Pache)
- sched: move stack_canary to the start of the randomizable region (Scott Weaver)
- automotive: enable HUGETLBFS to workaround build error (Scott Weaver)
Resolves:
+* Wed Sep 02 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc1.89a312991dc6.19]
+- rh_messages.h: Disable ConnectX-10 NVLink-C2C device (Benjamin Poirier)
+- Linux v7.3.0-0.rc1.89a312991dc6
+Resolves:
+
* Tue Sep 01 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc1.786262be6048.18]
- Turn off CONFIG_DRIVER_PE_KUNIT_TEST (Justin M. Forbes)
- Linux v7.3.0-0.rc1.786262be6048
diff --git a/kernel.spec b/kernel.spec
index 8f3099c..727e33a 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -195,13 +195,13 @@ Summary: The Linux kernel
%define specrpmversion 7.3.0
%define specversion 7.3.0
%define patchversion 7.3
-%define pkgrelease 0.rc1.260901g786262be6048.19
+%define pkgrelease 0.rc1.260902g89a312991dc6.20
%define kversion 7
-%define tarfile_release 7.3-rc1-71-g786262be6048
+%define tarfile_release 7.3-rc1-99-g89a312991dc6
# This is needed to do merge window version magic
%define patchlevel 3
# This allows pkg_release to have configurable %%{?dist} tag
-%define specrelease 0.rc1.260901g786262be6048.19%{?buildid}%{?dist}
+%define specrelease 0.rc1.260902g89a312991dc6.20%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 7.3.0
@@ -4964,11 +4964,15 @@ fi\
#
#
%changelog
-* Tue Sep 01 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc1.786262be6048.19]
+* Wed Sep 02 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc1.89a312991dc6.20]
- redhat: fix builds by disabling HYPERV_MOUSE_KUNIT_TEST (Nico Pache)
- sched: move stack_canary to the start of the randomizable region (Scott Weaver)
- automotive: enable HUGETLBFS to workaround build error (Scott Weaver)
+* Wed Sep 02 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc1.89a312991dc6.19]
+- rh_messages.h: Disable ConnectX-10 NVLink-C2C device (Benjamin Poirier)
+- Linux v7.3.0-0.rc1.89a312991dc6
+
* Tue Sep 01 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc1.786262be6048.18]
- Turn off CONFIG_DRIVER_PE_KUNIT_TEST (Justin M. Forbes)
- Linux v7.3.0-0.rc1.786262be6048
diff --git a/patch-7.3-redhat.patch b/patch-7.3-redhat.patch
index 7a418e1..6868f1c 100644
--- a/patch-7.3-redhat.patch
+++ b/patch-7.3-redhat.patch
@@ -64,7 +64,7 @@
kernel/panic.c | 12 +
kernel/rh_flags.c | 115 +++++
kernel/rh_messages.c | 414 ++++++++++++++++
- kernel/rh_messages.h | 334 +++++++++++++
+ kernel/rh_messages.h | 335 +++++++++++++
kernel/rh_waived.c | 147 ++++++
scripts/Makefile.lib | 3 +
scripts/mod/modpost.c | 8 +
@@ -75,7 +75,7 @@
tools/testing/selftests/bpf/DENYLIST.rhel | 76 +++
tools/testing/selftests/bpf/Makefile | 2 +-
tools/testing/selftests/bpf/prog_tests/ksyms_btf.c | 31 --
- 77 files changed, 2676 insertions(+), 113 deletions(-)
+ 77 files changed, 2677 insertions(+), 113 deletions(-)
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 68647ff4bdd2..a786aad83a2b 100644
@@ -3361,10 +3361,10 @@ index 000000000000..bb69e8965748
+}
diff --git a/kernel/rh_messages.h b/kernel/rh_messages.h
new file mode 100644
-index 000000000000..6c757a2fe4e0
+index 000000000000..117354de4c59
--- /dev/null
+++ b/kernel/rh_messages.h
-@@ -0,0 +1,334 @@
+@@ -0,0 +1,335 @@
+/*
+ * WARNING: This file is auto-generated by an internal Red Hat script and,
+ * in general, should not be modified by hand.
@@ -3643,6 +3643,7 @@ index 000000000000..6c757a2fe4e0
+ { 0x15B3, 0x100f, PCI_ANY_ID, PCI_ANY_ID },
+ { 0x15B3, 0x1010, PCI_ANY_ID, PCI_ANY_ID },
+ { 0x15B3, 0x1027, PCI_ANY_ID, PCI_ANY_ID },
++ { 0x15B3, 0x2101, PCI_ANY_ID, PCI_ANY_ID },
+ { 0x1000, 0x0064, PCI_ANY_ID, PCI_ANY_ID },
+ { 0x1000, 0x0065, PCI_ANY_ID, PCI_ANY_ID },
+ { 0x1000, 0x0070, PCI_ANY_ID, PCI_ANY_ID },
diff --git a/sources b/sources
index 1e60e15..10fedcf 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (linux-7.3-rc1-71-g786262be6048.tar.xz) = 15f9ab5223c7fbcd21bb720441a68f23a7ed0d374e817f15b58d92351645fff519f879254ceabcbb8d79b962463d8534863a6c457f45ce211f19472c3a188771
-SHA512 (kernel-abi-stablelists-7.3.0.tar.xz) = 875e113e8cfa0b738a013a575c9788e6d951e352e699a951bc5eb69f5c1b1aeb61f4ea273972b1e364237ca8b0eb28e90ee64701d8d083308286f8edb07af381
-SHA512 (kernel-kabi-dw-7.3.0.tar.xz) = 1f51ac83ed3b6edd74251c72afd1d96c931e67ded55acbf14ef3ab10d489a6df51f8a87e56532616bea59ab17c08dd86ed91bf282ad91ff97acd082c17d5da87
+SHA512 (linux-7.3-rc1-99-g89a312991dc6.tar.xz) = f8862555f181f92d43fefbb792787901ad4292d47e9c92b55c3248e9f446c64d39f5b95c4a192994dbf419ff4d0182978ea4e60830a669dda4b792fb8eab6489
+SHA512 (kernel-abi-stablelists-7.3.0.tar.xz) = 8e1267c6c97ba13cd3b0a6738a5bd5560d3af1c30a420ffc2686d753b009b0a6c47d98d048bfd9d6ed07cc1662fb082727f1be5491755c6bc2f13004d484a9e2
+SHA512 (kernel-kabi-dw-7.3.0.tar.xz) = 99bf02e74392f3c0f878d8844b97add6b5f22007e57e6a481425ddeab164249083e4490b296e60aab91abcf51df4274e63d20762674ecd83894e0ef67b54ab22
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-02 15:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-02 15:50 [rpms/kernel] rawhide: kernel-7.3.0-0.rc1.260902g89a312991dc6.20 Justin M. Forbes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox