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] f45: kernel-7.2.8-300
Date: Fri, 25 Sep 2026 20:47:37 GMT [thread overview]
Message-ID: <179036925744.1.18340816092952141437.rpms-kernel-d405ff1496c8@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/kernel
Branch : f45
Commit : d405ff1496c8d4315cba255d8641d88402ec32a1
Author : Augusto Caringi <acaringi@redhat.com>
Date : 2026-09-25T17:47:12-03:00
Stats : +19/-68 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/kernel/c/d405ff1496c8d4315cba255d8641d88402ec32a1?branch=f45
Log:
kernel-7.2.8-300
* 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/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 b1ad84f..9362bc5 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 300
%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 300%{?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,6 +4964,9 @@ fi\
#
#
%changelog
+* 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 136b10e..f230e1b 100644
--- a/patch-7.2-redhat.patch
+++ b/patch-7.2-redhat.patch
@@ -32,7 +32,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 +
@@ -61,7 +60,7 @@
tools/testing/selftests/bpf/DENYLIST.rhel | 76 ++
tools/testing/selftests/bpf/Makefile | 2 +-
tools/testing/selftests/bpf/prog_tests/ksyms_btf.c | 31 -
- 63 files changed, 2052 insertions(+), 198 deletions(-)
+ 62 files changed, 2040 insertions(+), 194 deletions(-)
diff --git a/Documentation/admin-guide/sysctl/crypto.rst b/Documentation/admin-guide/sysctl/crypto.rst
index b707bd314a64..9a1bd53287f4 100644
@@ -156,7 +155,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)),)
@@ -885,7 +884,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)
@@ -1491,61 +1490,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
@@ -3099,10 +3043,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 649b85b..126c11a 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) = 34f23b9c4ae99dc896f1618e0151a2521a30358025b8b48e0bf59bb96bcfe9d5d51297a6a72d0b934331fcf25a4f3691d1cdd0c18941c2b59ce4e6ce17e31770
-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) = 9b7448d0a0acb81602e9924229908e9acbd208c3f28b7a7de9bf3b391382f5069a7ecb403b43f214c34802cbb63cf1a75aa85f67293a5a8b2e035711cd9045ce
+SHA512 (kernel-kabi-dw-7.2.8.tar.xz) = c523d6b6293f75b8099bc762180b803a6f626664ab71d1137095b1cf710edcc63507bc893e418402cefa989e8890e00b1fb6d292ba0b03948106800075e4d052
reply other threads:[~2026-09-25 20:47 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=179036925744.1.18340816092952141437.rpms-kernel-d405ff1496c8@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