import kernel-rt-5.14.0-162.22.2.rt21.186.el9_1
This commit is contained in:
parent
c154ad08c8
commit
77e0151790
2
.gitignore
vendored
2
.gitignore
vendored
@ -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/rheldup3.x509
|
||||||
SOURCES/rhelkpatch1.x509
|
SOURCES/rhelkpatch1.x509
|
||||||
|
@ -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
|
95b9b811c7b0a6c98b2eafc4e7d6d24f2cb63289 SOURCES/rheldup3.x509
|
||||||
d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509
|
d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509
|
||||||
|
@ -12,7 +12,7 @@ RHEL_MINOR = 1
|
|||||||
#
|
#
|
||||||
# Use this spot to avoid future merge conflicts.
|
# Use this spot to avoid future merge conflicts.
|
||||||
# Do not trim this comment.
|
# Do not trim this comment.
|
||||||
RHEL_RELEASE = 162.18.1
|
RHEL_RELEASE = 162.22.2
|
||||||
|
|
||||||
#
|
#
|
||||||
# ZSTREAM
|
# ZSTREAM
|
||||||
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
RTBUILD:=.181
|
RTBUILD:=.186
|
||||||
|
@ -1757,7 +1757,7 @@ CONFIG_GPIO_AMDPT=m
|
|||||||
# CONFIG_GPIO_BCM_XGS_IPROC is not set
|
# CONFIG_GPIO_BCM_XGS_IPROC is not set
|
||||||
# CONFIG_GPIO_BT8XX is not set
|
# CONFIG_GPIO_BT8XX is not set
|
||||||
# CONFIG_GPIO_CADENCE 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_CDEV=y
|
||||||
# CONFIG_GPIO_DWAPB is not set
|
# CONFIG_GPIO_DWAPB is not set
|
||||||
# CONFIG_GPIO_EXAR is not set
|
# CONFIG_GPIO_EXAR is not set
|
||||||
|
@ -1741,7 +1741,7 @@ CONFIG_GPIO_AMDPT=m
|
|||||||
# CONFIG_GPIO_BCM_XGS_IPROC is not set
|
# CONFIG_GPIO_BCM_XGS_IPROC is not set
|
||||||
# CONFIG_GPIO_BT8XX is not set
|
# CONFIG_GPIO_BT8XX is not set
|
||||||
# CONFIG_GPIO_CADENCE 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_CDEV=y
|
||||||
# CONFIG_GPIO_DWAPB is not set
|
# CONFIG_GPIO_DWAPB is not set
|
||||||
# CONFIG_GPIO_EXAR is not set
|
# CONFIG_GPIO_EXAR is not set
|
||||||
|
@ -121,13 +121,13 @@ Summary: The Linux kernel
|
|||||||
%define kversion 5.14
|
%define kversion 5.14
|
||||||
|
|
||||||
%define rpmversion 5.14.0
|
%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
|
# This is needed to do merge window version magic
|
||||||
%define patchlevel 14
|
%define patchlevel 14
|
||||||
|
|
||||||
# allow pkg_release to have configurable %%{?dist} tag
|
# 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}
|
%define pkg_release %{specrelease}
|
||||||
|
|
||||||
@ -706,7 +706,7 @@ BuildRequires: lld
|
|||||||
# exact git commit you can run
|
# exact git commit you can run
|
||||||
#
|
#
|
||||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
# 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
|
Source1: Makefile.rhelver
|
||||||
|
|
||||||
@ -1421,8 +1421,8 @@ ApplyOptionalPatch()
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
%setup -q -n kernel-5.14.0-162.18.1.rt21.181.el9_1 -c
|
%setup -q -n kernel-5.14.0-162.22.2.rt21.186.el9_1 -c
|
||||||
mv linux-5.14.0-162.18.1.rt21.181.el9_1 linux-%{KVERREL}
|
mv linux-5.14.0-162.22.2.rt21.186.el9_1 linux-%{KVERREL}
|
||||||
|
|
||||||
cd linux-%{KVERREL}
|
cd linux-%{KVERREL}
|
||||||
cp -a %{SOURCE1} .
|
cp -a %{SOURCE1} .
|
||||||
@ -3146,6 +3146,60 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 16 2023 Lucas Zampieri <lzampier@redhat.com> [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 <lzampier@redhat.com> [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 <ptalbert@redhat.com> [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 <ptalbert@redhat.com> [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 <lgoncalv@redhat.com> [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 <ptalbert@redhat.com> [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 <ptalbert@redhat.com> [5.14.0-162.18.1.rt21.181.el9_1]
|
* Thu Feb 09 2023 Patrick Talbert <ptalbert@redhat.com> [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]
|
- [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]
|
- powerpc/pseries: Use lparcfg to reconfig VAS windows for DLPAR CPU (Steve Best) [2154305]
|
||||||
|
Loading…
Reference in New Issue
Block a user