kernel-6.15.8-100
* Thu Jul 24 2025 Augusto Caringi <acaringi@redhat.com> [6.15.8-0] - Linux v6.15.8 Resolves: Signed-off-by: Augusto Caringi <acaringi@redhat.com>
This commit is contained in:
parent
2e5b050e40
commit
601863c658
@ -1,3 +1,7 @@
|
||||
* Thu Jul 24 2025 Augusto Caringi <acaringi@redhat.com> [6.15.8-0]
|
||||
- Linux v6.15.8
|
||||
Resolves:
|
||||
|
||||
* Thu Jul 17 2025 Augusto Caringi <acaringi@redhat.com> [6.15.7-0]
|
||||
- Linux v6.15.7
|
||||
Resolves:
|
||||
|
11
kernel.spec
11
kernel.spec
@ -159,18 +159,18 @@ Summary: The Linux kernel
|
||||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 1
|
||||
# define buildid .local
|
||||
%define specrpmversion 6.15.7
|
||||
%define specversion 6.15.7
|
||||
%define specrpmversion 6.15.8
|
||||
%define specversion 6.15.8
|
||||
%define patchversion 6.15
|
||||
%define pkgrelease 100
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.15.7
|
||||
%define tarfile_release 6.15.8
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 15
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 100%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.15.7
|
||||
%define kabiversion 6.15.8
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
@ -4261,6 +4261,9 @@ fi\
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Jul 24 2025 Augusto Caringi <acaringi@redhat.com> [6.15.8-0]
|
||||
- Linux v6.15.8
|
||||
|
||||
* Thu Jul 17 2025 Augusto Caringi <acaringi@redhat.com> [6.15.7-0]
|
||||
- Linux v6.15.7
|
||||
|
||||
|
@ -88,7 +88,7 @@ index dd844ac8d910..dab2b4892122 100644
|
||||
M: Jimmy Su <jimmy.su@intel.com>
|
||||
L: linux-media@vger.kernel.org
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 29a19c24428d..81f2e34425d2 100644
|
||||
index 8e2d03723368..631695c2ad45 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -22,6 +22,18 @@ $(if $(filter __%, $(MAKECMDGOALS)), \
|
||||
@ -4072,10 +4072,10 @@ index 89d5c4b17bc4..8cc874715933 100644
|
||||
if (err)
|
||||
goto err_out_driver;
|
||||
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
|
||||
index f71b807d71a7..ee8abbe5a43a 100644
|
||||
index 1e0be266e9b2..d5ff94117e0b 100644
|
||||
--- a/drivers/usb/core/hub.c
|
||||
+++ b/drivers/usb/core/hub.c
|
||||
@@ -5857,6 +5857,13 @@ static void hub_event(struct work_struct *work)
|
||||
@@ -5889,6 +5889,13 @@ static void hub_event(struct work_struct *work)
|
||||
(u16) hub->change_bits[0],
|
||||
(u16) hub->event_bits[0]);
|
||||
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-6.15.7.tar.xz) = 079a10a4f43a90c69efa365dfe188cf3dba241ddef47c75f557d02cdea478756840a2b33d774c62c479824af9863258c0b7dc04c6ea0460ddaf95168756a9acc
|
||||
SHA512 (kernel-abi-stablelists-6.15.7.tar.xz) = b2b7e3ffda58827c7c8480c3c7c88e18f864fec79cae6d95fe91a9dd55a04c33fb1f179f43268d8f3937d796e5f035701e0b91d80eb1ba626ca81784466cbeca
|
||||
SHA512 (kernel-kabi-dw-6.15.7.tar.xz) = 3d075ec0e5903583de65fc5ae0ce349a73faa60ff29acb0a960864a9eda6f96628c1514e70f6c888bb50818124ba23c053334edb866fefe292c9841853c974a3
|
||||
SHA512 (linux-6.15.8.tar.xz) = dd53dd5277afb27b0edba203e42db4d8c67af288d4b2aaaec063f302dbe3988f4eaba5868b271507e51e9ae03fd0c8836f21a6b292da9bf4ae7c83e056e74006
|
||||
SHA512 (kernel-abi-stablelists-6.15.8.tar.xz) = 6fb8ddff407930b2f341d9763ebdb9cbf20755ba881166c15718d230b212594de5737ae69935d2a4ca0dfdc59f8d2469722baff9cafe8be18e18a27e12100f18
|
||||
SHA512 (kernel-kabi-dw-6.15.8.tar.xz) = ebfbd20e0dcbce8e7773ae9faa90c966e74375a0db83cf9c0fc77d6f0110fcc3fc71723d330fac43115681d930ea2649c1107cdb7bac3cf17ad0098e66ea60f0
|
||||
|
Loading…
Reference in New Issue
Block a user