From f18c1e893f945036f491c4940087fb9d9154b26c Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 27 Dec 2023 15:30:07 +0300 Subject: [PATCH] import kernel-rt-4.18.0-477.15.1.rt7.278.el8_8 --- .gitignore | 2 +- .kernel-rt.metadata | 2 +- SPECS/kernel.spec | 39 +++++++++++++++++++++++++++++++++++---- 3 files changed, 37 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e7535d7..bb05b75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -SOURCES/linux-4.18.0-477.13.1.rt7.276.el8_8.tar.xz +SOURCES/linux-4.18.0-477.15.1.rt7.278.el8_8.tar.xz SOURCES/redhatsecureboot301.cer SOURCES/redhatsecureboot501.cer SOURCES/redhatsecurebootca3.cer diff --git a/.kernel-rt.metadata b/.kernel-rt.metadata index 8be8ea5..5978642 100644 --- a/.kernel-rt.metadata +++ b/.kernel-rt.metadata @@ -1,4 +1,4 @@ -b6fb50509c8f9e6b60649c7017dab31e1244497b SOURCES/linux-4.18.0-477.13.1.rt7.276.el8_8.tar.xz +8821dc26cdedc60cac2a867ea1973c35faccccfa SOURCES/linux-4.18.0-477.15.1.rt7.278.el8_8.tar.xz cebbeeee9c3eb829017c51005714ec98d83653ae SOURCES/redhatsecureboot301.cer ba0b760e594ff668ee72ae348adf3e49b97f75fb SOURCES/redhatsecureboot501.cer cf9230e69000076727e5b784ec871d22716dc5da SOURCES/redhatsecurebootca3.cer diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index e65177e..10f70e1 100644 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -38,10 +38,10 @@ # define buildid .local %define rpmversion 4.18.0 -%define pkgrelease 477.13.1.rt7.276.el8_8 +%define pkgrelease 477.15.1.rt7.278.el8_8 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 477.13.1.rt7.276%{?dist} +%define specrelease 477.15.1.rt7.278%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -148,7 +148,7 @@ # The preempt RT patch level %global rttag .rt7 # realtimeN -%global rtbuild .276 +%global rtbuild .278 %define with_doc 0 %define with_headers 0 %define with_cross_headers 0 @@ -2702,9 +2702,40 @@ fi # # %changelog -* Wed Dec 27 2023 MSVSphere Packaging Team - [4.18.0-477.13.1.rt7.276.el8_8.g3045] +* Wed Dec 27 2023 MSVSphere Packaging Team - [4.18.0-477.15.1.rt7.278.el8_8] - Rebuilt for MSVSphere 8.9 +* Fri Jun 02 2023 Lucas Zampieri [4.18.0-477.15.1.rt7.278.el8_8] +- [rt] build kernel-rt-4.18.0-477.15.1.rt7.278.el8_8 [2210299] +- ice: Remove LAG+SRIOV mutual exclusion (Michal Schmidt) [2203214 2120585] +- platform/x86: ISST: PUNIT device mapping with Sub-NUMA clustering (Prarit Bhargava) [2185604 2139963] +- module: Don't wait for GOING modules (Mark Langsdorf) [2186305 1964563] +- target: iscsi: use GFP_NOIO with loopback connections (Maurizio Lombardi) [2182092 2156546] +* Fri May 26 2023 Lucas Zampieri [4.18.0-477.14.1.rt7.277.el8_8] +- [rt] build kernel-rt-4.18.0-477.14.1.rt7.277.el8_8 [2210299] +- xfs: don't use BMBT btree split workers for IO completion (Carlos Maiolino) [2196390 2127493] +- CI: Use zstream builder image (Michael Hofmann) +- net: tls: fix possible race condition between do_tls_getsockopt_conf() and do_tls_setsockopt_conf() (Sabrina Dubroca) [2187960 2179825] {CVE-2023-28466} +- sched/deadline: Add more reschedule cases to prio_changed_dl() (Valentin Schneider) [2188623 2120570] +- workqueue: Fold rebind_worker() within rebind_workers() (Valentin Schneider) [2189595 2088578] +- workqueue: Unbind kworkers before sending them to exit() (Valentin Schneider) [2189595 2088578] +- workqueue: Don't hold any lock while rcuwait'ing for !POOL_MANAGER_ACTIVE (Valentin Schneider) [2189595 2088578] +- workqueue: Convert the idle_timer to a timer + work_struct (Valentin Schneider) [2189595 2088578] +- workqueue: Factorize unbind/rebind_workers() logic (Valentin Schneider) [2189595 2088578] +- workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutex (Valentin Schneider) [2189595 2088578] +- workqueue: make sysfs of unbound kworker cpumask more clever (Valentin Schneider) [2189595 2088578] +- block: bio-integrity: Copy flags when bio_integrity_payload is cloned (Ming Lei) [2193236 2177565] +- mlxsw: minimal: Fix deadlock in ports creation (Petr Oros) [2207564 2177956] +- mlxsw: core: Fix use-after-free calling devl_unlock() in mlxsw_core_bus_device_unregister() (Petr Oros) [2207564 2177956] +- net: devlink: convert reload command to take implicit devlink->lock (Petr Oros) [2207564 2177956] +- mlxsw: convert driver to use unlocked devlink API during init/fini (Petr Oros) [2207564 2177956] +- mlxsw: Narrow the critical section of devl_lock during ports creation/removal (Petr Oros) [2207564 2177956] +- cpufreq: intel_pstate: hybrid: Use known scaling factor for P-cores (Prarit Bhargava) [2179332 2179183] +- docs: Remove unnecessary unicode character (Patrick Talbert) [2208284 2207988] +- hugetlbfs: don't delete error page from pagecache (Aristeu Rozanski) [2196665 2188334] +- mm: shmem: don't truncate page if memory failure happens (Aristeu Rozanski) [2196665 2188334] +- mm: hwpoison: handle non-anonymous THP correctly (Aristeu Rozanski) [2196665 2188334] +- mm: hwpoison: refactor refcount check handling (Aristeu Rozanski) [2196665 2188334] * Thu May 18 2023 Lucas Zampieri [4.18.0-477.13.1.rt7.276.el8_8.g3045] - [rt] build kernel-rt-4.18.0-477.13.1.rt7.276.el8_8.g3045 [2196667] - netfilter: nf_tables: deactivate anonymous set from preparation phase (Florian Westphal) [2196154 2196153] {CVE-2023-32233}