public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Justin M. Forbes <jforbes@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/kernel] rawhide: kernel-7.3.0-0.rc4.38
Date: Mon, 21 Sep 2026 06:22:56 GMT [thread overview]
Message-ID: <178997177659.1.1749710662018719210.rpms-kernel-1ef13659fb46@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/kernel
Branch : rawhide
Commit : 1ef13659fb4686571fee7adcbef85f62d60179d0
Author : Justin M. Forbes <jforbes@fedoraproject.org>
Date : 2026-09-21T00:22:27-06:00
Stats : +32/-19 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/kernel/c/1ef13659fb4686571fee7adcbef85f62d60179d0?branch=rawhide
Log:
kernel-7.3.0-0.rc4.38
* Mon Sep 21 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc4.38]
- Revert "isofs: Drop support of directory entries straddling blocks" (Justin M. Forbes)
- 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 a0792e3..a9a7d0f 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 = 36
+RHEL_RELEASE = 38
#
# RHEL_REBASE_NUM
diff --git a/Patchlist.changelog b/Patchlist.changelog
index dab72a6..39ab0da 100644
--- a/Patchlist.changelog
+++ b/Patchlist.changelog
@@ -1,8 +1,8 @@
-https://gitlab.com/cki-project/kernel-ark/-/commit/41da04d61627cfb9ea1634110293c7aa4f0ecdb7
- 41da04d61627cfb9ea1634110293c7aa4f0ecdb7 Revert "isofs: Drop support of directory entries straddling blocks"
+https://gitlab.com/cki-project/kernel-ark/-/commit/7f27fdc1f9c28fac1c2d630d9a2a07b732f19e19
+ 7f27fdc1f9c28fac1c2d630d9a2a07b732f19e19 Revert "isofs: Drop support of directory entries straddling blocks"
-https://gitlab.com/cki-project/kernel-ark/-/commit/df59b3e9be9eb226df187d4420eed4292dad926d
- df59b3e9be9eb226df187d4420eed4292dad926d sched: move stack_canary to the start of the randomizable region
+https://gitlab.com/cki-project/kernel-ark/-/commit/ebecac6fcb7af35e5b58224136971635839e9463
+ ebecac6fcb7af35e5b58224136971635839e9463 sched: move stack_canary to the start of the randomizable region
https://gitlab.com/cki-project/kernel-ark/-/commit/faa9a507f7069bc3f3470ed3b344ada733d0d6ba
faa9a507f7069bc3f3470ed3b344ada733d0d6ba random: set vdso is_ready later during boot process
diff --git a/kernel.changelog b/kernel.changelog
index d4cbdd5..0ac494e 100644
--- a/kernel.changelog
+++ b/kernel.changelog
@@ -1,10 +1,19 @@
-* Fri Sep 18 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc3.5dd1818b15d9.36]
+* Mon Sep 21 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc4.38]
- Revert "isofs: Drop support of directory entries straddling blocks" (Justin M. Forbes)
- 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:
+* Mon Sep 21 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc4.37]
+- Linux v7.3.0-0.rc4
+Resolves:
+
+* Sat Sep 19 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc3.40288c9206c1.36]
+- Keep the older NTFS3 module around as well for Fedora (Justin M. Forbes)
+- Linux v7.3.0-0.rc3.40288c9206c1
+Resolves:
+
* Fri Sep 18 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc3.5dd1818b15d9.35]
- redhat: add vfio selftests to kernel-modules-internal package (Rodolfo Vick) [RHEL-237560]
- random: set vdso is_ready later during boot process (Vladislav Dronov) [RHEL-127733]
diff --git a/kernel.spec b/kernel.spec
index 59b15fd..1a34d08 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -172,13 +172,13 @@ Summary: The Linux kernel
%define specrpmversion 7.3.0
%define specversion 7.3.0
%define patchversion 7.3
-%define pkgrelease 0.rc3.260918g5dd1818b15d9.36
+%define pkgrelease 0.rc4.38
%define kversion 7
-%define tarfile_release 7.3-rc3-313-g5dd1818b15d9
+%define tarfile_release 7.3-rc4
# This is needed to do merge window version magic
%define patchlevel 3
# This allows pkg_release to have configurable %%{?dist} tag
-%define specrelease 0.rc3.260918g5dd1818b15d9.36%{?buildid}%{?dist}
+%define specrelease 0.rc4.38%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 7.3.0
@@ -4866,15 +4866,19 @@ fi\
#
#
%changelog
-* Fri Sep 18 2026 Justin M. Forbes <jforbes@fedoraproject.org> [7.3.0-0.rc3.260918g5dd1818b15d9.36]
-- Keep the older NTFS3 module around as well for Fedora (Justin M. Forbes)
-
-* Fri Sep 18 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc3.5dd1818b15d9.36]
+* Mon Sep 21 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc4.38]
- Revert "isofs: Drop support of directory entries straddling blocks" (Justin M. Forbes)
- 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)
+* Mon Sep 21 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc4.37]
+- Linux v7.3.0-0.rc4
+
+* Sat Sep 19 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc3.40288c9206c1.36]
+- Keep the older NTFS3 module around as well for Fedora (Justin M. Forbes)
+- Linux v7.3.0-0.rc3.40288c9206c1
+
* Fri Sep 18 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc3.5dd1818b15d9.35]
- redhat: add vfio selftests to kernel-modules-internal package (Rodolfo Vick) [RHEL-237560]
- random: set vdso is_ready later during boot process (Vladislav Dronov) [RHEL-127733]
diff --git a/patch-7.3-redhat.patch b/patch-7.3-redhat.patch
index 1485f62..3c80818 100644
--- a/patch-7.3-redhat.patch
+++ b/patch-7.3-redhat.patch
@@ -203,7 +203,7 @@ index 000000000000..85771d74c34f
+
+endmenu
diff --git a/Makefile b/Makefile
-index 0f1b80100b47..d90c275b745c 100644
+index 751a08643bf8..9cfbf0f0c662 100644
--- a/Makefile
+++ b/Makefile
@@ -358,6 +358,17 @@ ifneq ($(filter install,$(MAKECMDGOALS)),)
@@ -780,7 +780,7 @@ index 163a3cccf197..cce23a1b5d71 100644
acpi_dev_get_resources(device, &resource_list,
acpi_check_serial_bus_slave,
diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c
-index 6d72eb017b49..0a6701eb8d37 100644
+index 08ab56e95566..3d29a2511800 100644
--- a/drivers/ata/libahci.c
+++ b/drivers/ata/libahci.c
@@ -727,6 +727,24 @@ int ahci_stop_engine(struct ata_port *ap)
@@ -1600,7 +1600,7 @@ index 8edad1830abe..e558acedfa44 100644
};
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c
-index c0efdbff5da7..8c6a9031899b 100644
+index 3c412c7fb6fe..b7a037802763 100644
--- a/drivers/scsi/qla2xxx/qla_os.c
+++ b/drivers/scsi/qla2xxx/qla_os.c
@@ -8319,6 +8319,7 @@ static const struct pci_error_handlers qla2xxx_err_handler = {
diff --git a/sources b/sources
index ba41e6c..44404a0 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (linux-7.3-rc3-313-g5dd1818b15d9.tar.xz) = f13309459df27fc8d95d96095a439eee45ff0b0d5e2cdfb2b72eafabe5be8acbc16ab5d81dbf316dcb531b5d10b8d8d2d84d73cfa98b66e82493b22ae5160fca
-SHA512 (kernel-abi-stablelists-7.3.0.tar.xz) = 419ef21cd9fdc5ec66b77e1901a446e2f97134c11d4a59099b21f32c4d7a042aba71d4e01c938e02667d9ca783770f4fb4ad425320b4662dcb655be62ee0bf89
-SHA512 (kernel-kabi-dw-7.3.0.tar.xz) = 9e0d0645681b0e3e32ae7a65a92bf21a699f5deac8cb99e8cc414f2772ab8474e9ea87affa1eeaf8ddc4564e5c969eada818f2af7b34e81c008472616461f188
+SHA512 (linux-7.3-rc4.tar.xz) = c753ebd6b9382a23c7e418519c95df7d44fd439b373cc575e8215283cbeaf5616ee4e86867ff43ead34ffedf23c86d53ac0c4c33c5ecbe15cda829f385e6544c
+SHA512 (kernel-abi-stablelists-7.3.0.tar.xz) = 642d338bc80a342aadc426762fc189b53bd955f970d92895a054cf211333a161f4107ad9221fb2853a6575ccc81587414863e0ecd539dfb3b85f7ac799bbcc55
+SHA512 (kernel-kabi-dw-7.3.0.tar.xz) = ca4390919c751f0399d9705b95f5fb977f34ecfa324170c9074d89c1fc64c70e08f3a59796ec5b310baa6bcf3293c15d2a4748b6de801c4a6308e908dabc51f5
reply other threads:[~2026-09-21 6:22 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=178997177659.1.1749710662018719210.rpms-kernel-1ef13659fb46@fedoraproject.org \
--to=jforbes@fedoraproject.org \
--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