public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kernel] rawhide: kernel-7.3.0-0.rc1.260904gbc35965f6940.22
@ 2026-09-04 16:01 Justin M. Forbes
0 siblings, 0 replies; only message in thread
From: Justin M. Forbes @ 2026-09-04 16:01 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/kernel
Branch : rawhide
Commit : fc6dfd28e44a6340fe87bf3765a8deeda106414c
Author : Justin M. Forbes <jforbes@fedoraproject.org>
Date : 2026-09-04T10:01:28-06:00
Stats : +22/-15 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/kernel/c/fc6dfd28e44a6340fe87bf3765a8deeda106414c?branch=rawhide
Log:
kernel-7.3.0-0.rc1.260904gbc35965f6940.22
* Fri Sep 04 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc1.bc35965f6940.22]
- 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 2c713e0..8e5c48a 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 = 21
+RHEL_RELEASE = 22
#
# RHEL_REBASE_NUM
diff --git a/Patchlist.changelog b/Patchlist.changelog
index 8364f36..3593a42 100644
--- a/Patchlist.changelog
+++ b/Patchlist.changelog
@@ -1,5 +1,5 @@
-https://gitlab.com/cki-project/kernel-ark/-/commit/c7380bb9169953627c83cb0c254369b67c393cc3
- c7380bb9169953627c83cb0c254369b67c393cc3 sched: move stack_canary to the start of the randomizable region
+https://gitlab.com/cki-project/kernel-ark/-/commit/258588b4dfab3b010410016b52f1978e148ceef8
+ 258588b4dfab3b010410016b52f1978e148ceef8 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
diff --git a/kernel.changelog b/kernel.changelog
index 7cac2d7..71de517 100644
--- a/kernel.changelog
+++ b/kernel.changelog
@@ -1,9 +1,13 @@
-* Thu Sep 03 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc1.940de590b839.21]
+* Fri Sep 04 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc1.bc35965f6940.22]
- 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:
+* Fri Sep 04 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc1.bc35965f6940.21]
+- Linux v7.3.0-0.rc1.bc35965f6940
+Resolves:
+
* Thu Sep 03 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc1.940de590b839.20]
- random: Drop the extrng module reference when import_ubuf() fails (Junjie Cao) [2524262]
- Linux v7.3.0-0.rc1.940de590b839
diff --git a/kernel.spec b/kernel.spec
index 7cf1d51..3ffe1a6 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.260903g940de590b839.21
+%define pkgrelease 0.rc1.260904gbc35965f6940.22
%define kversion 7
-%define tarfile_release 7.3-rc1-101-g940de590b839
+%define tarfile_release 7.3-rc1-269-gbc35965f6940
# 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.260903g940de590b839.21%{?buildid}%{?dist}
+%define specrelease 0.rc1.260904gbc35965f6940.22%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 7.3.0
@@ -4964,11 +4964,14 @@ fi\
#
#
%changelog
-* Thu Sep 03 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc1.940de590b839.21]
+* Fri Sep 04 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc1.bc35965f6940.22]
- 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)
+* Fri Sep 04 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc1.bc35965f6940.21]
+- Linux v7.3.0-0.rc1.bc35965f6940
+
* Thu Sep 03 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc1.940de590b839.20]
- random: Drop the extrng module reference when import_ubuf() fails (Junjie Cao) [2524262]
- Linux v7.3.0-0.rc1.940de590b839
diff --git a/patch-7.3-redhat.patch b/patch-7.3-redhat.patch
index 895ca09..9de370b 100644
--- a/patch-7.3-redhat.patch
+++ b/patch-7.3-redhat.patch
@@ -364,10 +364,10 @@ index b0d00032479d..afb9544fb007 100644
/*
* DIAG 308 support
diff --git a/arch/s390/kernel/ipl.c b/arch/s390/kernel/ipl.c
-index d74ef30155aa..1829810b185a 100644
+index b1e798f8e1dd..c11298f71f62 100644
--- a/arch/s390/kernel/ipl.c
+++ b/arch/s390/kernel/ipl.c
-@@ -2545,3 +2545,8 @@ int ipl_report_free(struct ipl_report *report)
+@@ -2551,3 +2551,8 @@ int ipl_report_free(struct ipl_report *report)
}
#endif
@@ -758,10 +758,10 @@ index e4293458bf61..5e97e8aa7f63 100644
return ctx.rc;
}
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c
-index f48715ed827c..a64ca4014304 100644
+index 163a3cccf197..cce23a1b5d71 100644
--- a/drivers/acpi/scan.c
+++ b/drivers/acpi/scan.c
-@@ -1800,6 +1800,15 @@ static bool acpi_device_enumeration_by_parent(struct acpi_device *device)
+@@ -1796,6 +1796,15 @@ static bool acpi_device_enumeration_by_parent(struct acpi_device *device)
if (!acpi_match_device_ids(device, ignore_serial_bus_ids))
return false;
diff --git a/sources b/sources
index 6f88995..9009c07 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (linux-7.3-rc1-101-g940de590b839.tar.xz) = 57f3148f89e8398c52e496df536c42b7a1c7ce330a2cd6b26d0f596653497b8fd84ad3c9d0fd879e89b6322387303df102b358a52061a7344360be0b2dc18c8a
-SHA512 (kernel-abi-stablelists-7.3.0.tar.xz) = 08bd353ae1fe43e4aa0b945b7f7150433fc5e990719b3a5d3ef43a35eef2d056cd981ebc390860db8909aa51a4b5fcc34dc86a1a8b4b02ae4e8ae5eb26fb895c
-SHA512 (kernel-kabi-dw-7.3.0.tar.xz) = dd89e2dffe48d1f3dc40a77ab4329e2af708c1a5e559ae16927609b0748c60fc7e1ac0a3cb3570b64cc99f04a92bf7a52dbb5e626f13a761cb53e044339a87c6
+SHA512 (linux-7.3-rc1-269-gbc35965f6940.tar.xz) = 7bd0e29b052cc1b6e24b1fd68c8a2703203061047370c9cbd2b4fbe512000f17fa2e1067119fcb539cfa92017a1f38770e097b7f682983c8ece33d0b703356dd
+SHA512 (kernel-abi-stablelists-7.3.0.tar.xz) = e9ae6db63fe572dc8787f557ae5a4c95f42e982be2716253d76d881dc925d00914c06ef3a42d8598f4dc1619ac0eca6672537b22c4e1cb52ef33198a9e2e867a
+SHA512 (kernel-kabi-dw-7.3.0.tar.xz) = 7f418764a7e3137ba3f56368430322bcfa3559c0e3c2cfae46dc4de0edf4c6ce8ddec3c31fb4485f7833694742842a69a0697a0845d52626adfbd1cbafa4ce02
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-04 16:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04 16:01 [rpms/kernel] rawhide: kernel-7.3.0-0.rc1.260904gbc35965f6940.22 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