kernel-6.17.4-300
* Sun Oct 19 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.17.4-0] - Add Fedora 42 and 41 to release_targets (Justin M. Forbes) - RHEL_RELEASE should be 0, not 1 (Justin M. Forbes) - PCI: vmd: override irq_startup()/irq_shutdown() in vmd_init_dev_msi_info() (Inochi Amaoto) - fedora: arm64: Updates for AMD Xilinx devices (Peter Robinson) - Fix up config issue due to stable backport (Justin M. Forbes) - Linux v6.17.4 Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
3576463741
commit
4f643cbaba
5 changed files with 31 additions and 19 deletions
|
|
@ -12,7 +12,7 @@ RHEL_MINOR = 99
|
|||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 1
|
||||
RHEL_RELEASE = 0
|
||||
|
||||
#
|
||||
# RHEL_REBASE_NUM
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
* Sun Oct 19 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.17.4-0]
|
||||
- Add Fedora 42 and 41 to release_targets (Justin M. Forbes)
|
||||
- RHEL_RELEASE should be 0, not 1 (Justin M. Forbes)
|
||||
- PCI: vmd: override irq_startup()/irq_shutdown() in vmd_init_dev_msi_info() (Inochi Amaoto)
|
||||
- fedora: arm64: Updates for AMD Xilinx devices (Peter Robinson)
|
||||
- Fix up config issue due to stable backport (Justin M. Forbes)
|
||||
- Linux v6.17.4
|
||||
Resolves:
|
||||
|
||||
* Wed Oct 15 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.17.3-1]
|
||||
- Linux v6.17.3
|
||||
Resolves:
|
||||
|
|
|
|||
17
kernel.spec
17
kernel.spec
|
|
@ -173,18 +173,18 @@ Summary: The Linux kernel
|
|||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 1
|
||||
# define buildid .local
|
||||
%define specrpmversion 6.17.3
|
||||
%define specversion 6.17.3
|
||||
%define specrpmversion 6.17.4
|
||||
%define specversion 6.17.4
|
||||
%define patchversion 6.17
|
||||
%define pkgrelease 301
|
||||
%define pkgrelease 300
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.17.3
|
||||
%define tarfile_release 6.17.4
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 17
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 301%{?buildid}%{?dist}
|
||||
%define specrelease 300%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.17.3
|
||||
%define kabiversion 6.17.4
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
|
|
@ -4383,10 +4383,13 @@ fi\
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Oct 17 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.17.3-301]
|
||||
* Sun Oct 19 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.17.4-0]
|
||||
- Add Fedora 42 and 41 to release_targets (Justin M. Forbes)
|
||||
- RHEL_RELEASE should be 0, not 1 (Justin M. Forbes)
|
||||
- PCI: vmd: override irq_startup()/irq_shutdown() in vmd_init_dev_msi_info() (Inochi Amaoto)
|
||||
- fedora: arm64: Updates for AMD Xilinx devices (Peter Robinson)
|
||||
- Fix up config issue due to stable backport (Justin M. Forbes)
|
||||
- Linux v6.17.4
|
||||
|
||||
* Wed Oct 15 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.17.3-1]
|
||||
- Linux v6.17.3
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ index 97d958c945e4f..c7e27e2edfe45 100644
|
|||
M: David E. Box <david.e.box@linux.intel.com>
|
||||
S: Supported
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 22ee632f9104a..469cce72801b2 100644
|
||||
index 4c3092dae03cf..d94f8028a8d45 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -355,6 +355,17 @@ ifneq ($(filter install,$(MAKECMDGOALS)),)
|
||||
|
|
@ -401,7 +401,7 @@ index dad0f11e8e858..d02f8d4f7baf0 100644
|
|||
|
||||
&uart21 {
|
||||
diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c
|
||||
index 77c7926a4df66..1727fc3f6a778 100644
|
||||
index 23c05dc7a8f2a..d7b7b2f39e169 100644
|
||||
--- a/arch/arm64/kernel/setup.c
|
||||
+++ b/arch/arm64/kernel/setup.c
|
||||
@@ -32,6 +32,8 @@
|
||||
|
|
@ -950,7 +950,7 @@ index 1b2edd07a3e17..1c434c6900ebe 100644
|
|||
reserve_initrd();
|
||||
|
||||
diff --git a/arch/x86/kvm/vmx/tdx.c b/arch/x86/kvm/vmx/tdx.c
|
||||
index 66744f5768c8e..de39c2e267b12 100644
|
||||
index d91d9d6bb26c1..3284430350279 100644
|
||||
--- a/arch/x86/kvm/vmx/tdx.c
|
||||
+++ b/arch/x86/kvm/vmx/tdx.c
|
||||
@@ -442,6 +442,16 @@ void tdx_disable_virtualization_cpu(void)
|
||||
|
|
@ -1189,7 +1189,7 @@ index bbf7029e224be..cf7faa970dd65 100644
|
|||
dmi_decode_ipmi((const struct dmi_header *) dev->device_data);
|
||||
|
||||
diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c
|
||||
index 8e9050f99e9ef..f80ff2c421324 100644
|
||||
index fa52414eccdaa..a44565c888375 100644
|
||||
--- a/drivers/char/ipmi/ipmi_msghandler.c
|
||||
+++ b/drivers/char/ipmi/ipmi_msghandler.c
|
||||
@@ -34,6 +34,7 @@
|
||||
|
|
@ -1200,7 +1200,7 @@ index 8e9050f99e9ef..f80ff2c421324 100644
|
|||
#include <linux/delay.h>
|
||||
|
||||
#define IPMI_DRIVER_VERSION "39.2"
|
||||
@@ -5548,8 +5549,21 @@ static int __init ipmi_init_msghandler_mod(void)
|
||||
@@ -5520,8 +5521,21 @@ static int __init ipmi_init_msghandler_mod(void)
|
||||
{
|
||||
int rv;
|
||||
|
||||
|
|
@ -2524,7 +2524,7 @@ index e0094305ca2ab..90887fc54fb0e 100644
|
|||
|
||||
static int ov08x40_set_ctrl_vflip(struct ov08x40 *ov08x, u32 ctrl_val)
|
||||
diff --git a/drivers/net/wireless/ath/ath11k/core.c b/drivers/net/wireless/ath/ath11k/core.c
|
||||
index d49353b6b2e76..47522fa186a11 100644
|
||||
index 2810752260f2f..6c35a289d374d 100644
|
||||
--- a/drivers/net/wireless/ath/ath11k/core.c
|
||||
+++ b/drivers/net/wireless/ath/ath11k/core.c
|
||||
@@ -912,42 +912,84 @@ static const struct ath11k_hw_params ath11k_hw_params[] = {
|
||||
|
|
@ -2821,7 +2821,7 @@ index bdfb8a800c548..1505fc3ef7a85 100644
|
|||
break;
|
||||
default: /* Never reached */
|
||||
diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c
|
||||
index 5b8668accf8e8..2e1a2d9532f57 100644
|
||||
index bf12e23f12121..009da46e7027b 100644
|
||||
--- a/drivers/scsi/sd.c
|
||||
+++ b/drivers/scsi/sd.c
|
||||
@@ -121,6 +121,14 @@ static const char *sd_cache_types[] = {
|
||||
|
|
@ -2839,7 +2839,7 @@ index 5b8668accf8e8..2e1a2d9532f57 100644
|
|||
static void sd_set_flush_flag(struct scsi_disk *sdkp,
|
||||
struct queue_limits *lim)
|
||||
{
|
||||
@@ -4373,6 +4381,8 @@ static int __init init_sd(void)
|
||||
@@ -4379,6 +4387,8 @@ static int __init init_sd(void)
|
||||
goto err_out_class;
|
||||
}
|
||||
|
||||
|
|
|
|||
6
sources
6
sources
|
|
@ -1,3 +1,3 @@
|
|||
SHA512 (linux-6.17.3.tar.xz) = 2dc77881deeb6b076addfd867df975b5fc1a28bf9553559cd2d5f159e86a6a485a02dee9c5d9f9396543dd4f0fafa1abefded20dc5a02d24e8f95f1d61e67b24
|
||||
SHA512 (kernel-abi-stablelists-6.17.3.tar.xz) = 8ae53a0ebaa8368e30182683d372e36bbb289771e7968df2a053f6d5f79c759f0014be9d2a83097ac1c8798bd78f29a54eb895eb71d93ee574afabd506dba095
|
||||
SHA512 (kernel-kabi-dw-6.17.3.tar.xz) = 48451c6f86ce05ffdc2fe6b35890e3c8f278bc914bde4d1204eae212409145ff4db5cf26f099d6b959cc46ea5863fe27e6cfc71beaf4491e0e702628e87d457f
|
||||
SHA512 (linux-6.17.4.tar.xz) = f992208ce427d53a0e4d1c298793713cc1ee356c9ca6e0b7ba9f7b039d721d9114c1507d16b6d1d2bc3b4fa4137eca8ca7c93f326cad48892f490d09704d7a81
|
||||
SHA512 (kernel-abi-stablelists-6.17.4.tar.xz) = 80c9c7bfe2a42129822153932222451ab7e3a87d8d9b09c1d23e75e43a0d3abb2465322aa6eb4f8a82c2c3fa4715b9b84041193adfc762d955a46d3d4cc15012
|
||||
SHA512 (kernel-kabi-dw-6.17.4.tar.xz) = bbded1214bf7a22ad378895093c8e420b91c22b91d2db68278fd22c736366314b0a14641744abc68b9c66ef72fd228bc7d3c750e860fed8eae7c703564623a55
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue