diff --git a/kernel.spec b/kernel.spec index 202348f..4442a92 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ # change below to w4T.xzdio): %define _binary_payload w3T.xzdio -%global distro_build 481 +%global distro_build 482 # Sign the x86_64 kernel for secure boot authentication %ifarch x86_64 aarch64 s390x ppc64le @@ -38,10 +38,10 @@ # define buildid .local %define rpmversion 4.18.0 -%define pkgrelease 481.rt7.270.el8 +%define pkgrelease 482.rt7.271.el8 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 481.rt7.270%{?dist} +%define specrelease 482.rt7.271%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -147,7 +147,7 @@ # The preempt RT patch level %global rttag .rt7 # realtimeN -%global rtbuild .270 +%global rtbuild .271 %define with_doc 0 %define with_headers 0 %define with_cross_headers 0 @@ -2697,6 +2697,69 @@ fi # # %changelog +* Wed Apr 05 2023 John B. Wyatt IV [4.18.0-482.rt7.271.el8] +- [rt] build kernel-rt-4.18.0-482.rt7.271.el8 [2180997] +- sched/deadline: Add more reschedule cases to prio_changed_dl() (Valentin Schneider) [2120570] +- perf/x86/uncore: Add new Raptor Lake S support (Michael Petlan) [2120365] +- perf/x86/cstate: Add new Raptor Lake S support (Michael Petlan) [2120365] +- perf/x86/msr: Add new Raptor Lake S support (Michael Petlan) [2120365] +- perf/x86: Add new Raptor Lake S support (Michael Petlan) [2120365] +- net: sched: atm: dont intepret cls results when asked to drop (Davide Caratti) [2168337] {CVE-2023-23455} +- nvdimm: Allow overwrite in the presence of disabled dimms (Aristeu Rozanski) [2154070] +- Revert "GFS2: free disk inode which is deleted by remote node -V2" (Bob Peterson) [2109600] +- gfs2: Evict inodes cooperatively (Andreas Gruenbacher) [2109600] +- gfs2: Flush delete work before shrinking inode cache (Andreas Gruenbacher) [2109600] +- gfs2: Add SDF_DEACTIVATING super block flag (Bob Peterson) [2109600] +- gfs2: check gl_object in rgrp glops (Bob Peterson) [2109600] +- gfs2: Split the two kinds of glock "delete" work (Andreas Gruenbacher) [2109600] +- gfs2: Move delete workqueue into super block (Andreas Gruenbacher) [2109600] +- gfs2: Use container_of() for gfs2_glock(aspace) (Andreas Gruenbacher) [2109600] +- gfs2: Get rid of GLF_PENDING_DELETE flag (Andreas Gruenbacher) [2109600] +- gfs2: Make glock lru list scanning safer (Andreas Gruenbacher) [2109600] +- gfs2: Fix use-after-free in gfs2_glock_shrink_scan (Andreas Gruenbacher) [2109600] +- gfs2: Clean up gfs2_scan_glock_lru (Andreas Gruenbacher) [2109600] +- gfs2: gl_object races fix (Andreas Gruenbacher) [2109600] +- iomap/gfs2: Unlock and put folio in page_done handler (Andreas Gruenbacher) [2109600] +- iomap: Add __iomap_put_folio helper (Andreas Gruenbacher) [2109600] +- gfs2: Remove support for glock holder auto-demotion (2) (Andreas Gruenbacher) [2109600] +- gfs2: Remove support for glock holder auto-demotion (Andreas Gruenbacher) [2109600] +- gfs2: Minor gfs2_try_evict cleanup (Andreas Gruenbacher) [2109600] +- gfs2: Partially revert gfs2_inode_lookup change (Andreas Gruenbacher) [2109600] +- gfs2: Add gfs2_inode_lookup comment (Andreas Gruenbacher) [2109600] +- gfs2: Uninline and improve glock_{set,clear}_object (Andreas Gruenbacher) [2109600] +- gfs2: Simply dequeue iopen glock in gfs2_evict_inode (Andreas Gruenbacher) [2109600] +- gfs2: Clean up after gfs2_create_inode rework (Andreas Gruenbacher) [2109600] +- gfs2: Avoid dequeuing GL_ASYNC glock holders twice (Andreas Gruenbacher) [2109600] +- gfs2: Handle -EBUSY result of insert_inode_locked4 (Andreas Gruenbacher) [2109600] +- gfs2: Fix and clean up create / evict interaction (Andreas Gruenbacher) [2109600] +- gfs2: Clean up initialization of "ip" in gfs2_create_inode (Andreas Gruenbacher) [2109600] +- gfs2: Get rid of ghs[] in gfs2_create_inode (Andreas Gruenbacher) [2109600] +- gfs2: Dequeue waiters when withdrawn (Bob Peterson) [2109600] +- gfs2: Prevent double iput for journal on error (Bob Peterson) [2109600] +- Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one" (Andreas Gruenbacher) [2109600] +- gfs2: remove ->writepage (Andreas Gruenbacher) [2109600] +- gfs2: stop using generic_writepages in gfs2_ail1_start_one (Andreas Gruenbacher) [2109600] +- gfs2: List traversal in do_promote is safe (Andreas Gruenbacher) [2109600] +- gfs2: do_promote glock holder stealing fix (Bob Peterson) [2109600] +- gfs2: Use better variable name (Andreas Gruenbacher) [2109600] +- gfs2: Make go_instantiate take a glock (Andreas Gruenbacher) [2109600] +- gfs2: Add new go_held glock operation (Andreas Gruenbacher) [2109600] +- gfs2: Revert 'Fix "truncate in progress" hang' (Andreas Gruenbacher) [2109600] +- gfs2: Instantiate glocks ouside of glock state engine (Andreas Gruenbacher) [2109600] +- gfs2: Fix up gfs2_glock_async_wait (Andreas Gruenbacher) [2109600] +- gfs2: Add GL_NOPID flag for process-independent glock holders (Andreas Gruenbacher) [2109600] +- gfs2: dump inode object for iopen glocks (Bob Peterson) [2109600] +- gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macro (Andreas Gruenbacher) [2109600] +- gfs2: Use TRY lock in gfs2_inode_lookup for UNLINKED inodes (Bob Peterson) [2109600] +- Updated dist tag to el8_8 (Lucas Zampieri) +- Revert "net/mlx5: Don't perform lookup after already known sec_path" (Amir Tzin) [2176349] +- KVM: x86: do not report a vCPU as preempted outside instruction boundaries (Jon Maloy) [2124801] {CVE-2022-39189} +- Drivers: vmbus: Check for channel allocation before looking up relids (Mohammed Gamal) [2178622] +- drm/nouveau/fb/tu102-: fix register used to determine scrub status (Karol Herbst) [2168648] +- drm/nouveau/devinit/tu102-: wait for GFW_BOOT_PROGRESS == COMPLETED (Karol Herbst) [2168648] +- fs/proc: task_mmu.c: don't read mapcount for migration entry (Jay Shin) [2174623] +- perf/core: Fix cgroup event list management (Michael Petlan) [2162525] + * Wed Apr 05 2023 John B. Wyatt IV [4.18.0-481.rt7.270.el8] - [rt] build kernel-rt-4.18.0-481.rt7.270.el8 [2180997] - redhat: include all certs (Red Hat and CentOS) in the srpm (Denys Vlasenko) [2179095] diff --git a/sources b/sources index 3b08267..682cea8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (linux-4.18.0-481.rt7.270.el8.tar.xz) = e66631129247ef6df9cfe129c7b3e0ceadc7d255c4b3da75784e2ad0f6e16821434541bdd5c15c894f218b9449db188db656767d4688f0a40766f98c3da98a98 +SHA512 (linux-4.18.0-482.rt7.271.el8.tar.xz) = 65adba795a9550c53e12050a540de76f30c90408706ad4e6b280a2caa3ab7d42a88f70fad3350b39dc498d5b303ee11a59299caa858a464e602e84fde34ed8d6