kernel-4.18.0-553.107.1.el8_10
* Tue Feb 17 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.107.1.el8_10]
- autofs: use wake_up() instead of wake_up_interruptible(() (Ian Kent) [RHEL-143685]
- autofs: fix memory leak of waitqueues in autofs_catatonic_mode (Ian Kent) [RHEL-143685] {CVE-2023-54134}
- i40e: validate ring_len parameter against hardware-specific values (CKI Backport Bot) [RHEL-141709]
- xfs: set max_agbno to allow sparse alloc of last full inode chunk (Brian Foster) [RHEL-136693]
- audit: merge loops in __audit_inode_child() (Ricardo Robaina) [RHEL-140442]
Resolves: RHEL-136693, RHEL-140442, RHEL-141709, RHEL-143685
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
parent
04304be568
commit
3049ba7b81
11
kernel.spec
11
kernel.spec
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.106.1.el8_10
|
||||
%define pkgrelease 553.107.1.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.106.1%{?dist}
|
||||
%define specrelease 553.107.1%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -2705,6 +2705,13 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Tue Feb 17 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.107.1.el8_10]
|
||||
- autofs: use wake_up() instead of wake_up_interruptible(() (Ian Kent) [RHEL-143685]
|
||||
- autofs: fix memory leak of waitqueues in autofs_catatonic_mode (Ian Kent) [RHEL-143685] {CVE-2023-54134}
|
||||
- i40e: validate ring_len parameter against hardware-specific values (CKI Backport Bot) [RHEL-141709]
|
||||
- xfs: set max_agbno to allow sparse alloc of last full inode chunk (Brian Foster) [RHEL-136693]
|
||||
- audit: merge loops in __audit_inode_child() (Ricardo Robaina) [RHEL-140442]
|
||||
|
||||
* Tue Feb 17 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.106.1.el8_10]
|
||||
- bridge: mcast: Fix use-after-free during router port configuration (Mohammad Heib) [RHEL-138422] {CVE-2025-38248}
|
||||
- net/sched: Enforce that teql can only be used as root qdisc (CKI Backport Bot) [RHEL-146992] {CVE-2026-23074}
|
||||
|
||||
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-4.18.0-553.106.1.el8_10.tar.xz) = b0e94b0f489108faa4dda243845c5b142f74148bd8922a9ac031297181dee30af1511c44d367ca646126e7ced352ed18f03c7d7e6e9c2014b2ec3d5da22ad257
|
||||
SHA512 (kernel-abi-stablelists-4.18.0-553.tar.bz2) = 796f3429b49a9dcb3846d28bc55ee2e2fbbb95fbab372ca163d4e7fbdb98dbba54b1e833cb19e9e2a320e000a0499e2df309f29dcd562a3829b9410c40f0fb69
|
||||
SHA512 (kernel-kabi-dw-4.18.0-553.tar.bz2) = 7119a15e34561419d0ead254d904f99da0aa9a76732858b3b11bc161a4853ffd93a1f64e183ba4864fe5a758259c7fde1b865812e1911df52f91860b4a022520
|
||||
SHA512 (linux-4.18.0-553.107.1.el8_10.tar.xz) = ee552ebfa58c3f4f2752f66ee9471e1a6aa144a590c9e9445dee7c78b37b903a22cb414eed199a7a6b48c05abba24f2bf317f0e69a14914a7eef026dc1a17e02
|
||||
SHA512 (kernel-abi-stablelists-4.18.0-553.tar.bz2) = e00c3913abc6218da74a05c62ecbf85716b62f2c2bbbbfebc1ee3444bd1d46609a67d5a1838dd5054da8ff237a0d0d6acf8b61f06334f9544a004e64c39a5790
|
||||
SHA512 (kernel-kabi-dw-4.18.0-553.tar.bz2) = b6a0c4cb390a374798e00b6d5214169ee00e237a72c92e756f65f5b22c006d03cc887237106d4fbffa2ed580e2eef81f04239fbd737f63e756aba63d40dad448
|
||||
|
||||
Loading…
Reference in New Issue
Block a user