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.rc0.260819gbd5f485f3f02.5
Date: Wed, 19 Aug 2026 18:05:14 GMT [thread overview]
Message-ID: <178716271401.1.6942628870695610458.rpms-kernel-ece969fb6680@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/kernel
Branch : rawhide
Commit : ece969fb66807f3dafc4ac86268a2b47bbc66a8c
Author : Justin M. Forbes <jforbes@fedoraproject.org>
Date : 2026-08-19T12:04:58-06:00
Stats : +82/-82 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/kernel/c/ece969fb66807f3dafc4ac86268a2b47bbc66a8c?branch=rawhide
Log:
kernel-7.3.0-0.rc0.260819gbd5f485f3f02.5
* Wed Aug 19 2026 Fedora Kernel Team <kernel-team@fedoraproject.org> [7.3.0-0.rc0.bd5f485f3f02.5]
- automotive: enable HUGETLBFS to workaround build error (Scott Weaver)
Resolves:
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
---
diff --git a/kernel-ppc64le-debug-fedora.config b/kernel-ppc64le-debug-fedora.config
index 6169f89..7c86df9 100644
--- a/kernel-ppc64le-debug-fedora.config
+++ b/kernel-ppc64le-debug-fedora.config
@@ -5950,13 +5950,13 @@ CONFIG_RUST_BITMAP_KUNIT_TEST=y
# CONFIG_RUST_DEBUG_ASSERTIONS is not set
CONFIG_RUST_FW_LOADER_ABSTRACTIONS=y
# CONFIG_RUST_INLINE_HELPERS is not set
+# CONFIG_RUST is not set
CONFIG_RUST_KUNIT_SELFTEST=y
CONFIG_RUST_KUNIT_TESTS=y
CONFIG_RUST_KVEC_KUNIT_TEST=y
CONFIG_RUST_OVERFLOW_CHECKS=y
CONFIG_RUST_PHYLIB_ABSTRACTIONS=y
CONFIG_RUST_STR_KUNIT_TEST=y
-CONFIG_RUST=y
CONFIG_RV_MON_DEADLINE=y
CONFIG_RV_MON_NOMISS=y
CONFIG_RV_MON_NRP=y
diff --git a/kernel-ppc64le-debug-rhel.config b/kernel-ppc64le-debug-rhel.config
index 54cabfb..5a7a9d9 100644
--- a/kernel-ppc64le-debug-rhel.config
+++ b/kernel-ppc64le-debug-rhel.config
@@ -5591,13 +5591,13 @@ CONFIG_RUST_BITMAP_KUNIT_TEST=y
# CONFIG_RUST_DEBUG_ASSERTIONS is not set
# CONFIG_RUST_FW_LOADER_ABSTRACTIONS is not set
# CONFIG_RUST_INLINE_HELPERS is not set
+# CONFIG_RUST is not set
CONFIG_RUST_KUNIT_SELFTEST=y
CONFIG_RUST_KUNIT_TESTS=y
CONFIG_RUST_KVEC_KUNIT_TEST=y
CONFIG_RUST_OVERFLOW_CHECKS=y
# CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set
CONFIG_RUST_STR_KUNIT_TEST=y
-CONFIG_RUST=y
CONFIG_RV_MON_DEADLINE=y
CONFIG_RV_MON_NOMISS=y
CONFIG_RV_MON_NRP=y
diff --git a/kernel-ppc64le-fedora.config b/kernel-ppc64le-fedora.config
index 1ca5447..b9b80ae 100644
--- a/kernel-ppc64le-fedora.config
+++ b/kernel-ppc64le-fedora.config
@@ -5918,13 +5918,13 @@ CONFIG_RUST_BITMAP_KUNIT_TEST=y
# CONFIG_RUST_DEBUG_ASSERTIONS is not set
CONFIG_RUST_FW_LOADER_ABSTRACTIONS=y
# CONFIG_RUST_INLINE_HELPERS is not set
+# CONFIG_RUST is not set
CONFIG_RUST_KUNIT_SELFTEST=y
CONFIG_RUST_KUNIT_TESTS=y
CONFIG_RUST_KVEC_KUNIT_TEST=y
CONFIG_RUST_OVERFLOW_CHECKS=y
CONFIG_RUST_PHYLIB_ABSTRACTIONS=y
CONFIG_RUST_STR_KUNIT_TEST=y
-CONFIG_RUST=y
CONFIG_RV_MON_DEADLINE=y
CONFIG_RV_MON_NOMISS=y
CONFIG_RV_MON_NRP=y
diff --git a/kernel-ppc64le-rhel.config b/kernel-ppc64le-rhel.config
index 16533bc..35b48fb 100644
--- a/kernel-ppc64le-rhel.config
+++ b/kernel-ppc64le-rhel.config
@@ -5567,13 +5567,13 @@ CONFIG_RUST_BITMAP_KUNIT_TEST=y
# CONFIG_RUST_DEBUG_ASSERTIONS is not set
# CONFIG_RUST_FW_LOADER_ABSTRACTIONS is not set
# CONFIG_RUST_INLINE_HELPERS is not set
+# CONFIG_RUST is not set
CONFIG_RUST_KUNIT_SELFTEST=y
CONFIG_RUST_KUNIT_TESTS=y
CONFIG_RUST_KVEC_KUNIT_TEST=y
CONFIG_RUST_OVERFLOW_CHECKS=y
# CONFIG_RUST_PHYLIB_ABSTRACTIONS is not set
CONFIG_RUST_STR_KUNIT_TEST=y
-CONFIG_RUST=y
CONFIG_RV_MON_DEADLINE=y
CONFIG_RV_MON_NOMISS=y
CONFIG_RV_MON_NRP=y
diff --git a/patch-7.3-redhat.patch b/patch-7.3-redhat.patch
index eb7a75d..1d9afa5 100644
--- a/patch-7.3-redhat.patch
+++ b/patch-7.3-redhat.patch
@@ -77,7 +77,7 @@
76 files changed, 2669 insertions(+), 108 deletions(-)
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
-index deae852f71e4..3aa90e325164 100644
+index deae852f71e43..3aa90e3251647 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -6671,6 +6671,20 @@ Kernel parameters
@@ -119,7 +119,7 @@ index deae852f71e4..3aa90e325164 100644
useful for debugging certain unwinder error
diff --git a/Documentation/admin-guide/rh-waived-items.rst b/Documentation/admin-guide/rh-waived-items.rst
new file mode 100644
-index 000000000000..7471c891419c
+index 0000000000000..7471c891419c2
--- /dev/null
+++ b/Documentation/admin-guide/rh-waived-items.rst
@@ -0,0 +1,29 @@
@@ -153,7 +153,7 @@ index 000000000000..7471c891419c
+============================
+
diff --git a/Kconfig b/Kconfig
-index 307e581144de..11e93e479ce4 100644
+index 307e581144de3..11e93e479ce4f 100644
--- a/Kconfig
+++ b/Kconfig
@@ -32,3 +32,5 @@ source "lib/Kconfig.debug"
@@ -164,7 +164,7 @@ index 307e581144de..11e93e479ce4 100644
+source "Kconfig.redhat"
diff --git a/Kconfig.redhat b/Kconfig.redhat
new file mode 100644
-index 000000000000..85771d74c34f
+index 0000000000000..85771d74c34f9
--- /dev/null
+++ b/Kconfig.redhat
@@ -0,0 +1,31 @@
@@ -200,7 +200,7 @@ index 000000000000..85771d74c34f
+
+endmenu
diff --git a/Makefile b/Makefile
-index 130926fa592e..c418cec4786e 100644
+index 130926fa592e2..c418cec4786ea 100644
--- a/Makefile
+++ b/Makefile
@@ -358,6 +358,17 @@ ifneq ($(filter install,$(MAKECMDGOALS)),)
@@ -270,7 +270,7 @@ index 130926fa592e..c418cec4786e 100644
@:
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
-index f10379dfe7a3..4cb8e526e5dc 100644
+index f10379dfe7a33..4cb8e526e5dce 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1226,9 +1226,9 @@ config HIGHMEM
@@ -286,7 +286,7 @@ index f10379dfe7a3..4cb8e526e5dc 100644
The VM uses one page of physical memory for each page table.
For systems with a lot of processes, this can use a lot of
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
-index 440c1015eb38..6f2c3ce7a21e 100644
+index 440c1015eb38c..6f2c3ce7a21e9 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -1533,7 +1533,7 @@ endchoice
@@ -299,7 +299,7 @@ index 440c1015eb38..6f2c3ce7a21e 100644
For systems with 52-bit userspace VAs enabled, the kernel will attempt
to maintain compatibility with older software by providing 48-bit VAs
diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c
-index 23c05dc7a8f2..d7b7b2f39e16 100644
+index 23c05dc7a8f2a..d7b7b2f39e169 100644
--- a/arch/arm64/kernel/setup.c
+++ b/arch/arm64/kernel/setup.c
@@ -32,6 +32,8 @@
@@ -351,7 +351,7 @@ index 23c05dc7a8f2..d7b7b2f39e16 100644
arm64_memblock_init();
diff --git a/arch/s390/include/asm/ipl.h b/arch/s390/include/asm/ipl.h
-index b0d00032479d..afb9544fb007 100644
+index b0d00032479d6..afb9544fb0074 100644
--- a/arch/s390/include/asm/ipl.h
+++ b/arch/s390/include/asm/ipl.h
@@ -139,6 +139,7 @@ int ipl_report_add_component(struct ipl_report *report, struct kexec_buf *kbuf,
@@ -363,7 +363,7 @@ index b0d00032479d..afb9544fb007 100644
/*
* DIAG 308 support
diff --git a/arch/s390/kernel/ipl.c b/arch/s390/kernel/ipl.c
-index 3c346b02ceb9..30e16a0d4490 100644
+index 3c346b02ceb95..30e16a0d4490c 100644
--- a/arch/s390/kernel/ipl.c
+++ b/arch/s390/kernel/ipl.c
@@ -2527,3 +2527,8 @@ int ipl_report_free(struct ipl_report *report)
@@ -376,7 +376,7 @@ index 3c346b02ceb9..30e16a0d4490 100644
+ return !!ipl_secure_flag;
+}
diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c
-index b60284328fe3..e4d37b08ca29 100644
+index b60284328fe3d..e4d37b08ca295 100644
--- a/arch/s390/kernel/setup.c
+++ b/arch/s390/kernel/setup.c
@@ -47,6 +47,7 @@
@@ -398,7 +398,7 @@ index b60284328fe3..e4d37b08ca29 100644
/* boot_command_line has been already set up in early.c */
*cmdline_p = boot_command_line;
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c
-index c7352827f491..09b2c1c67f3a 100644
+index c7352827f491d..09b2c1c67f3a2 100644
--- a/arch/x86/kernel/cpu/common.c
+++ b/arch/x86/kernel/cpu/common.c
@@ -1807,6 +1807,7 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c)
@@ -410,7 +410,7 @@ index c7352827f491..09b2c1c67f3a 100644
get_cpu_address_sizes(c);
cpu_parse_early_param();
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
-index 1cc4aa65930c..e83ace30e096 100644
+index 1cc4aa65930c5..e83ace30e0969 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -21,6 +21,7 @@
@@ -557,7 +557,7 @@ index 1cc4aa65930c..e83ace30e096 100644
}
diff --git a/crypto/akcipher.c b/crypto/akcipher.c
-index 630bb19738be..8da7eedce31e 100644
+index 630bb19738beb..8da7eedce31e4 100644
--- a/crypto/akcipher.c
+++ b/crypto/akcipher.c
@@ -138,8 +138,7 @@ int crypto_register_akcipher(struct akcipher_alg *alg)
@@ -571,7 +571,7 @@ index 630bb19738be..8da7eedce31e 100644
alg->set_priv_key = akcipher_default_set_key;
diff --git a/crypto/dh.c b/crypto/dh.c
-index 7ad4768716c8..01ccc24db074 100644
+index 7ad4768716c89..01ccc24db074a 100644
--- a/crypto/dh.c
+++ b/crypto/dh.c
@@ -227,10 +227,35 @@ static int dh_compute_value(struct kpp_request *req)
@@ -611,7 +611,7 @@ index 7ad4768716c8..01ccc24db074 100644
}
diff --git a/crypto/seqiv.c b/crypto/seqiv.c
-index 678bb4145d78..fcc059e7d3db 100644
+index 678bb4145d783..fcc059e7d3db5 100644
--- a/crypto/seqiv.c
+++ b/crypto/seqiv.c
@@ -123,6 +123,19 @@ static int seqiv_aead_decrypt(struct aead_request *req)
@@ -644,7 +644,7 @@ index 678bb4145d78..fcc059e7d3db 100644
inst->alg.base.cra_ctxsize = sizeof(struct aead_geniv_ctx);
diff --git a/crypto/sig.c b/crypto/sig.c
-index 7d2048da5c3a..6b4e2163fcc5 100644
+index 7d2048da5c3af..6b4e2163fcc5b 100644
--- a/crypto/sig.c
+++ b/crypto/sig.c
@@ -112,8 +112,7 @@ static int sig_prepare_alg(struct sig_alg *alg)
@@ -658,7 +658,7 @@ index 7d2048da5c3a..6b4e2163fcc5 100644
alg->verify = sig_default_verify;
if (!alg->set_priv_key)
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
-index 4958211fbfa9..ee6d34885696 100644
+index 4958211fbfa93..ee6d348856968 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -3831,7 +3831,7 @@ static int test_akcipher_one(struct crypto_akcipher *tfm,
@@ -695,7 +695,7 @@ index 4958211fbfa9..ee6d34885696 100644
.kpp = __VECS(ecdh_p384_tv_template)
}
diff --git a/drivers/acpi/apei/hest.c b/drivers/acpi/apei/hest.c
-index 20d757687e3d..90a13f20f052 100644
+index 20d757687e3d9..90a13f20f052b 100644
--- a/drivers/acpi/apei/hest.c
+++ b/drivers/acpi/apei/hest.c
@@ -142,6 +142,14 @@ static int apei_hest_parse(apei_hest_func_t func, void *data)
@@ -714,7 +714,7 @@ index 20d757687e3d..90a13f20f052 100644
for (i = 0; i < hest_tab->error_source_count; i++) {
len = hest_esrc_len(hest_hdr);
diff --git a/drivers/acpi/irq.c b/drivers/acpi/irq.c
-index e4293458bf61..5e97e8aa7f63 100644
+index e4293458bf619..5e97e8aa7f636 100644
--- a/drivers/acpi/irq.c
+++ b/drivers/acpi/irq.c
@@ -144,6 +144,7 @@ struct acpi_irq_parse_one_ctx {
@@ -757,7 +757,7 @@ index e4293458bf61..5e97e8aa7f63 100644
return ctx.rc;
}
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c
-index e9e374f2ad66..e9a96f0a15e8 100644
+index e9e374f2ad667..e9a96f0a15e80 100644
--- a/drivers/acpi/scan.c
+++ b/drivers/acpi/scan.c
@@ -1793,6 +1793,15 @@ static bool acpi_device_enumeration_by_parent(struct acpi_device *device)
@@ -777,7 +777,7 @@ index e9e374f2ad66..e9a96f0a15e8 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 6d72eb017b498..0a6701eb8d371 100644
--- a/drivers/ata/libahci.c
+++ b/drivers/ata/libahci.c
@@ -727,6 +727,24 @@ int ahci_stop_engine(struct ata_port *ap)
@@ -806,7 +806,7 @@ index 6d72eb017b49..0a6701eb8d37 100644
tmp = ata_wait_register(ap, port_mmio + PORT_CMD,
PORT_CMD_LIST_ON, PORT_CMD_LIST_ON, 1, 500);
diff --git a/drivers/char/ipmi/ipmi_dmi.c b/drivers/char/ipmi/ipmi_dmi.c
-index 505e32911c34..26f7ee0ccf40 100644
+index 505e32911c34c..26f7ee0ccf406 100644
--- a/drivers/char/ipmi/ipmi_dmi.c
+++ b/drivers/char/ipmi/ipmi_dmi.c
@@ -215,6 +215,21 @@ static int __init scan_for_dmi_ipmi(void)
@@ -832,7 +832,7 @@ index 505e32911c34..26f7ee0ccf40 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 ab4c85f3d6fe..92de1165f6ef 100644
+index ab4c85f3d6fe8..92de1165f6efe 100644
--- a/drivers/char/ipmi/ipmi_msghandler.c
+++ b/drivers/char/ipmi/ipmi_msghandler.c
@@ -34,6 +34,7 @@
@@ -867,7 +867,7 @@ index ab4c85f3d6fe..92de1165f6ef 100644
rv = ipmi_register_driver();
mutex_unlock(&ipmi_interfaces_mutex);
diff --git a/drivers/char/random.c b/drivers/char/random.c
-index b4da1fb976c1..1e112e2b405b 100644
+index b4da1fb976c11..1e112e2b405b2 100644
--- a/drivers/char/random.c
+++ b/drivers/char/random.c
@@ -51,9 +51,11 @@
@@ -1078,7 +1078,7 @@ index b4da1fb976c1..1e112e2b405b 100644
/********************************************************************
*
diff --git a/drivers/firmware/efi/Makefile b/drivers/firmware/efi/Makefile
-index 8efbcf699e4f..96d5a1ca981d 100644
+index 8efbcf699e4ff..96d5a1ca981df 100644
--- a/drivers/firmware/efi/Makefile
+++ b/drivers/firmware/efi/Makefile
@@ -25,6 +25,7 @@ subdir-$(CONFIG_EFI_STUB) += libstub
@@ -1090,7 +1090,7 @@ index 8efbcf699e4f..96d5a1ca981d 100644
obj-$(CONFIG_EFI_RCI2_TABLE) += rci2-table.o
obj-$(CONFIG_EFI_EMBEDDED_FIRMWARE) += embedded-firmware.o
diff --git a/drivers/firmware/efi/efi.c b/drivers/firmware/efi/efi.c
-index 0327a39d31fa..5b5332b4de78 100644
+index 0327a39d31fa5..5b5332b4de782 100644
--- a/drivers/firmware/efi/efi.c
+++ b/drivers/firmware/efi/efi.c
@@ -33,6 +33,7 @@
@@ -1235,7 +1235,7 @@ index 0327a39d31fa..5b5332b4de78 100644
EXPORT_SYMBOL_GPL(efi_status_to_err);
diff --git a/drivers/firmware/efi/libstub/fdt.c b/drivers/firmware/efi/libstub/fdt.c
-index 23b3543d3041..0d08a549a10b 100644
+index 23b3543d3041b..0d08a549a10b9 100644
--- a/drivers/firmware/efi/libstub/fdt.c
+++ b/drivers/firmware/efi/libstub/fdt.c
@@ -132,6 +132,11 @@ static efi_status_t update_fdt(void *orig_fdt, unsigned long orig_fdt_size,
@@ -1251,7 +1251,7 @@ index 23b3543d3041..0d08a549a10b 100644
fdt_pack(fdt);
diff --git a/drivers/firmware/efi/libstub/secureboot.c b/drivers/firmware/efi/libstub/secureboot.c
-index 516f4f0069bd..380354755108 100644
+index 516f4f0069bd2..380354755108b 100644
--- a/drivers/firmware/efi/libstub/secureboot.c
+++ b/drivers/firmware/efi/libstub/secureboot.c
@@ -29,10 +29,13 @@ enum efi_secureboot_mode efi_get_secureboot(void)
@@ -1288,7 +1288,7 @@ index 516f4f0069bd..380354755108 100644
}
diff --git a/drivers/firmware/efi/secureboot.c b/drivers/firmware/efi/secureboot.c
new file mode 100644
-index 000000000000..de0a3714a5d4
+index 0000000000000..de0a3714a5d44
--- /dev/null
+++ b/drivers/firmware/efi/secureboot.c
@@ -0,0 +1,38 @@
@@ -1331,7 +1331,7 @@ index 000000000000..de0a3714a5d4
+ }
+}
diff --git a/drivers/hwtracing/coresight/coresight-etm4x-core.c b/drivers/hwtracing/coresight/coresight-etm4x-core.c
-index 14bb31bd6a0b..0529359d7440 100644
+index 14bb31bd6a0b9..0529359d74401 100644
--- a/drivers/hwtracing/coresight/coresight-etm4x-core.c
+++ b/drivers/hwtracing/coresight/coresight-etm4x-core.c
@@ -12,6 +12,7 @@
@@ -1382,7 +1382,7 @@ index 14bb31bd6a0b..0529359d7440 100644
platform_driver_unregister(&etm4_platform_driver);
etm4_pm_clear();
diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c
-index e8f13dcebbde..dd7014ca962c 100644
+index e8f13dcebbde5..dd7014ca962c5 100644
--- a/drivers/iommu/iommu.c
+++ b/drivers/iommu/iommu.c
@@ -8,6 +8,7 @@
@@ -1422,7 +1422,7 @@ index e8f13dcebbde..dd7014ca962c 100644
* iommu_setup_default_domain - Set the default_domain for the group
* @group: Group to change
diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c
-index c362f09a8c55..bcda62d89ecd 100644
+index c362f09a8c555..bcda62d89ecdb 100644
--- a/drivers/message/fusion/mptsas.c
+++ b/drivers/message/fusion/mptsas.c
@@ -5377,6 +5377,10 @@ static void mptsas_remove(struct pci_dev *pdev)
@@ -1445,7 +1445,7 @@ index c362f09a8c55..bcda62d89ecd 100644
};
MODULE_DEVICE_TABLE(pci, mptsas_pci_table);
diff --git a/drivers/message/fusion/mptspi.c b/drivers/message/fusion/mptspi.c
-index 56892b1f3de2..b0e55913bb2e 100644
+index 56892b1f3de2e..b0e55913bb2e9 100644
--- a/drivers/message/fusion/mptspi.c
+++ b/drivers/message/fusion/mptspi.c
@@ -1240,12 +1240,17 @@ static struct spi_function_template mptspi_transport_functions = {
@@ -1467,7 +1467,7 @@ index 56892b1f3de2..b0e55913bb2e 100644
};
MODULE_DEVICE_TABLE(pci, mptspi_pci_table);
diff --git a/drivers/net/wireguard/main.c b/drivers/net/wireguard/main.c
-index a00671b58701..eeef2766b8b3 100644
+index a00671b58701f..eeef2766b8b3d 100644
--- a/drivers/net/wireguard/main.c
+++ b/drivers/net/wireguard/main.c
@@ -12,6 +12,7 @@
@@ -1491,7 +1491,7 @@ index a00671b58701..eeef2766b8b3 100644
if (ret < 0)
goto err_allowedips;
diff --git a/drivers/pci/pci-driver.c b/drivers/pci/pci-driver.c
-index f36778e62ac1..7b4dc4aff7c5 100644
+index f36778e62ac1a..7b4dc4aff7c5a 100644
--- a/drivers/pci/pci-driver.c
+++ b/drivers/pci/pci-driver.c
@@ -19,6 +19,7 @@
@@ -1519,7 +1519,7 @@ index f36778e62ac1..7b4dc4aff7c5 100644
return rc;
if (rc < 0) {
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
-index b09f27f7846f..b54fe538511a 100644
+index b09f27f7846fc..b54fe538511aa 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -4496,6 +4496,30 @@ static void quirk_aspeed_pci_bridge_no_alias(struct pci_dev *pdev)
@@ -1554,7 +1554,7 @@ index b09f27f7846f..b54fe538511a 100644
* Intersil/Techwell TW686[4589]-based video capture cards have an empty (zero)
* class code. Fix it.
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c
-index 8edad1830abe..e558acedfa44 100644
+index 8edad1830abe4..e558acedfa445 100644
--- a/drivers/scsi/hpsa.c
+++ b/drivers/scsi/hpsa.c
@@ -82,7 +82,9 @@ MODULE_DESCRIPTION("Driver for HP Smart Array Controller version " \
@@ -1581,7 +1581,7 @@ index 8edad1830abe..e558acedfa44 100644
};
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c
-index 72b1c28e4dae..2226c9dffa94 100644
+index 72b1c28e4dae0..2226c9dffa946 100644
--- a/drivers/scsi/qla2xxx/qla_os.c
+++ b/drivers/scsi/qla2xxx/qla_os.c
@@ -8128,6 +8128,7 @@ static const struct pci_error_handlers qla2xxx_err_handler = {
@@ -1612,7 +1612,7 @@ index 72b1c28e4dae..2226c9dffa94 100644
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2271) },
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2261) },
diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c
-index 599e75f33334..ec52c3a4fa14 100644
+index 599e75f333343..ec52c3a4fa14e 100644
--- a/drivers/scsi/sd.c
+++ b/drivers/scsi/sd.c
@@ -145,6 +145,13 @@ static void sd_large_pool_destroy(void)
@@ -1642,7 +1642,7 @@ index 599e75f33334..ec52c3a4fa14 100644
if (err)
goto err_out_driver;
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
-index d92bf887739d..039fd5620282 100644
+index d92bf887739d0..039fd5620282c 100644
--- a/drivers/usb/core/hub.c
+++ b/drivers/usb/core/hub.c
@@ -5902,6 +5902,13 @@ static void hub_event(struct work_struct *work)
@@ -1660,7 +1660,7 @@ index d92bf887739d..039fd5620282 100644
* disconnected while waiting for the lock to succeed. */
usb_lock_device(hdev);
diff --git a/fs/afs/main.c b/fs/afs/main.c
-index 7a883c59976f..907ec60e500a 100644
+index 7a883c59976ff..907ec60e500a1 100644
--- a/fs/afs/main.c
+++ b/fs/afs/main.c
@@ -194,6 +194,9 @@ static int __init afs_init(void)
@@ -1674,7 +1674,7 @@ index 7a883c59976f..907ec60e500a 100644
error_proc:
diff --git a/fs/erofs/super.c b/fs/erofs/super.c
-index 770808685934..a99921aaebde 100644
+index 770808685934e..a99921aaebde8 100644
--- a/fs/erofs/super.c
+++ b/fs/erofs/super.c
@@ -599,6 +599,9 @@ static int erofs_fc_fill_super(struct super_block *sb, struct fs_context *fc)
@@ -1701,7 +1701,7 @@ index 770808685934..a99921aaebde 100644
}
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
-index 4b6112e5d6c5..263615d17120 100644
+index 4b6112e5d6c59..263615d17120f 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -5747,6 +5747,17 @@ static int __ext4_fill_super(struct fs_context *fc, struct super_block *sb)
@@ -1723,7 +1723,7 @@ index 4b6112e5d6c5..263615d17120 100644
err = ext4_register_sysfs(sb);
if (err)
diff --git a/include/linux/crypto.h b/include/linux/crypto.h
-index b7c97f1c47c9..0a484f45b24a 100644
+index b7c97f1c47c92..0a484f45b24a9 100644
--- a/include/linux/crypto.h
+++ b/include/linux/crypto.h
@@ -152,6 +152,8 @@
@@ -1736,7 +1736,7 @@ index b7c97f1c47c9..0a484f45b24a 100644
* Miscellaneous stuff.
*/
diff --git a/include/linux/efi.h b/include/linux/efi.h
-index ccbc35479684..8eb9a1276ba7 100644
+index ccbc35479684a..8eb9a1276ba74 100644
--- a/include/linux/efi.h
+++ b/include/linux/efi.h
@@ -45,6 +45,8 @@ struct screen_info;
@@ -1804,7 +1804,7 @@ index ccbc35479684..8eb9a1276ba7 100644
enum efi_secureboot_mode efi_get_secureboot_mode(efi_get_variable_t *get_var)
{
diff --git a/include/linux/kernel.h b/include/linux/kernel.h
-index 24414c79e59a..b086915ec6c0 100644
+index 24414c79e59ab..b086915ec6c05 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -194,4 +194,32 @@ extern enum system_states system_state;
@@ -1841,7 +1841,7 @@ index 24414c79e59a..b086915ec6c0 100644
+
#endif
diff --git a/include/linux/lsm_hook_defs.h b/include/linux/lsm_hook_defs.h
-index 65c9609ec207..2cc243ec73f6 100644
+index 65c9609ec2077..2cc243ec73f62 100644
--- a/include/linux/lsm_hook_defs.h
+++ b/include/linux/lsm_hook_defs.h
@@ -456,6 +456,7 @@ LSM_HOOK(int, 0, bpf_token_capable, const struct bpf_token *token, int cap)
@@ -1853,7 +1853,7 @@ index 65c9609ec207..2cc243ec73f6 100644
LSM_HOOK(int, 0, perf_event_open, int type)
LSM_HOOK(int, 0, perf_event_alloc, struct perf_event *event)
diff --git a/include/linux/module.h b/include/linux/module.h
-index 7566815fabbe..f18af7fdb45b 100644
+index 7566815fabbe8..f18af7fdb45be 100644
--- a/include/linux/module.h
+++ b/include/linux/module.h
@@ -413,6 +413,7 @@ struct module {
@@ -1876,7 +1876,7 @@ index 7566815fabbe..f18af7fdb45b 100644
DEFINE_FREE(module_put, struct module *, if (_T) module_put(_T))
diff --git a/include/linux/panic.h b/include/linux/panic.h
-index f1dd417e54b2..95344281ed2c 100644
+index f1dd417e54b29..95344281ed2c5 100644
--- a/include/linux/panic.h
+++ b/include/linux/panic.h
@@ -88,7 +88,22 @@ static inline void set_arch_panic_timeout(int timeout, int arch_default_timeout)
@@ -1904,7 +1904,7 @@ index f1dd417e54b2..95344281ed2c 100644
struct taint_flag {
diff --git a/include/linux/pci.h b/include/linux/pci.h
-index 64b308b6e61c..0967f9be0b54 100644
+index 64b308b6e61c1..0967f9be0b548 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -1715,6 +1715,7 @@ int pci_add_dynid(struct pci_driver *drv,
@@ -1927,7 +1927,7 @@ index 64b308b6e61c..0967f9be0b54 100644
void pci_uevent_ers(struct pci_dev *pdev, enum pci_ers_result err_type);
#endif
diff --git a/include/linux/random.h b/include/linux/random.h
-index 8a8064dc3970..3238fab8f749 100644
+index 8a8064dc3970b..3238fab8f7498 100644
--- a/include/linux/random.h
+++ b/include/linux/random.h
@@ -9,6 +9,13 @@
@@ -1956,7 +1956,7 @@ index 8a8064dc3970..3238fab8f749 100644
#endif
diff --git a/include/linux/rh_flags.h b/include/linux/rh_flags.h
new file mode 100644
-index 000000000000..4bb0f5585df0
+index 0000000000000..4bb0f5585df0b
--- /dev/null
+++ b/include/linux/rh_flags.h
@@ -0,0 +1,34 @@
@@ -1996,7 +1996,7 @@ index 000000000000..4bb0f5585df0
+#endif
diff --git a/include/linux/rh_kabi.h b/include/linux/rh_kabi.h
new file mode 100644
-index 000000000000..5139cb2cabdc
+index 0000000000000..5139cb2cabdc0
--- /dev/null
+++ b/include/linux/rh_kabi.h
@@ -0,0 +1,541 @@
@@ -2543,7 +2543,7 @@ index 000000000000..5139cb2cabdc
+#endif /* _LINUX_RH_KABI_H */
diff --git a/include/linux/rh_waived.h b/include/linux/rh_waived.h
new file mode 100644
-index 000000000000..d62a9e896b5e
+index 0000000000000..d62a9e896b5ee
--- /dev/null
+++ b/include/linux/rh_waived.h
@@ -0,0 +1,19 @@
@@ -2567,7 +2567,7 @@ index 000000000000..d62a9e896b5e
+
+#endif /* _RH_WAIVED_H */
diff --git a/include/linux/security.h b/include/linux/security.h
-index 153e9043058f..2ee3a8990968 100644
+index 153e9043058f8..2ee3a8990968a 100644
--- a/include/linux/security.h
+++ b/include/linux/security.h
@@ -2439,4 +2439,13 @@ static inline void security_initramfs_populated(void)
@@ -2585,7 +2585,7 @@ index 153e9043058f..2ee3a8990968 100644
+
#endif /* ! __LINUX_SECURITY_H */
diff --git a/init/main.c b/init/main.c
-index 92d34e496a33..05d799f92383 100644
+index 92d34e496a334..05d799f923837 100644
--- a/init/main.c
+++ b/init/main.c
@@ -1242,8 +1242,10 @@ static bool __init_or_module initcall_blacklisted(initcall_t fn)
@@ -2610,7 +2610,7 @@ index 92d34e496a33..05d799f92383 100644
if (!strcmp(fn_name, entry->buf)) {
pr_debug("initcall %s blacklisted\n", fn_name);
diff --git a/kernel/Makefile b/kernel/Makefile
-index 1e1a31673577..60af4f6c2316 100644
+index 1e1a31673577d..60af4f6c23161 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -12,6 +12,8 @@ obj-y = fork.o exec_domain.o exec_state.o panic.o \
@@ -2623,7 +2623,7 @@ index 1e1a31673577..60af4f6c2316 100644
obj-$(CONFIG_VHOST_TASK) += vhost_task.o
diff --git a/kernel/bpf/core.c b/kernel/bpf/core.c
-index 6e19a030da6f..840338c51e6c 100644
+index 6e19a030da6f1..840338c51e6ca 100644
--- a/kernel/bpf/core.c
+++ b/kernel/bpf/core.c
@@ -547,7 +547,12 @@ void bpf_prog_kallsyms_del_all(struct bpf_prog *fp)
@@ -2640,7 +2640,7 @@ index 6e19a030da6f..840338c51e6c 100644
long bpf_jit_limit_max __read_mostly;
diff --git a/kernel/bpf/syscall.c b/kernel/bpf/syscall.c
-index 6db306d23b47..a758feebfe03 100644
+index 6db306d23b479..a758feebfe03a 100644
--- a/kernel/bpf/syscall.c
+++ b/kernel/bpf/syscall.c
@@ -28,6 +28,7 @@
@@ -2688,7 +2688,7 @@ index 6db306d23b47..a758feebfe03 100644
}
diff --git a/kernel/module/main.c b/kernel/module/main.c
-index 46dd8d25a605..e82b2b13f588 100644
+index 46dd8d25a6058..e82b2b13f588c 100644
--- a/kernel/module/main.c
+++ b/kernel/module/main.c
@@ -66,6 +66,8 @@
@@ -2740,7 +2740,7 @@ index 46dd8d25a605..e82b2b13f588 100644
#ifdef CONFIG_MODULE_DEBUGFS
diff --git a/kernel/module/signing.c b/kernel/module/signing.c
-index 590ba29c85ab..02153d857531 100644
+index 590ba29c85aba..02153d857531d 100644
--- a/kernel/module/signing.c
+++ b/kernel/module/signing.c
@@ -61,10 +61,17 @@ int mod_verify_sig(const void *mod, struct load_info *info)
@@ -2763,7 +2763,7 @@ index 590ba29c85ab..02153d857531 100644
int module_sig_check(struct load_info *info, int flags)
diff --git a/kernel/panic.c b/kernel/panic.c
-index 213725b612aa..a823d01f1f05 100644
+index 213725b612aa1..a823d01f1f05f 100644
--- a/kernel/panic.c
+++ b/kernel/panic.c
@@ -826,6 +826,18 @@ const struct taint_flag taint_flags[TAINT_FLAGS_COUNT] = {
@@ -2787,7 +2787,7 @@ index 213725b612aa..a823d01f1f05 100644
#undef TAINT_FLAG
diff --git a/kernel/rh_flags.c b/kernel/rh_flags.c
new file mode 100644
-index 000000000000..10d26958f840
+index 0000000000000..10d26958f840c
--- /dev/null
+++ b/kernel/rh_flags.c
@@ -0,0 +1,115 @@
@@ -2908,7 +2908,7 @@ index 000000000000..10d26958f840
+subsys_initcall(rh_flags_init);
diff --git a/kernel/rh_messages.c b/kernel/rh_messages.c
new file mode 100644
-index 000000000000..bb69e8965748
+index 0000000000000..bb69e8965748b
--- /dev/null
+++ b/kernel/rh_messages.c
@@ -0,0 +1,414 @@
@@ -3328,7 +3328,7 @@ index 000000000000..bb69e8965748
+}
diff --git a/kernel/rh_messages.h b/kernel/rh_messages.h
new file mode 100644
-index 000000000000..6c757a2fe4e0
+index 0000000000000..6c757a2fe4e0f
--- /dev/null
+++ b/kernel/rh_messages.h
@@ -0,0 +1,334 @@
@@ -3668,7 +3668,7 @@ index 000000000000..6c757a2fe4e0
+#endif /* __RH_MESSAGES_H */
diff --git a/kernel/rh_waived.c b/kernel/rh_waived.c
new file mode 100644
-index 000000000000..20966f7c7277
+index 0000000000000..20966f7c7277f
--- /dev/null
+++ b/kernel/rh_waived.c
@@ -0,0 +1,147 @@
@@ -3820,7 +3820,7 @@ index 000000000000..20966f7c7277
+}
+late_initcall(__add_rh_flag);
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
-index 0a4fdd8bd975..dcb12dad419f 100644
+index 0a4fdd8bd975d..dcb12dad419fe 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -207,7 +207,10 @@ objtool-args-$(CONFIG_STACK_VALIDATION) += --stackval
@@ -3835,7 +3835,7 @@ index 0a4fdd8bd975..dcb12dad419f 100644
objtool-args = $(objtool-args-y) \
$(if $(delay-objtool), --link) \
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
-index 75374c64b8cc..62f1549582fd 100644
+index 75374c64b8cc7..62f1549582fd2 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -27,6 +27,7 @@
@@ -3868,7 +3868,7 @@ index 75374c64b8cc..62f1549582fd 100644
ret = snprintf(fname, sizeof(fname), "%s.mod.c", mod->name);
if (ret >= sizeof(fname)) {
diff --git a/scripts/tags.sh b/scripts/tags.sh
-index 41e38df96984..d35505058ebb 100755
+index 41e38df969840..d35505058ebb1 100755
--- a/scripts/tags.sh
+++ b/scripts/tags.sh
@@ -16,6 +16,8 @@ fi
@@ -3881,7 +3881,7 @@ index 41e38df96984..d35505058ebb 100755
# ignore arbitrary directories
if [ -n "${IGNORE_DIRS}" ]; then
diff --git a/security/integrity/platform_certs/load_uefi.c b/security/integrity/platform_certs/load_uefi.c
-index c0d6948446c3..bed56532e206 100644
+index c0d6948446c30..bed56532e206c 100644
--- a/security/integrity/platform_certs/load_uefi.c
+++ b/security/integrity/platform_certs/load_uefi.c
@@ -74,7 +74,8 @@ static __init void *get_cert_list(efi_char16_t *name, efi_guid_t *guid,
@@ -3905,7 +3905,7 @@ index c0d6948446c3..bed56532e206 100644
}
diff --git a/security/lockdown/Kconfig b/security/lockdown/Kconfig
-index e84ddf484010..d0501353a4b9 100644
+index e84ddf4840101..d0501353a4b95 100644
--- a/security/lockdown/Kconfig
+++ b/security/lockdown/Kconfig
@@ -16,6 +16,19 @@ config SECURITY_LOCKDOWN_LSM_EARLY
@@ -3929,7 +3929,7 @@ index e84ddf484010..d0501353a4b9 100644
prompt "Kernel default lockdown mode"
default LOCK_DOWN_KERNEL_FORCE_NONE
diff --git a/security/lockdown/lockdown.c b/security/lockdown/lockdown.c
-index 8d46886d2cca..14a9cdff942b 100644
+index 8d46886d2cca0..14a9cdff942b9 100644
--- a/security/lockdown/lockdown.c
+++ b/security/lockdown/lockdown.c
@@ -72,6 +72,17 @@ static int lockdown_is_locked_down(enum lockdown_reason what)
@@ -3952,7 +3952,7 @@ index 8d46886d2cca..14a9cdff942b 100644
};
diff --git a/tools/testing/selftests/bpf/DENYLIST.rhel b/tools/testing/selftests/bpf/DENYLIST.rhel
new file mode 100644
-index 000000000000..9424a83c6f48
+index 0000000000000..9424a83c6f489
--- /dev/null
+++ b/tools/testing/selftests/bpf/DENYLIST.rhel
@@ -0,0 +1,76 @@
@@ -4033,7 +4033,7 @@ index 000000000000..9424a83c6f48
+test_bpffs # needs CONFIG_BPF_PRELOAD
+tunnel # needs CONFIG_NET_FOU
diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile
-index b642ee489ea6..7e3204186a8b 100644
+index b642ee489ea64..7e3204186a8b4 100644
--- a/tools/testing/selftests/bpf/Makefile
+++ b/tools/testing/selftests/bpf/Makefile
@@ -532,7 +532,7 @@ LSKELS := fexit_sleep.c trace_printk.c trace_vprintk.c map_ptr_kern.c \
@@ -4046,7 +4046,7 @@ index b642ee489ea6..7e3204186a8b 100644
SKEL_BLACKLIST += $$(LSKELS) $$(LSKELS_SIGNED)
diff --git a/tools/testing/selftests/bpf/prog_tests/ksyms_btf.c b/tools/testing/selftests/bpf/prog_tests/ksyms_btf.c
-index 1d7a2f1e0731..b22f3a9cb8b8 100644
+index 1d7a2f1e07317..b22f3a9cb8b80 100644
--- a/tools/testing/selftests/bpf/prog_tests/ksyms_btf.c
+++ b/tools/testing/selftests/bpf/prog_tests/ksyms_btf.c
@@ -7,7 +7,6 @@
diff --git a/sources b/sources
index 74dfaae..e90c77e 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
SHA512 (linux-7.2-2576-gbd5f485f3f02.tar.xz) = 29a8cce1ab4c663d17df0db784e44cd15074a7de2ce76c49b54798ed22be5a0465ce098ecae2df444bc567450e7fffda09750b17e008a8fc84aa1213e1571b0d
-SHA512 (kernel-abi-stablelists-7.3.0.tar.xz) = 884ab55f5287dfc5d8595bb1ab8e30fac09d9ff7ebea636b65a2be8563b2776639c6ee58761694b0ea6405f00c01457f6836379d7070b3769b3daa4dc7f19f8c
-SHA512 (kernel-kabi-dw-7.3.0.tar.xz) = aed18028c8b942ee12a5ee0c846ccdd53dd412629a5788ae129300cf826f6f2183d5d4cc07708921aa0f525cfc18282fb065108a7debc52994d553b80d70bf67
+SHA512 (kernel-abi-stablelists-7.3.0.tar.xz) = cd83867c8e39d7656a923e0f9ddf54c94ad3d983af242797138723b25ba64a1dc4aca24c1b54f4663d157995ab566ef742d41dd87b19b051f057cecc23d58a87
+SHA512 (kernel-kabi-dw-7.3.0.tar.xz) = 44f8a7d1f501cee997fc7717d41597931f112ae442fcb3b71c97a025a40418250707ac1200738055625484627ea47ee0d95ea8420c735674eb11353015e49c76
next reply other threads:[~2026-08-19 18:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-19 18:05 Justin M. Forbes [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-08-19 16:04 [rpms/kernel] rawhide: kernel-7.3.0-0.rc0.260819gbd5f485f3f02.5 Justin M. Forbes
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=178716271401.1.6942628870695610458.rpms-kernel-ece969fb6680@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