import kernel-rt-4.18.0-348.7.1.rt7.137.el8_5

This commit is contained in:
CentOS Sources 2021-12-21 04:13:50 -05:00 committed by Stepan Oksanichenko
parent 8fc7685d98
commit 9206013d62
4 changed files with 46 additions and 7 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/linux-4.18.0-348.2.1.rt7.132.el8_5.tar.xz
SOURCES/linux-4.18.0-348.7.1.rt7.137.el8_5.tar.xz
SOURCES/rheldup3.x509
SOURCES/rhelkpatch1.x509

View File

@ -1,3 +1,3 @@
91486acc2471d1936372591258d9c3ddca507684 SOURCES/linux-4.18.0-348.2.1.rt7.132.el8_5.tar.xz
69f2c3e361c1ac4605fdfe6722fc0db8b532aff5 SOURCES/linux-4.18.0-348.7.1.rt7.137.el8_5.tar.xz
95b9b811c7b0a6c98b2eafc4e7d6d24f2cb63289 SOURCES/rheldup3.x509
d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509

View File

@ -2364,8 +2364,8 @@ CONFIG_KALLSYMS=y
CONFIG_KARMA_PARTITION=y
# CONFIG_KASAN_EXTRA is not set
CONFIG_KASAN_INLINE=y
# CONFIG_KASAN is not set
# CONFIG_KASAN_OUTLINE is not set
CONFIG_KASAN=y
# CONFIG_KCOV is not set
# CONFIG_KCSAN is not set
CONFIG_KDB_CONTINUE_CATASTROPHIC=0
@ -5203,8 +5203,8 @@ CONFIG_TYPEC_TPS6598X=m
CONFIG_TYPEC_UCSI=y
CONFIG_TYPEC=y
# CONFIG_UBIFS_FS is not set
# CONFIG_UBSAN is not set
CONFIG_UBSAN_SANITIZE_ALL=y
CONFIG_UBSAN=y
# CONFIG_UCB1400_CORE is not set
CONFIG_UCSI_ACPI=y
CONFIG_UDF_FS=m

View File

@ -42,10 +42,10 @@
# define buildid .local
%define rpmversion 4.18.0
%define pkgrelease 348.2.1.rt7.132.el8_5
%define pkgrelease 348.7.1.rt7.137.el8_5
# allow pkg_release to have configurable %%{?dist} tag
%define specrelease 348.2.1.rt7.132%{?dist}
%define specrelease 348.7.1.rt7.137%{?dist}
%define pkg_release %{specrelease}%{?buildid}
@ -152,7 +152,7 @@
# The preempt RT patch level
%global rttag .rt7
# realtimeN
%global rtbuild .132
%global rtbuild .137
%define with_doc 0
%define with_headers 0
%define with_cross_headers 0
@ -2632,6 +2632,45 @@ fi
#
#
%changelog
* Wed Dec 08 2021 Bruno Meneguele <bmeneg@redhat.com> [4.18.0-348.7.1.rt7.137.el8_5]
- [rt] build kernel-rt-4.18.0-348.7.1.rt7.137.el8_5 [1939539]
- sched/core: Re-add dropped __migrate_disabled() check (Fernando Pacheco)
- sched: Fix CPU hotplug / tighten is_per_cpu_kthread() (Waiman Long) [2026450 2024869]
- sched: Prepare to use balance_push in ttwu() (Waiman Long) [2026450 2024869]
- sched: Don't run cpu-online with balance_push() enabled (Waiman Long) [2026450 2024869]
- workqueue: Tag bound workers with KTHREAD_IS_PER_CPU (Waiman Long) [2026450 2024869]
- workqueue: Use cpu_possible_mask instead of cpu_active_mask to break affinity (Waiman Long) [2026450 2024869]
- sched: Fix hotplug vs CPU bandwidth control (Waiman Long) [2026450 2024869]
- workqueue: Manually break affinity on hotplug (Waiman Long) [2026450 2024869]
- sched/hotplug: Consolidate task migration on CPU unplug (Waiman Long) [2026450 2024869]
- sched/core: Wait for tasks being pushed away on hotplug (Waiman Long) [2026450 2024869]
- sched/core: Prep code for merging mr1787 (Fernando Pacheco)
* Tue Dec 07 2021 Bruno Meneguele <bmeneg@redhat.com> [4.18.0-348.6.1.rt7.136.el8_5]
- [rt] build kernel-rt-4.18.0-348.6.1.rt7.136.el8_5 [1939539]
- x86/Kconfig: Do not enable AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT automatically (Prarit Bhargava) [2024678 2021219]
- sched/vtime: Work around an unitialized variable warning (Leah Leshchinsky)
- [rt] disable KASAN, KCSAN and UBSAN for kernel-rt (Leah Leshchinsky)
* Tue Nov 30 2021 Bruno Meneguele <bmeneg@redhat.com> [4.18.0-348.5.1.rt7.135.el8_5]
- [rt] build kernel-rt-4.18.0-348.5.1.rt7.135.el8_5 [1939539]
- blk-mq: still set q->make_request_fn for blk-mq (Ming Lei) [2016384 1999728]
* Tue Nov 23 2021 Bruno Meneguele <bmeneg@redhat.com> [4.18.0-348.4.1.rt7.134.el8_5]
- [rt] build kernel-rt-4.18.0-348.4.1.rt7.134.el8_5 [1939539]
- [RHEL8.6 BZ 1849234] cifs: report error instead of invalid when revalidating a dentry fails (Ronnie Sahlberg) [2017177 1849234]
- kthread: Fix PF_KTHREAD vs to_kthread() race (Waiman Long) [2010333 2001497]
- sched/fair: Ignore percpu threads for imbalance pulls (Waiman Long) [2010333 2001497]
- kthread: Extract KTHREAD_IS_PER_CPU (Waiman Long) [2010333 2001497]
- sched: Optimize finish_lock_switch() (Waiman Long) [2010333 2001497]
- sched/hotplug: Ensure only per-cpu kthreads run during hotplug (Waiman Long) [2010333 2001497]
- sched: Fix balance_callback() (Waiman Long) [2010333 2001497]
* Tue Nov 16 2021 Bruno Meneguele <bmeneg@redhat.com> [4.18.0-348.3.1.rt7.133.el8_5]
- [rt] build kernel-rt-4.18.0-348.3.1.rt7.133.el8_5 [1939539]
- net-sysfs: try not to restart the syscall if it will fail eventually (Antoine Tenart) [2021165 2016005]
- ovl: fix missing negative dentry check in ovl_rename() (Miklos Szeredi) [2016378 2010887 2013318] {CVE-2021-20321}
* Mon Nov 08 2021 Bruno Meneguele <bmeneg@redhat.com> [4.18.0-348.2.1.rt7.132.el8_5]
- [rt] build kernel-rt-4.18.0-348.2.1.rt7.132.el8_5 [1939539]
- tipc: fix size validations for the MSG_CRYPTO type (Bruno Meneguele) [2020511 2020512] {CVE-2021-43267}