From 161c402e59bb577c1798206f3221c5f61e4988b6 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jan 11 2022 09:06:36 +0000 Subject: import kernel-rt-3.10.0-1160.53.1.rt56.1193.el7 --- diff --git a/.gitignore b/.gitignore index fdf4116..4e59d67 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/kernel-rt-3.10.0-1160.49.1.rt56.1189.tar.xz +SOURCES/kernel-rt-3.10.0-1160.53.1.rt56.1193.tar.xz SOURCES/rheldup3.x509 SOURCES/rhelkpatch1.x509 diff --git a/.kernel-rt.metadata b/.kernel-rt.metadata index a25f26c..0553810 100644 --- a/.kernel-rt.metadata +++ b/.kernel-rt.metadata @@ -1,3 +1,3 @@ -03683380b52f6d034ed79607a21910494648e7de SOURCES/kernel-rt-3.10.0-1160.49.1.rt56.1189.tar.xz +f88645ace7690ea7c63cb39530e9b89991515d64 SOURCES/kernel-rt-3.10.0-1160.53.1.rt56.1193.tar.xz 95b9b811c7b0a6c98b2eafc4e7d6d24f2cb63289 SOURCES/rheldup3.x509 d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509 diff --git a/SPECS/kernel-rt.spec b/SPECS/kernel-rt.spec index 57e6c0c..4eb169d 100644 --- a/SPECS/kernel-rt.spec +++ b/SPECS/kernel-rt.spec @@ -6,10 +6,10 @@ Summary: The Linux Realtime kernel %global dist .el7 # realtimeN -%global rtbuild 1189 +%global rtbuild 1193 # RHEL7 build number -%global rhel_build 1160.49.1 +%global rhel_build 1160.53.1 # The preempt RT patch level %global rttag rt56 @@ -1454,6 +1454,80 @@ fi %endif %changelog +* Thu Dec 16 2021 Scott Wood [3.10.0-1160.53.1.rt56.1193.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [2022891] +- fuse: fix live lock in fuse_iget() (Miklos Szeredi) [1952046] +- fuse: fix bad inode (Miklos Szeredi) [1952046] +- GFS2: Truncate address space mapping when deleting an inode (Bob Peterson) [1364234] +- gfs2: Fix gfs2_testbit to use clone bitmaps (Bob Peterson) [1364234] +- gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrps (Bob Peterson) [1364234] +- gfs2: Fix oversight in gfs2_ail1_flush (Bob Peterson) [1364234] +- gfs2: Additional information when gfs2_ail1_flush withdraws (Bob Peterson) [1364234] +- gfs2: leaf_dealloc needs to allocate one more revoke (Bob Peterson) [1364234] +- gfs2: allow journal replay to hold sd_log_flush_lock (Bob Peterson) [1364234] +- gfs2: don't allow releasepage to free bd still used for revokes (Bob Peterson) [1364234] +- gfs2: flesh out delayed withdraw for gfs2_log_flush (Bob Peterson) [1364234] +- gfs2: Do proper error checking for go_sync family of glops functions (Bob Peterson) [1364234] +- gfs2: drain the ail2 list after io errors (Bob Peterson) [1364234] +- gfs2: Withdraw in gfs2_ail1_flush if write_cache_pages fails (Bob Peterson) [1364234] +- gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty (Bob Peterson) [1364234] +- gfs2: Check for log write errors before telling dlm to unlock (Bob Peterson) [1364234] +- gfs2: Prepare to withdraw as soon as an IO error occurs in log write (Bob Peterson) [1364234] +- gfs2: Issue revokes more intelligently (Bob Peterson) [1364234] +- gfs2: Add verbose option to check_journal_clean (Bob Peterson) [1364234] +- gfs2: fix infinite loop when checking ail item count before go_inval (Bob Peterson) [1364234] +- gfs2: Force withdraw to replay journals and wait for it to finish (Bob Peterson) [1364234] +- gfs2: Allow some glocks to be used during withdraw (Bob Peterson) [1364234] +- gfs2: move check_journal_clean to util.c for future use (Bob Peterson) [1364234] +- gfs2: Ignore dlm recovery requests if gfs2 is withdrawn (Bob Peterson) [1364234] +- gfs2: Only complain the first time an io error occurs in quota or log (Bob Peterson) [1364234] +- gfs2: log error reform (Bob Peterson) [1364234] +- gfs2: Rework how rgrp buffer_heads are managed (Bob Peterson) [1364234] +- gfs2: clear ail1 list when gfs2 withdraws (Bob Peterson) [1364234] +- gfs2: Introduce concept of a pending withdraw (Bob Peterson) [1364234] +- gfs2: Return bool from gfs2_assert functions (Bob Peterson) [1364234] +- gfs2: Turn gfs2_consist into void functions (Bob Peterson) [1364234] +- gfs2: Remove usused cluster_wide arguments of gfs2_consist functions (Bob Peterson) [1364234] +- gfs2: Report errors before withdraw (Bob Peterson) [1364234] +- gfs2: Split gfs2_lm_withdraw into two functions (Bob Peterson) [1364234] +- gfs2: Fix incorrect variable name (Bob Peterson) [1364234] +- gfs2: Don't write log headers after file system withdraw (Bob Peterson) [1364234] +- gfs2: clean up iopen glock mess in gfs2_create_inode (Bob Peterson) [1364234] +- gfs2: Close timing window with GLF_INVALIDATE_IN_PROGRESS (Bob Peterson) [1364234] +- gfs2: fix infinite loop in gfs2_ail1_flush on io error (Bob Peterson) [1364234] +- gfs2: Introduce function gfs2_withdrawn (Bob Peterson) [1364234] +- gfs2: replace more printk with calls to fs_info and friends (Bob Peterson) [1364234] +- gfs2: dump fsid when dumping glock problems (Bob Peterson) [1364234] +- gfs2: simplify gfs2_freeze by removing case (Bob Peterson) [1364234] +- gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWN (Bob Peterson) [1364234] +- gfs2: Warn when a journal replay overwrites a rgrp with buffers (Bob Peterson) [1364234] +- gfs2: log which portion of the journal is replayed (Bob Peterson) [1364234] +- gfs2: slow the deluge of io error messages (Bob Peterson) [1364234] +- gfs2: Don't withdraw under a spin lock (Bob Peterson) [1364234] +- GFS2: Clear gl_object when deleting an inode in gfs2_delete_inode (Bob Peterson) [1364234] +- gfs2: Use fs_* functions instead of pr_* function where we can (Bob Peterson) [1364234] +- GFS2: Use pr_ more consistently (Bob Peterson) [1364234] + +* Wed Dec 08 2021 Scott Wood [3.10.0-1160.52.1.rt56.1192.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [2022891] +- acpi-cpufreq: Honor _PSD table setting on new AMD CPUs (David Arcari) [2019588] +- x86/cpu/amd: Call init_amd_zn() om Family 19h processors too (David Arcari) [2019218] +- x86/cpu/AMD: Fix erratum 1076 (CPB bit) (David Arcari) [2019218] +- i40e: Fix the conditional for i40e_vc_validate_vqs_bitmaps (Stefan Assmann) [1977246] +- i40e: Fix virtchnl_queue_select bitmap validation (Stefan Assmann) [1977246] + +* Mon Nov 29 2021 Scott Wood [3.10.0-1160.51.1.rt56.1191.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [2022891] +- mm, fs: Fix do_generic_file_read() error return (Carlos Maiolino) [2020857] +- perf/core: Fix a memory leak in perf_event_parse_addr_filter() (Michael Petlan) [1901932] + +* Fri Nov 19 2021 Scott Wood [3.10.0-1160.50.1.rt56.1190.el7] +- [rt] Update source tree to match RHEL rhel-7.9.z tree [2022891] +- tcp: grow window for OOO packets only for SACK flows (Guillaume Nault) [1990665] +- scsi: mpt3sas: Fix unlock imbalance (Tomas Henzl) [2006536] +- pci-hyperv: Fix setting CPU affinity on Azure (Vitaly Kuznetsov) [2019272] +- media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt() (Lucas Zampieri) [1956471] {CVE-2021-42739} + * Wed Nov 10 2021 Scott Wood [3.10.0-1160.49.1.rt56.1189.el7] - [rt] Update source tree to match RHEL rhel-7.9.z tree [2009077] - NFS: Fix interrupted slots by sending a solo SEQUENCE operation (Scott Mayhew) [2007465]