import kernel-rt-5.14.0-162.12.1.rt21.175.el9_1

This commit is contained in:
CentOS Sources 2023-01-23 09:32:00 -05:00 committed by Stepan Oksanichenko
parent 6c9c157d79
commit f5e10d35fc
4 changed files with 102 additions and 9 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/linux-5.14.0-162.6.1.rt21.168.el9_1.tar.xz
SOURCES/linux-5.14.0-162.12.1.rt21.175.el9_1.tar.xz
SOURCES/rheldup3.x509
SOURCES/rhelkpatch1.x509

View File

@ -1,3 +1,3 @@
dae924c7eec821f698beb75b6c732688146e6c26 SOURCES/linux-5.14.0-162.6.1.rt21.168.el9_1.tar.xz
a53c09a6ddb9d235dccbb18db9a2a278271ca18e SOURCES/linux-5.14.0-162.12.1.rt21.175.el9_1.tar.xz
95b9b811c7b0a6c98b2eafc4e7d6d24f2cb63289 SOURCES/rheldup3.x509
d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509

View File

@ -12,7 +12,7 @@ RHEL_MINOR = 1
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 162.6.1
RHEL_RELEASE = 162.12.1
#
# ZSTREAM
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
endif
endif
RTBUILD:=.168
RTBUILD:=.175

View File

@ -121,13 +121,13 @@ Summary: The Linux kernel
%define kversion 5.14
%define rpmversion 5.14.0
%define pkgrelease 162.6.1.rt21.168.el9_1
%define pkgrelease 162.12.1.rt21.175.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.6.1.rt21.168%{?buildid}%{?dist}
%define specrelease 162.12.1.rt21.175%{?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.6.1.rt21.168.el9_1.tar.xz
Source0: linux-5.14.0-162.12.1.rt21.175.el9_1.tar.xz
Source1: Makefile.rhelver
@ -1421,8 +1421,8 @@ ApplyOptionalPatch()
fi
}
%setup -q -n kernel-5.14.0-162.6.1.rt21.168.el9_1 -c
mv linux-5.14.0-162.6.1.rt21.168.el9_1 linux-%{KVERREL}
%setup -q -n kernel-5.14.0-162.12.1.rt21.175.el9_1 -c
mv linux-5.14.0-162.12.1.rt21.175.el9_1 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@ -3146,6 +3146,99 @@ fi
#
#
%changelog
* Wed Dec 21 2022 Patrick Talbert <ptalbert@redhat.com> [5.14.0-162.12.1.rt21.175.el9_1]
- [rt] build kernel-rt-5.14.0-162.12.1.rt21.175.el9_1 [2141817]
* Wed Dec 21 2022 Patrick Talbert <ptalbert@redhat.com> [5.14.0-162.12.1.rt21.175.el9_1]
- [rt] build kernel-rt-5.14.0-162.12.1.rt21.175.el9_1 [2141817]
- x86/fpu: Drop fpregs lock before inheriting FPU permissions (Valentin Schneider) [2154407]
- hv_netvsc: Fix race between VF offering and VF association message from host (Mohammed Gamal) [2151605]
- PCI: hv: Do not set PCI_COMMAND_MEMORY to reduce VM boot time (Emanuele Giuseppe Esposito) [2150910]
* Mon Dec 12 2022 Patrick Talbert <ptalbert@redhat.com> [5.14.0-162.11.1.rt21.174.el9_1]
- [rt] build kernel-rt-5.14.0-162.11.1.rt21.174.el9_1 [2141817]
- drm/i915: fix TLB invalidation for Gen12 video and compute engines (Wander Lairson Costa) [2148165] {CVE-2022-4139}
- memcg: prohibit unconditional exceeding the limit of dying tasks (Chris von Recklinghausen) [2143976]
- mm, oom: do not trigger out_of_memory from the #PF (Waiman Long) [2143976]
- mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks (Chris von Recklinghausen) [2143976]
- pipe: Fix missing lock in pipe_resize_ring() (Ian Kent) [2141634] {CVE-2022-2959}
- net: usb: ax88179_178a: Fix packet receiving (Jose Ignacio Tornos Martinez) [2120515] {CVE-2022-2964}
- net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup (Jose Ignacio Tornos Martinez) [2120515] {CVE-2022-2964}
- NFSD: Protect against send buffer overflow in NFSv3 READ (Scott Mayhew) [2141772] {CVE-2022-43945}
- NFSD: Protect against send buffer overflow in NFSv2 READ (Scott Mayhew) [2141772] {CVE-2022-43945}
- NFSD: Protect against send buffer overflow in NFSv3 READDIR (Scott Mayhew) [2141772] {CVE-2022-43945}
- NFSD: Protect against send buffer overflow in NFSv2 READDIR (Scott Mayhew) [2141772] {CVE-2022-43945}
- SUNRPC: Fix svcxdr_init_encode's buflen calculation (Scott Mayhew) [2141772] {CVE-2022-43945}
- SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculation (Scott Mayhew) [2141772] {CVE-2022-43945}
* Mon Dec 05 2022 Patrick Talbert <ptalbert@redhat.com> [5.14.0-162.10.1.rt21.173.el9_1]
- [rt] build kernel-rt-5.14.0-162.10.1.rt21.173.el9_1 [2141817]
- ice: Fix crash by keep old cfg when update TCs more than queues (Petr Oros) [2132070]
- ice: Fix tunnel checksum offload with fragmented traffic (Petr Oros) [2132070]
- ice: handle E822 generic device ID in PLDM header (Petr Oros) [2132070]
- ice: ethtool: Prohibit improper channel config for DCB (Petr Oros) [2132070]
- ice: ethtool: advertise 1000M speeds properly (Petr Oros) [2132070]
- ice: Fix switchdev rules book keeping (Petr Oros) [2132070]
- ice: fix access-beyond-end in the switch code (Petr Oros) [2132070]
- eth: ice: silence the GCC 12 array-bounds warning (Petr Oros) [2132070]
- ice: Expose RSS indirection tables for queue groups via ethtool (Petr Oros) [2132070]
- Revert "ice: Hide bus-info in ethtool for PRs in switchdev mode" (Petr Oros) [2132070]
- ice: remove period on argument description in ice_for_each_vf (Petr Oros) [2132070]
- ice: add a function comment for ice_cfg_mac_antispoof (Petr Oros) [2132070]
- ice: fix wording in comment for ice_reset_vf (Petr Oros) [2132070]
- ice: remove return value comment for ice_reset_all_vfs (Petr Oros) [2132070]
- ice: always check VF VSI pointer values (Petr Oros) [2132070]
- ice: add newline to dev_dbg in ice_vf_fdir_dump_info (Petr Oros) [2132070]
- ice: get switch id on switchdev devices (Petr Oros) [2132070]
- ice: return ENOSPC when exceeding ICE_MAX_CHAIN_WORDS (Petr Oros) [2132070]
- ice: introduce common helper for retrieving VSI by vsi_num (Petr Oros) [2132070]
- ice: use min_t() to make code cleaner in ice_gnss (Petr Oros) [2132070]
- ice, xsk: Avoid refilling single Rx descriptors (Petr Oros) [2132070]
- ice, xsk: Diversify return values from xsk_wakeup call paths (Petr Oros) [2132070]
- ice, xsk: Terminate Rx side of NAPI when XSK Rx queue gets full (Petr Oros) [2132070]
- ice, xsk: Decorate ICE_XDP_REDIR with likely() (Petr Oros) [2132070]
- ice: Add mpls+tso support (Petr Oros) [2132070]
- ice: switch: convert packet template match code to rodata (Petr Oros) [2132070]
- ice: switch: use convenience macros to declare dummy pkt templates (Petr Oros) [2132070]
- ice: switch: use a struct to pass packet template params (Petr Oros) [2132070]
- ice: switch: unobscurify bitops loop in ice_fill_adv_dummy_packet() (Petr Oros) [2132070]
- ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h, m}_u (Petr Oros) [2132070]
- ice: Support GTP-U and GTP-C offload in switchdev (Petr Oros) [2132070]
- Documentation/admin-guide: Document nomodeset kernel parameter (Karol Herbst) [2145217]
- drm: Move nomodeset kernel parameter to the DRM subsystem (Karol Herbst) [2145217]
- selftests/bpf: Limit unroll_count for pyperf600 test (Frantisek Hrbata) [2144902]
- nvme-fc: fix the fc_appid_store return value (Ewan D. Milne) [2136914]
- ACPI: processor idle: Practically limit "Dummy wait" workaround to old Intel systems (Wei Huang) [2142168]
- CI: Drop c9s CI parts (Veronika Kabatova)
- CI: Use GA builder container (Veronika Kabatova)
* Fri Nov 18 2022 Patrick Talbert <ptalbert@redhat.com> [5.14.0-162.9.1.rt21.172.el9_1]
- [rt] build kernel-rt-5.14.0-162.9.1.rt21.172.el9_1 [2141817]
- CI: Remove deprecated variable (Veronika Kabatova)
- drm: fix duplicated code in drm_connector_register (Karol Herbst) [2134619]
- drm/mgag200: Fix PLL setup for G200_SE_A rev >=4 (Jocelyn Falempe) [2140153]
- scsi: mpi3mr: Schedule IRQ kthreads only on non-RT kernels (Tomas Henzl) [2139213]
* Fri Nov 11 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-162.8.1.rt21.171.el9_1]
- [rt] build kernel-rt-5.14.0-162.8.1.rt21.171.el9_1 [2141817]
- redhat: fix the branch we pull from the documentation tree (Herton R. Krzesinski)
- nvme-tcp: handle number of queue changes (John Meneghini) [2131359]
- nvmet: expose max queues to configfs (John Meneghini) [2131359]
- nvme-fabrics: parse nvme connect Linux error codes (John Meneghini) [2131359]
- vfio/type1: Unpin zero pages (Alex Williamson) [2128514]
- ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZE (Oleg Nesterov) [2128033 2121272] {CVE-2022-30594}
* Thu Nov 10 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-162.7.1.rt21.170.el9_1]
- [rt] build kernel-rt-5.14.0-162.7.1.rt21.170.el9_1 [2141817]
* Thu Nov 03 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-162.7.1.rt21.169.el9_1]
- [rt] build kernel-rt-5.14.0-162.7.1.rt21.169.el9_1 [2061574]
- i2c: ismt: prevent memory corruption in ismt_access() (David Arcari) [2125581] {CVE-2022-3077}
- x86/fpu: Prevent FPU state corruption (Oleksandr Natalenko) [2134588]
- iavf: Fix reset error handling (Petr Oros) [2127884]
- iavf: Fix NULL pointer dereference in iavf_get_link_ksettings (Petr Oros) [2127884]
- iavf: Fix missing state logs (Petr Oros) [2127884]
* Mon Oct 03 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-162.6.1.rt21.168.el9_1]
- [rt] build kernel-rt-5.14.0-162.6.1.rt21.168.el9_1 [2061574]
- kabi: add symbol yield to stablelist (Čestmír Kalina) [2120286]