kernel-6.15.5-100
* Sun Jul 06 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.15.5-0] - io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well (Jens Axboe) - Linux v6.15.5 Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
a60d9599fc
commit
fa544757b8
@ -1,3 +1,6 @@
|
|||||||
|
https://gitlab.com/cki-project/kernel-ark/-/commit/232170214b6517d57aa403732d63425d1073e6ba
|
||||||
|
232170214b6517d57aa403732d63425d1073e6ba io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well
|
||||||
|
|
||||||
https://gitlab.com/cki-project/kernel-ark/-/commit/234ddcee89f2497d498147dc73aee776c9c205bd
|
https://gitlab.com/cki-project/kernel-ark/-/commit/234ddcee89f2497d498147dc73aee776c9c205bd
|
||||||
234ddcee89f2497d498147dc73aee776c9c205bd ACPICA: Refuse to evaluate a method if arguments are missing
|
234ddcee89f2497d498147dc73aee776c9c205bd ACPICA: Refuse to evaluate a method if arguments are missing
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,8 @@
|
|||||||
|
* Sun Jul 06 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.15.5-0]
|
||||||
|
- io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well (Jens Axboe)
|
||||||
|
- Linux v6.15.5
|
||||||
|
Resolves:
|
||||||
|
|
||||||
* Fri Jun 27 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.15.4-0]
|
* Fri Jun 27 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.15.4-0]
|
||||||
- redhat: Restore the status quo wrt memory onlining (Vitaly Kuznetsov) [2375049]
|
- redhat: Restore the status quo wrt memory onlining (Vitaly Kuznetsov) [2375049]
|
||||||
- Linux v6.15.4
|
- Linux v6.15.4
|
||||||
|
|||||||
12
kernel.spec
12
kernel.spec
@ -159,18 +159,18 @@ Summary: The Linux kernel
|
|||||||
# the --with-release option overrides this setting.)
|
# the --with-release option overrides this setting.)
|
||||||
%define debugbuildsenabled 1
|
%define debugbuildsenabled 1
|
||||||
# define buildid .local
|
# define buildid .local
|
||||||
%define specrpmversion 6.15.4
|
%define specrpmversion 6.15.5
|
||||||
%define specversion 6.15.4
|
%define specversion 6.15.5
|
||||||
%define patchversion 6.15
|
%define patchversion 6.15
|
||||||
%define pkgrelease 100
|
%define pkgrelease 100
|
||||||
%define kversion 6
|
%define kversion 6
|
||||||
%define tarfile_release 6.15.4
|
%define tarfile_release 6.15.5
|
||||||
# This is needed to do merge window version magic
|
# This is needed to do merge window version magic
|
||||||
%define patchlevel 15
|
%define patchlevel 15
|
||||||
# This allows pkg_release to have configurable %%{?dist} tag
|
# This allows pkg_release to have configurable %%{?dist} tag
|
||||||
%define specrelease 100%{?buildid}%{?dist}
|
%define specrelease 100%{?buildid}%{?dist}
|
||||||
# This defines the kabi tarball version
|
# This defines the kabi tarball version
|
||||||
%define kabiversion 6.15.4
|
%define kabiversion 6.15.5
|
||||||
|
|
||||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||||
# fatal kernel package build error
|
# fatal kernel package build error
|
||||||
@ -4261,6 +4261,10 @@ fi\
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 06 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.15.5-0]
|
||||||
|
- io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well (Jens Axboe)
|
||||||
|
- Linux v6.15.5
|
||||||
|
|
||||||
* Fri Jun 27 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.15.4-0]
|
* Fri Jun 27 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.15.4-0]
|
||||||
- redhat: Restore the status quo wrt memory onlining (Vitaly Kuznetsov) [2375049]
|
- redhat: Restore the status quo wrt memory onlining (Vitaly Kuznetsov) [2375049]
|
||||||
- Linux v6.15.4
|
- Linux v6.15.4
|
||||||
|
|||||||
@ -90,7 +90,7 @@ index dd844ac8d910..dab2b4892122 100644
|
|||||||
M: Jimmy Su <jimmy.su@intel.com>
|
M: Jimmy Su <jimmy.su@intel.com>
|
||||||
L: linux-media@vger.kernel.org
|
L: linux-media@vger.kernel.org
|
||||||
diff --git a/Makefile b/Makefile
|
diff --git a/Makefile b/Makefile
|
||||||
index c1bde4eef2bf..ae5f5a705142 100644
|
index 66b61bf90388..89ce8e015c7b 100644
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -22,6 +22,18 @@ $(if $(filter __%, $(MAKECMDGOALS)), \
|
@@ -22,6 +22,18 @@ $(if $(filter __%, $(MAKECMDGOALS)), \
|
||||||
|
|||||||
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (linux-6.15.4.tar.xz) = f00b1c7caf0699ea927a75925bd776808852c6ae4a2e49d438b9c88100581c52419b153dee97a06206aff17083b6d01fb069b489e33e9f6a0c90affabb89f2cc
|
SHA512 (linux-6.15.5.tar.xz) = ffa4636a1d74620ece8dad87a909696673cdf070d8a4ec29e10399698a1fdf98209d8a8a8745cecf7197082d5cf02b3cacdbc65322fd98c9798cbb9ef504e2ab
|
||||||
SHA512 (kernel-abi-stablelists-6.15.4.tar.xz) = 893686886f2257eff1561e38266f9ce7dbc22efb87708363374704a4b2af8b9317ef46dd7e032e6066f2539f0d2889fdcc5e1a202b9c3a64649b638d14244ff7
|
SHA512 (kernel-abi-stablelists-6.15.5.tar.xz) = c81c40182daf2e2809419d2bf5a7a8c4ee277ecb4a8bcfbb74617f8eef6eed500aab2db5049249bd6eb6eaaf6ab9ad5751ab046e918312af478e2cebf389ffdd
|
||||||
SHA512 (kernel-kabi-dw-6.15.4.tar.xz) = a93f303447fc24d9a798edc44b3374157a03ea0a25677540c183cfedae01e8de568927e49e653d1ad1dca491997f54ef1ff0483721b5f22f733fb5409faf2bb8
|
SHA512 (kernel-kabi-dw-6.15.5.tar.xz) = 0fbee67a20b67186d7505b31e28fe8c10aaa7c6132bbc8b113dcf11dbcd5e3d891ebbb06bb3300322652e954a3198104c3426d8be80a8775a97af2801507cd82
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user