diff --git a/.gitignore b/.gitignore index 5fde960..232ef71 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/linux-5.14.0-162.18.1.rt21.181.el9_1.tar.xz +SOURCES/linux-5.14.0-162.22.2.rt21.186.el9_1.tar.xz SOURCES/rheldup3.x509 SOURCES/rhelkpatch1.x509 diff --git a/.kernel-rt.metadata b/.kernel-rt.metadata index a7edd9b..950d2ce 100644 --- a/.kernel-rt.metadata +++ b/.kernel-rt.metadata @@ -1,3 +1,3 @@ -2fc0e1a2d66dd9ff8e78dbbf8d90673804eb009b SOURCES/linux-5.14.0-162.18.1.rt21.181.el9_1.tar.xz +cefcf0e1bb1c83e6ff20e0783875aa0e6adba16b SOURCES/linux-5.14.0-162.22.2.rt21.186.el9_1.tar.xz 95b9b811c7b0a6c98b2eafc4e7d6d24f2cb63289 SOURCES/rheldup3.x509 d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509 diff --git a/SOURCES/Makefile.rhelver b/SOURCES/Makefile.rhelver index 85aa4af..fca626e 100644 --- a/SOURCES/Makefile.rhelver +++ b/SOURCES/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 1 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 162.18.1 +RHEL_RELEASE = 162.22.2 # # ZSTREAM @@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.181 +RTBUILD:=.186 diff --git a/SOURCES/kernel-rt-x86_64-debug-rhel.config b/SOURCES/kernel-rt-x86_64-debug-rhel.config index 9724092..dce168f 100644 --- a/SOURCES/kernel-rt-x86_64-debug-rhel.config +++ b/SOURCES/kernel-rt-x86_64-debug-rhel.config @@ -1757,7 +1757,7 @@ CONFIG_GPIO_AMDPT=m # CONFIG_GPIO_BCM_XGS_IPROC is not set # CONFIG_GPIO_BT8XX is not set # CONFIG_GPIO_CADENCE is not set -# CONFIG_GPIO_CDEV_V1 is not set +CONFIG_GPIO_CDEV_V1=y CONFIG_GPIO_CDEV=y # CONFIG_GPIO_DWAPB is not set # CONFIG_GPIO_EXAR is not set diff --git a/SOURCES/kernel-rt-x86_64-rhel.config b/SOURCES/kernel-rt-x86_64-rhel.config index 5f9af46..359341c 100644 --- a/SOURCES/kernel-rt-x86_64-rhel.config +++ b/SOURCES/kernel-rt-x86_64-rhel.config @@ -1741,7 +1741,7 @@ CONFIG_GPIO_AMDPT=m # CONFIG_GPIO_BCM_XGS_IPROC is not set # CONFIG_GPIO_BT8XX is not set # CONFIG_GPIO_CADENCE is not set -# CONFIG_GPIO_CDEV_V1 is not set +CONFIG_GPIO_CDEV_V1=y CONFIG_GPIO_CDEV=y # CONFIG_GPIO_DWAPB is not set # CONFIG_GPIO_EXAR is not set diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 33a4da1..07a3fea 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -121,13 +121,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 162.18.1.rt21.181.el9_1 +%define pkgrelease 162.22.2.rt21.186.el9_1 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 162.18.1.rt21.181%{?buildid}%{?dist} +%define specrelease 162.22.2.rt21.186%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -706,7 +706,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-162.18.1.rt21.181.el9_1.tar.xz +Source0: linux-5.14.0-162.22.2.rt21.186.el9_1.tar.xz Source1: Makefile.rhelver @@ -1409,8 +1409,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-162.18.1.rt21.181.el9_1 -c -mv linux-5.14.0-162.18.1.rt21.181.el9_1 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-162.22.2.rt21.186.el9_1 -c +mv linux-5.14.0-162.22.2.rt21.186.el9_1 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3122,6 +3122,60 @@ fi # # %changelog +* Thu Mar 16 2023 Lucas Zampieri [5.14.0-162.22.2.rt21.186.el9_1] +- [rt] build kernel-rt-5.14.0-162.22.2.rt21.186.el9_1 [2170460] + +* Thu Mar 16 2023 Lucas Zampieri [5.14.0-162.22.2.rt21.186.el9_1] +- [rt] build kernel-rt-5.14.0-162.22.2.rt21.186.el9_1 [2170460] +- tun: avoid double free in tun_free_netdev (Jon Maloy) [2156376] {CVE-2022-4744} + +* Thu Mar 09 2023 Patrick Talbert [5.14.0-162.22.1.rt21.185.el9_1] +- [rt] build kernel-rt-5.14.0-162.22.1.rt21.185.el9_1 [2170460] +- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAF (Jaroslav Kysela) [2163393] {CVE-2023-0266} + +* Fri Mar 03 2023 Patrick Talbert [5.14.0-162.21.1.rt21.184.el9_1] +- [rt] build kernel-rt-5.14.0-162.21.1.rt21.184.el9_1 [2170460] +- s390/boot: add secure boot trailer (Tobias Huschle) [2151528] +- s390/kexec: fix ipl report address for kdump (Tobias Huschle) [2166903] +- s390/qeth: cache link_info for ethtool (Tobias Huschle) [2166304] +- scsi: zfcp: Fix missing auto port scan and thus missing target ports (Tobias Huschle) [2127880] + +* Fri Feb 24 2023 Luis Claudio R. Goncalves [5.14.0-162.20.1.rt21.183.el9_1] +- [rt] build kernel-rt-5.14.0-162.20.1.rt21.183.el9_1 [2170460] +- cgroup/cpuset: remove unreachable code (Waiman Long) [2161105 1946801] +- kselftest/cgroup: Add cpuset v2 partition root state test (Waiman Long) [2161105 1946801] +- cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst (Waiman Long) [2161105 1946801] +- cgroup/cpuset: Make partition invalid if cpumask change violates exclusivity rule (Waiman Long) [2161105 1946801] +- cgroup/cpuset: Relocate a code block in validate_change() (Waiman Long) [2161105 1946801] +- cgroup/cpuset: Show invalid partition reason string (Waiman Long) [2161105 1946801] +- cgroup/cpuset: Add a new isolated cpus.partition type (Waiman Long) [2161105 1946801] +- cgroup/cpuset: Relax constraints to partition & cpus changes (Waiman Long) [2161105 1946801] +- cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effective (Waiman Long) [2161105 1946801] +- cgroup/cpuset: Miscellaneous cleanups & add helper functions (Waiman Long) [2161105 1946801] +- cgroup/cpuset: Enable update_tasks_cpumask() on top_cpuset (Waiman Long) [2161105 1946801] +- cpuset: convert 'allowed' in __cpuset_node_allowed() to be boolean (Waiman Long) [2161105 1946801] +- cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp() (Waiman Long) [2161105 1946801] +- cgroup: cleanup comments (Waiman Long) [2161105 1946801] +- act_mirred: use the backlog for nested calls to mirred ingress (Davide Caratti) [2164657 2150277] {CVE-2022-4269} +- net/sched: act_mirred: better wording on protection against excessive stack growth (Davide Caratti) [2164657 2150277] {CVE-2022-4269} +- scsi: storvsc: Fix swiotlb bounce buffer leak in confidential VM (Emanuele Giuseppe Esposito) [2170227 2150660] + +* Fri Feb 17 2023 Patrick Talbert [5.14.0-162.19.1.rt21.182.el9_1] +- [rt] build kernel-rt-5.14.0-162.19.1.rt21.182.el9_1 [2170460] +- sched/core: Use kfree_rcu() in do_set_cpus_allowed() (Waiman Long) [2160614] +- sched/core: Fix use-after-free bug in dup_user_cpus_ptr() (Waiman Long) [2160614] +- sched: Always clear user_cpus_ptr in do_set_cpus_allowed() (Waiman Long) [2143766] +- sched: Enforce user requested affinity (Waiman Long) [2143766] +- sched: Always preserve the user requested cpumask (Waiman Long) [2143766] +- sched: Introduce affinity_context (Waiman Long) [2143766] +- sched: Add __releases annotations to affine_move_task() (Waiman Long) [2143766] +- x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctly (Dean Nelson) [2168382] +- x86/fpu: Exclude dynamic states from init_fpstate (Dean Nelson) [2168382] +- x86/fpu: Fix the init_fpstate size check with the actual size (Dean Nelson) [2168382] +- x86/fpu: Configure init_fpstate attributes orderly (Dean Nelson) [2168382] +- x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementation (Dean Nelson) [2168382] +- [redhat-rt] build: adjust RTBZ for 9.1.0-z3 (Patrick Talbert) + * Thu Feb 09 2023 Patrick Talbert [5.14.0-162.18.1.rt21.181.el9_1] - [rt] build kernel-rt-5.14.0-162.18.1.rt21.181.el9_1 [2160463] - powerpc/pseries: Use lparcfg to reconfig VAS windows for DLPAR CPU (Steve Best) [2154305]