From 4b4d5a7eb57a53c86e322e02f12ee4eefb7edd41 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 10 Jul 2025 06:32:44 +0000 Subject: [PATCH] Import from CS git --- .gitignore | 2 +- .kernel-rt.metadata | 2 +- SPECS/kernel.spec | 29 ++++++++++++++++++++++++++--- 3 files changed, 28 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 13c2f7b..947e2b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ SOURCES/centossecureboot201.cer SOURCES/centossecurebootca2.cer -SOURCES/linux-4.18.0-553.58.1.rt7.399.el8_10.tar.xz +SOURCES/linux-4.18.0-553.60.1.rt7.401.el8_10.tar.xz SOURCES/redhatsecureboot302.cer SOURCES/redhatsecureboot303.cer SOURCES/redhatsecureboot501.cer diff --git a/.kernel-rt.metadata b/.kernel-rt.metadata index 6388832..fb37748 100644 --- a/.kernel-rt.metadata +++ b/.kernel-rt.metadata @@ -1,6 +1,6 @@ 2ba40bf9138b48311e5aa1b737b7f0a8ad66066f SOURCES/centossecureboot201.cer bfdb3d7cffc43f579655af5155d50c08671d95e5 SOURCES/centossecurebootca2.cer -2710f71103eed27824125b6ae978b296d563a65f SOURCES/linux-4.18.0-553.58.1.rt7.399.el8_10.tar.xz +389ab76373aefb4e72b62b5a147674172bcdd76e SOURCES/linux-4.18.0-553.60.1.rt7.401.el8_10.tar.xz 13e5cd3f856b472fde80a4deb75f4c18dfb5b255 SOURCES/redhatsecureboot302.cer e89890ca0ded2f9058651cc5fa838b78db2e6cc2 SOURCES/redhatsecureboot303.cer ba0b760e594ff668ee72ae348adf3e49b97f75fb SOURCES/redhatsecureboot501.cer diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 795a511..63cd5f8 100644 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -38,10 +38,10 @@ # define buildid .local %define specversion 4.18.0 -%define pkgrelease 553.58.1.rt7.399.el8_10 +%define pkgrelease 553.60.1.rt7.401.el8_10 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 553.58.1.rt7.399%{?dist} +%define specrelease 553.60.1.rt7.401%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -148,7 +148,7 @@ # The preempt RT patch level %global rttag .rt7 # realtimeN -%global rtbuild .399 +%global rtbuild .401 %define with_doc 0 %define with_headers 0 %define with_cross_headers 0 @@ -2699,6 +2699,29 @@ fi # # %changelog +* Thu Jun 26 2025 Denys Vlasenko [4.18.0-553.60.1.rt7.401.el8_10] +- [rt] build kernel-rt-4.18.0-553.60.1.rt7.401.el8_10 +- xfs: don't allocate COW extents when unsharing a hole (Brian Foster) [RHEL-83037] +- xfs: don't allocate into the data fork for an unshare request (Brian Foster) [RHEL-83037] +- s390/ism: add release function for struct device (Mete Durlu) [RHEL-97192] +- udf: Fix a slab-out-of-bounds write bug in udf_find_entry() (CKI Backport Bot) [RHEL-99113] {CVE-2022-49846} + +* Thu Jun 19 2025 Denys Vlasenko [4.18.0-553.59.1.rt7.400.el8_10] +- [rt] build kernel-rt-4.18.0-553.59.1.rt7.400.el8_10 +- SUNRPC: Fix Oops in xs_tcp_send_request() when transport is disconnected (Olga Kornievskaia) [RHEL-83291] +- SUNRPC: Set TCP_CORK until the transmit queue is empty (Olga Kornievskaia) [RHEL-83291] +- tcp: add tcp_sock_set_cork (Olga Kornievskaia) [RHEL-83291] +- xfs: xfs_ail_push_all_sync() stalls when racing with updates (Brian Foster) [RHEL-88132] +- Bluetooth: Fix use after free in hci_send_acl (CKI Backport Bot) [RHEL-90428] {CVE-2022-49111} +- Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID (David Marlin) [RHEL-90468] {CVE-2022-49136} +- Bluetooth: hci_sync: add lock to protect HCI_UNREGISTER (David Marlin) [RHEL-90468] {CVE-2022-49136} +- Bluetooth: hci_sync: Only allow hci_cmd_sync_queue if running (David Marlin) [RHEL-90468] {CVE-2022-49136} +- Bluetooth: Cancel sync command before suspend and power off (David Marlin) [RHEL-90468] {CVE-2022-49136} +- Bluetooth: hci_sync: Fix queuing commands when HCI_UNREGISTER is set (CKI Backport Bot) [RHEL-90468] {CVE-2022-49136} +- fix backport of "filelock: Remove locks reliably when fcntl/close race is detected" (Scott Mayhew) [RHEL-89709] +- NFSv4: Allow FREE_STATEID to clean up delegations (Benjamin Coddington) [RHEL-86932] +- NFSv4.1: constify the stateid argument in nfs41_test_stateid() (Trond Myklebust) [RHEL-86932] + * Thu Jun 12 2025 Denys Vlasenko [4.18.0-553.58.1.rt7.399.el8_10] - [rt] build kernel-rt-4.18.0-553.58.1.rt7.399.el8_10 - ndisc: use RCU protection in ndisc_alloc_skb() (Xin Long) [RHEL-89535] {CVE-2025-21764}