forked from rpms/kernel
import CS git kernel-4.18.0-553.115.1.el8_10
This commit is contained in:
parent
f48d44c9e9
commit
6b059f7a37
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,7 +2,7 @@ SOURCES/centossecureboot201.cer
|
||||
SOURCES/centossecurebootca2.cer
|
||||
SOURCES/kernel-abi-stablelists-4.18.0-553.tar.bz2
|
||||
SOURCES/kernel-kabi-dw-4.18.0-553.tar.bz2
|
||||
SOURCES/linux-4.18.0-553.112.1.el8_10.tar.xz
|
||||
SOURCES/linux-4.18.0-553.115.1.el8_10.tar.xz
|
||||
SOURCES/redhatsecureboot302.cer
|
||||
SOURCES/redhatsecureboot303.cer
|
||||
SOURCES/redhatsecureboot501.cer
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
2ba40bf9138b48311e5aa1b737b7f0a8ad66066f SOURCES/centossecureboot201.cer
|
||||
bfdb3d7cffc43f579655af5155d50c08671d95e5 SOURCES/centossecurebootca2.cer
|
||||
370864aa3da290d7714a8f25c1c4ce6765b816a7 SOURCES/kernel-abi-stablelists-4.18.0-553.tar.bz2
|
||||
83a97ce44b21759053277d21d9d7cdb8b22aca3f SOURCES/kernel-kabi-dw-4.18.0-553.tar.bz2
|
||||
8a02b1d6becbe6aaca330a53444779977e2a9b5b SOURCES/linux-4.18.0-553.112.1.el8_10.tar.xz
|
||||
3a7753bd9eb85fc857fb3a273c22d028ad150c7a SOURCES/kernel-abi-stablelists-4.18.0-553.tar.bz2
|
||||
6738c144ce107a2e5dc463a1e1d2a7270f9557e1 SOURCES/kernel-kabi-dw-4.18.0-553.tar.bz2
|
||||
a1aa757d2cb37b87b612c407fb5a5c83a7e463bc SOURCES/linux-4.18.0-553.115.1.el8_10.tar.xz
|
||||
13e5cd3f856b472fde80a4deb75f4c18dfb5b255 SOURCES/redhatsecureboot302.cer
|
||||
e89890ca0ded2f9058651cc5fa838b78db2e6cc2 SOURCES/redhatsecureboot303.cer
|
||||
ba0b760e594ff668ee72ae348adf3e49b97f75fb SOURCES/redhatsecureboot501.cer
|
||||
|
||||
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.112.1.el8_10
|
||||
%define pkgrelease 553.115.1.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.112.1%{?dist}
|
||||
%define specrelease 553.115.1%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -2705,6 +2705,49 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon Mar 23 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.115.1.el8_10]
|
||||
- x86/microcode/AMD: Revert "Backport AMD microcode commits for better microcode loading support" (Waiman Long) [RHEL-155860]
|
||||
- net/sched: cls_u32: use skb_header_pointer_careful() (Paolo Abeni) [RHEL-150398] {CVE-2026-23204}
|
||||
- net: add skb_header_pointer_careful() helper (Paolo Abeni) [RHEL-150398]
|
||||
- tcp: fix forever orphan socket caused by tcp_abort (Paolo Abeni) [RHEL-146187]
|
||||
- xfs: fix minimum agno handling for xfs alloc modes in RHEL8 (Brian Foster) [RHEL-102464]
|
||||
- xfs: fix uninitialized use of flags variable in xfs_alloc_vextent() (Brian Foster) [RHEL-102464]
|
||||
- ipv4/tcp: do not use per netns ctl sockets (Davide Caratti) [RHEL-82523]
|
||||
- tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X) (Davide Caratti) [RHEL-82523]
|
||||
- macvlan: observe an RCU grace period in macvlan_common_newlink() error path (Hangbin Liu) [RHEL-150221]
|
||||
- macvlan: fix error recovery in macvlan_common_newlink() (CKI Backport Bot) [RHEL-150221] {CVE-2026-23209}
|
||||
- x86/uprobes: Fix XOL allocation failure for 32-bit tasks (Oleg Nesterov) [RHEL-96016]
|
||||
|
||||
* Wed Mar 18 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.114.1.el8_10]
|
||||
- s390/kexec: Emit an error message when cmdline is too long (Mete Durlu) [RHEL-144946]
|
||||
- s390/boot: Fix kernel size in bootparm area (Mete Durlu) [RHEL-144946]
|
||||
- redhat: genlog: add new JIRA cloud server hostname (Jan Stancek)
|
||||
- mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_gather (Rafael Aquini) [RHEL-137123]
|
||||
- gfs2: Fix data loss during inode evict (Andreas Gruenbacher) [RHEL-151614]
|
||||
- gfs2: minor evict_[un]linked_inode cleanup (Andreas Gruenbacher) [RHEL-151614]
|
||||
- gfs2: Remove useless transaction in evict_linked_inode (Andreas Gruenbacher) [RHEL-151614]
|
||||
- gfs2: Remove unnecessary check in gfs2_evict_inode (Andreas Gruenbacher) [RHEL-151614]
|
||||
- gfs2: Call unlock_new_inode before d_instantiate (Andreas Gruenbacher) [RHEL-151614]
|
||||
- gfs2: Don't remember delete unless it's successful (Andreas Gruenbacher) [RHEL-151614]
|
||||
- gfs2: Remove redundant check for GLF_INSTANTIATE_NEEDED (Andreas Gruenbacher) [RHEL-151614]
|
||||
- gfs2: fiemap page fault fix (Andreas Gruenbacher) [RHEL-151614]
|
||||
- gfs2: Don't get stuck writing page onto itself under direct I/O (Andreas Gruenbacher) [RHEL-151614]
|
||||
- net: atm: fix /proc/net/atm/lec handling (Hangbin Liu) [RHEL-146419] {CVE-2025-38180}
|
||||
- net: atm: add lec_mutex (Hangbin Liu) [RHEL-146419] {CVE-2025-38323}
|
||||
|
||||
* Wed Mar 11 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.113.1.el8_10]
|
||||
- scsi: st: Skip buffer flush for information ioctls (John Meneghini) [RHEL-136288]
|
||||
- scsi: st: Separate st-unique ioctl handling from SCSI common ioctl handling (John Meneghini) [RHEL-136288]
|
||||
- scsi: core: Fix the unit attention counter implementation (John Meneghini) [RHEL-136288]
|
||||
- scsi: st: Tighten the page format heuristics with MODE SELECT (John Meneghini) [RHEL-136288]
|
||||
- scsi: st: ERASE does not change tape location (John Meneghini) [RHEL-136288]
|
||||
- scsi: st: Fix array overflow in st_setup() (John Meneghini) [RHEL-136288]
|
||||
- scsi: st: Add sysfs file position_lost_in_reset (John Meneghini) [RHEL-136288]
|
||||
- scsi: st: Modify st.c to use the new scsi_error counters (John Meneghini) [RHEL-136288]
|
||||
- scsi: core: Add counters for New Media and Power On/Reset UNIT ATTENTIONs (John Meneghini) [RHEL-136288]
|
||||
- scsi: st: Restore some drive settings after reset (John Meneghini) [RHEL-136288]
|
||||
- scsi: st: Fix input/output error on empty drive reset (John Meneghini) [RHEL-136288]
|
||||
|
||||
* Thu Mar 05 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.112.1.el8_10]
|
||||
- smb: client: handle lack of IPC in dfs_cache_refresh() (Paulo Alcantara) [RHEL-138235]
|
||||
- smb: client: allow parsing zero-length AV pairs (Paulo Alcantara) [RHEL-138235]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user