kernel-rt-4.18.0-553.89.1.rt7.430.el8_10
* Mon Dec 01 2025 Alexandra Hájková <ahajkova@redhat.com> [4.18.0-553.89.1.rt7.430.el8_10]
- mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->cached (Radostin Stoyanov) [RHEL-122774]
- mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required() (Radostin Stoyanov) [RHEL-122774] {CVE-2023-53401}
- mm/memcg: revert ("mm/memcg: optimize user context object stock access") (Radostin Stoyanov) [RHEL-122774] {CVE-2023-53401}
- gfs2: Add proper lockspace locking (Andreas Gruenbacher) [RHEL-88660]
- gfs2: do_xmote cleanup (Andreas Gruenbacher) [RHEL-88660]
Resolves: RHEL-122774, RHEL-88660
Signed-off-by: Alexandra Hájková <ahajkova@redhat.com>
This commit is contained in:
parent
6e76adc3a5
commit
6f504f6fe8
13
kernel.spec
13
kernel.spec
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.88.1.rt7.429.el8_10
|
||||
%define pkgrelease 553.89.1.rt7.430.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.88.1.rt7.429%{?dist}
|
||||
%define specrelease 553.89.1.rt7.430%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .429
|
||||
%global rtbuild .430
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2708,6 +2708,13 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon Dec 01 2025 Alexandra Hájková <ahajkova@redhat.com> [4.18.0-553.89.1.rt7.430.el8_10]
|
||||
- mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->cached (Radostin Stoyanov) [RHEL-122774]
|
||||
- mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required() (Radostin Stoyanov) [RHEL-122774] {CVE-2023-53401}
|
||||
- mm/memcg: revert ("mm/memcg: optimize user context object stock access") (Radostin Stoyanov) [RHEL-122774] {CVE-2023-53401}
|
||||
- gfs2: Add proper lockspace locking (Andreas Gruenbacher) [RHEL-88660]
|
||||
- gfs2: do_xmote cleanup (Andreas Gruenbacher) [RHEL-88660]
|
||||
|
||||
* Thu Nov 27 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.88.1.rt7.429.el8_10]
|
||||
- scsi: s390: zfcp: Ensure synchronous unit_add (Mete Durlu) [RHEL-129199]
|
||||
- RDMA/rxe: Fix incomplete state save in rxe_requester (Kamal Heib) [RHEL-124700] {CVE-2023-53539}
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-553.88.1.rt7.429.el8_10.tar.xz) = 81d6b82e22b0a2af651930c0c44a390382154f1dcb609577ea0f825283338f08edaddaeaff166462071ac8cf57d85199958c6199e22365c9f175508bf86b2973
|
||||
SHA512 (linux-4.18.0-553.89.1.rt7.430.el8_10.tar.xz) = 8b83451a8dab744a6348765a7d5cb5e6065e7a4ba94b8d31b0508e87de819a9b5bf2db665242c4e0093b5c8285cf2aac5d4eb051f33f97d6681ffb1f2df71e41
|
||||
|
||||
Loading…
Reference in New Issue
Block a user