public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Augusto Caringi <acaringi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/kernel] f43: kernel-7.2.8-100
Date: Fri, 25 Sep 2026 20:36:36 GMT [thread overview]
Message-ID: <179036859619.1.1253823479388371933.rpms-kernel-e5be7a188468@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/kernel
Branch : f43
Commit : e5be7a188468ed19ca24c744a3619d5a2754e0c5
Author : Augusto Caringi <acaringi@redhat.com>
Date : 2026-09-25T17:36:09-03:00
Stats : +22/-71 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/kernel/c/e5be7a188468ed19ca24c744a3619d5a2754e0c5?branch=f43
Log:
kernel-7.2.8-100
* Fri Sep 25 2026 Augusto Caringi <acaringi@redhat.com> [7.2.8-0]
- Linux v7.2.8
Resolves:
Signed-off-by: Augusto Caringi <acaringi@redhat.com>
---
diff --git a/Patchlist.changelog b/Patchlist.changelog
index 5afb33a..d03ea3c 100644
--- a/Patchlist.changelog
+++ b/Patchlist.changelog
@@ -1,5 +1,5 @@
-https://gitlab.com/cki-project/kernel-ark/-/commit/255c49eb3949b3295353f647eda8bdc2e998f240
- 255c49eb3949b3295353f647eda8bdc2e998f240 Revert af_alg_restrict sysctl for F43/44
+https://gitlab.com/cki-project/kernel-ark/-/commit/962642a695a8315800965c1fa5ba9acb8805f9c6
+ 962642a695a8315800965c1fa5ba9acb8805f9c6 Revert af_alg_restrict sysctl for F43/44
https://gitlab.com/cki-project/kernel-ark/-/commit/152641e14276a813a9983f45e4d5095c489e8a85
152641e14276a813a9983f45e4d5095c489e8a85 media: i2c: cvs: Add Lattice device quirk for VID:0x2ac1 PID:0x20d1
diff --git a/kernel.changelog b/kernel.changelog
index ac5e052..779e4ab 100644
--- a/kernel.changelog
+++ b/kernel.changelog
@@ -1,3 +1,7 @@
+* Fri Sep 25 2026 Augusto Caringi <acaringi@redhat.com> [7.2.8-0]
+- Linux v7.2.8
+Resolves:
+
* Mon Sep 21 2026 Justin M. Forbes <jforbes@fedoraproject.org> [7.2.7-0]
- platform/x86: int3472: Increase handshake GPIO delay to 200 ms (Hans de Goede)
- platform/x86: int3472: Clean up GPIO parsing (Sakari Ailus)
diff --git a/kernel.spec b/kernel.spec
index 96ee98f..e7c6fc0 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -192,18 +192,18 @@ Summary: The Linux kernel
# the --with-release option overrides this setting.)
%define debugbuildsenabled 1
# define buildid .local
-%define specrpmversion 7.2.7
-%define specversion 7.2.7
+%define specrpmversion 7.2.8
+%define specversion 7.2.8
%define patchversion 7.2
%define pkgrelease 100
%define kversion 7
-%define tarfile_release 7.2.7
+%define tarfile_release 7.2.8
# This is needed to do merge window version magic
%define patchlevel 2
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 100%{?buildid}%{?dist}
# This defines the kabi tarball version
-%define kabiversion 7.2.7
+%define kabiversion 7.2.8
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@@ -4964,9 +4964,12 @@ fi\
#
#
%changelog
-* Mon Sep 21 2026 Justin M. Forbes <jforbes@fedoraproject.org> [7.2.7-100]
+* Fri Sep 25 2026 Augusto Caringi <acaringi@redhat.com> [7.2.8-100]
- Revert af_alg_restrict sysctl for F43/44 (Justin M. Forbes)
+* Fri Sep 25 2026 Augusto Caringi <acaringi@redhat.com> [7.2.8-0]
+- Linux v7.2.8
+
* Mon Sep 21 2026 Justin M. Forbes <jforbes@fedoraproject.org> [7.2.7-0]
- platform/x86: int3472: Increase handshake GPIO delay to 200 ms (Hans de Goede)
- platform/x86: int3472: Clean up GPIO parsing (Sakari Ailus)
diff --git a/patch-7.2-redhat.patch b/patch-7.2-redhat.patch
index aa3078c..23b7b0f 100644
--- a/patch-7.2-redhat.patch
+++ b/patch-7.2-redhat.patch
@@ -25,7 +25,6 @@
drivers/firmware/efi/libstub/secureboot.c | 14 +-
drivers/firmware/efi/secureboot.c | 38 +
drivers/hwtracing/coresight/coresight-etm4x-core.c | 19 +
- drivers/input/misc/soc_button_array.c | 16 +-
drivers/iommu/iommu.c | 22 +
drivers/media/i2c/Kconfig | 10 +
drivers/media/i2c/Makefile | 1 +
@@ -53,7 +52,7 @@
tools/testing/selftests/bpf/DENYLIST.rhel | 76 ++
tools/testing/selftests/bpf/Makefile | 2 +-
tools/testing/selftests/bpf/prog_tests/ksyms_btf.c | 31 -
- 55 files changed, 1840 insertions(+), 172 deletions(-)
+ 54 files changed, 1828 insertions(+), 168 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 95cd976a068c..9717876c5e96 100644
@@ -73,7 +72,7 @@ index 95cd976a068c..9717876c5e96 100644
M: Maxim Levitsky <maximlevitsky@gmail.com>
M: Alex Dubov <oakad@yahoo.com>
diff --git a/Makefile b/Makefile
-index c28f11c617a4..19ab705fb38f 100644
+index ad1a1ffe789e..7b014908dafd 100644
--- a/Makefile
+++ b/Makefile
@@ -358,6 +358,17 @@ ifneq ($(filter install,$(MAKECMDGOALS)),)
@@ -523,7 +522,7 @@ index 99af95f33865..2d7e7ff78354 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)
@@ -1129,61 +1128,6 @@ index 2247ad55d444..5f9da88479e8 100644
amba_driver_unregister(&etm4x_amba_driver);
platform_driver_unregister(&etm4_platform_driver);
etm4_pm_clear();
-diff --git a/drivers/input/misc/soc_button_array.c b/drivers/input/misc/soc_button_array.c
-index b8cad415c62c..f08e29af531f 100644
---- a/drivers/input/misc/soc_button_array.c
-+++ b/drivers/input/misc/soc_button_array.c
-@@ -16,6 +16,7 @@
- #include <linux/gpio/consumer.h>
- #include <linux/gpio_keys.h>
- #include <linux/gpio.h>
-+#include <linux/platform_data/x86/soc.h>
- #include <linux/platform_device.h>
-
- static bool use_low_level_irq;
-@@ -160,7 +161,7 @@ soc_button_device_create(struct platform_device *pdev,
- struct gpio_keys_platform_data *gpio_keys_pdata;
- const struct dmi_system_id *dmi_id;
- int invalid_acpi_index = -1;
-- int error, gpio, irq;
-+ int error, gpio, irq = 0;
- int n_buttons = 0;
-
- for (info = button_info; info->name; info++)
-@@ -191,8 +192,9 @@ soc_button_device_create(struct platform_device *pdev,
- error = soc_button_lookup_gpio(&pdev->dev, info->acpi_index, &gpio, &irq);
- if (error || irq < 0) {
- /*
-- * Skip GPIO if not present. Note we deliberately
-- * ignore -EPROBE_DEFER errors here. On some devices
-+ * Propagate -EPROBE_DEFER, skip button on other errors.
-+ *
-+ * -EPROBE_DEFER is ignored on Bay & Cherry Trail. Here
- * Intel is using so called virtual GPIOs which are not
- * GPIOs at all but some way for AML code to check some
- * random status bits without need a custom opregion.
-@@ -201,6 +203,12 @@ soc_button_device_create(struct platform_device *pdev,
- * we do not have a driver for these so they will never
- * show up, therefore we ignore -EPROBE_DEFER.
- */
-+ if ((error == -EPROBE_DEFER || irq == -EPROBE_DEFER) &&
-+ !(soc_intel_is_byt() || soc_intel_is_cht())) {
-+ error = -EPROBE_DEFER;
-+ goto err_free_mem;
-+ }
-+
- continue;
- }
-
-@@ -369,7 +377,7 @@ static struct soc_button_info *soc_button_get_button_info(struct device *dev)
- }
- }
-
-- if (!btns_desc) {
-+ if (!btns_desc || !btns_desc->package.count) {
- dev_err(dev, "ACPI Button Descriptors not found\n");
- button_info = ERR_PTR(-ENODEV);
- goto out;
diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c
index 23a531595835..2f8952a08112 100644
--- a/drivers/iommu/iommu.c
@@ -2737,10 +2681,10 @@ index 115bb37577a1..749e2e323583 100644
int int3472_discrete_parse_crs(struct int3472_discrete_device *int3472)
diff --git a/drivers/soundwire/dmi-quirks.c b/drivers/soundwire/dmi-quirks.c
-index 32a46a2d90f7..8f74b0dd2c2a 100644
+index ff00c4b2578e..ad8853481835 100644
--- a/drivers/soundwire/dmi-quirks.c
+++ b/drivers/soundwire/dmi-quirks.c
-@@ -192,6 +192,13 @@ static const struct dmi_system_id adr_remap_quirk_table[] = {
+@@ -199,6 +199,13 @@ static const struct dmi_system_id adr_remap_quirk_table[] = {
},
.driver_data = (void *)ghost_realtek,
},
diff --git a/sources b/sources
index dfbd176..4294e9b 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (linux-7.2.7.tar.xz) = 3f5d64ae84bb0e26dac874ba85ce2c8fd0502d121a58a40ee6e9881b9a240658a3bdfc460df8a61c8852df11bffc31936f799fb177a928fb088a18c19b23e406
-SHA512 (kernel-abi-stablelists-7.2.7.tar.xz) = ff56170edb3025b9830d9b6965acfe36d2d9de8793869dcf4264d2f749e91a9f5fcee6141ff545a24c2b4f9bd7ede94d24f061618ec852faf8e894de3a8d5666
-SHA512 (kernel-kabi-dw-7.2.7.tar.xz) = 2a669530b6b53496ac2e0bde06139e0172f32fa3aeafc210670293e0165b2e5901c1b31ce365dd69ce744ae99594ae5c0927775943ab46d04cc29d68906bb944
+SHA512 (linux-7.2.8.tar.xz) = 2129bde216b3e3c2e89729a92a6a4a38ca0c016dbabc571d7216a17e6244754e4b4ce4fcfaf256d632099ef225cf654579e8916ef3057c1924fe9053cd350a89
+SHA512 (kernel-abi-stablelists-7.2.8.tar.xz) = 26708797192f25fb9165b7b804ab0f6702c1dd09f7ee259fe328257a7f1de89bbf9070c4516859494faa6c4600d303804dc6e7f36ba0f502f086beb6d92fee6d
+SHA512 (kernel-kabi-dw-7.2.8.tar.xz) = c523d6b6293f75b8099bc762180b803a6f626664ab71d1137095b1cf710edcc63507bc893e418402cefa989e8890e00b1fb6d292ba0b03948106800075e4d052
reply other threads:[~2026-09-25 20:36 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=179036859619.1.1253823479388371933.rpms-kernel-e5be7a188468@fedoraproject.org \
--to=acaringi@redhat.com \
--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