kernel-5.14.0-263.el9

* Wed Feb 08 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-263.el9]
- ipv6: Document that max_size sysctl is deprecated (Hangbin Liu) [2164260]
- ACPI: CPPC: Only probe for _CPC if CPPC v2 is acked (Mark Langsdorf) [2164217]
- Revert "ACPI: CPPC: Only probe for _CPC if CPPC v2 is acked" (Mark Langsdorf) [2164217]
- net: add netdev_sw_irq_coalesce_default_on() (Dan Campbell) [2161921]
- net: sched: add helper support in act_ct (Xin Long) [2106859]
- net: sched: call tcf_ct_params_free to free params in tcf_ct_init (Xin Long) [2106859]
- net: move add ct helper function to nf_conntrack_helper for ovs and tc (Xin Long) [2106859]
- net: move the ct helper function to nf_conntrack_helper for ovs and tc (Xin Long) [2106859]
- veth: Fix race with AF_XDP exposing old or uninitialized descriptors (Davide Caratti) [2164865]
- unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg() (Davide Caratti) [2164865]
- af_unix: call proto_unregister() in the error path in af_unix_init() (Davide Caratti) [2164865]
- af_unix: Get user_ns from in_skb in unix_diag_get_exact(). (Davide Caratti) [2164865]
- af_key: Fix send_acquire race with pfkey_register (Davide Caratti) [2164865]
- ethtool: eeprom: fix null-deref on genl_info in dump (Davide Caratti) [2164865]
- ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptr (Davide Caratti) [2164865]
- Bluetooth: L2CAP: Fix memory leak in vhci_write (Wander Lairson Costa) [2155874] {CVE-2022-3619}
- ASoC: Intel: soc-acpi: add configuration for variant of 0C11 product (Jaroslav Kysela) [2140419]
- ASoC: Intel: soc-acpi: add configuration for variant of 0C40 product (Jaroslav Kysela) [2140419]
- ASoC: Intel: sof_sdw: use common helpers for all Realtek amps (Jaroslav Kysela) [2140419]
- ASoC: Intel: sof_sdw: Add support for SKU 0C11 product (Jaroslav Kysela) [2140419]
- ASoC: Intel: sof_sdw: Add support for SKU 0C4F product (Jaroslav Kysela) [2140419]
- ASoC: Intel: sof_sdw: Add support for SKU 0C40 product (Jaroslav Kysela) [2140419]
- ASoC: Intel: sof_sdw: Add support for SKU 0C10 product (Jaroslav Kysela) [2140419]
- ASoC: Intel: sof_sdw_rt1316: add BQ params for the Dell models (Jaroslav Kysela) [2140419]
- ASoC: Intel: sof_sdw_rt1308: add BQ params for the Dell models (Jaroslav Kysela) [2140419]
- ASoC: intel: sof_sdw: add rt1318 codec support. (Jaroslav Kysela) [2140419]
- ASoC: rt1318: Add RT1318 SDCA vendor-specific driver (Jaroslav Kysela) [2140419]
- ASoC: Intel: soc-acpi: update codec addr on 0C11/0C4F product (Jaroslav Kysela) [2140419]
- ASoC: Intel: soc-acpi: add SKU 0C11 SoundWire configuration (Jaroslav Kysela) [2140419]
- ASoC: Intel: soc-acpi: add SKU 0C40 SoundWire configuration (Jaroslav Kysela) [2140419]
- ASoC: Intel: soc-acpi: add SKU 0C10 SoundWire configuration (Jaroslav Kysela) [2140419]
- ASoC: Intel: soc-acpi-intel-rpl-match: add rpl_sdca_3_in_1 support (Jaroslav Kysela) [2140419]
- crypto: ccp - Failure on re-initialization due to duplicate sysfs filename (Vladis Dronov) [2130715]
- crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2 (Vladis Dronov) [2130715]
- crypto: ccp - Add support for TEE for PCI ID 0x14CA (Vladis Dronov) [2130715]
- crypto: ccp - Remove unused struct ccp_crypto_cpu (Vladis Dronov) [2130715]
- crypto: ccp - Add __init/__exit annotations to module init/exit funcs (Vladis Dronov) [2130715]
- RDMA/mlx5: Enable ATS support for MRs and umems (Kamal Heib) [2123401]
- RDMA/mlx5: Add support for dmabuf to devx umem (Kamal Heib) [2123401]
- RDMA/core: Add UVERBS_ATTR_RAW_FD (Kamal Heib) [2123401]
- net/mlx5: Add IFC bits for mkey ATS (Kamal Heib) [2123401]
- xfs: reserve quota for dir expansion when linking/unlinking files (Bill O'Donnell) [2086881]
- mm/selftest: uffd: explain the write missing fault check (Rafael Aquini) [2158123] {CVE-2022-3522}
- mm/hugetlb: use hugetlb_pte_stable in migration race check (Rafael Aquini) [2158123] {CVE-2022-3522}
- mm/hugetlb: fix race condition of uffd missing/minor handling (Rafael Aquini) [2158123] {CVE-2022-3522}
- mm/hugetlb: handle pte markers in page faults (Rafael Aquini) [2158123] {CVE-2022-3522}
- xfs: add selinux labels to whiteout inodes (Andrey Albershteyn) [2103234]
Resolves: rhbz#2164260, rhbz#2164217, rhbz#2161921, rhbz#2106859, rhbz#2164865, rhbz#2155874, rhbz#2140419, rhbz#2130715, rhbz#2123401, rhbz#2086881, rhbz#2158123, rhbz#2103234

Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
This commit is contained in:
Herton R. Krzesinski 2023-02-08 01:50:04 +00:00
parent 43f2054e1f
commit dfa5de0663
3 changed files with 57 additions and 8 deletions

View File

@ -12,7 +12,7 @@ RHEL_MINOR = 2
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 262
RHEL_RELEASE = 263
#
# ZSTREAM

View File

@ -119,15 +119,15 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 5.14.0
%define patchversion 5.14
%define pkgrelease 262
%define pkgrelease 263
%define kversion 5
%define tarfile_release 5.14.0-262.el9
%define tarfile_release 5.14.0-263.el9
# This is needed to do merge window version magic
%define patchlevel 14
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 262%{?buildid}%{?dist}
%define specrelease 263%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-262.el9
%define kabiversion 5.14.0-263.el9
#
# End of genspec.sh variables
@ -3116,6 +3116,55 @@ fi
#
#
%changelog
* Wed Feb 08 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-263.el9]
- ipv6: Document that max_size sysctl is deprecated (Hangbin Liu) [2164260]
- ACPI: CPPC: Only probe for _CPC if CPPC v2 is acked (Mark Langsdorf) [2164217]
- Revert "ACPI: CPPC: Only probe for _CPC if CPPC v2 is acked" (Mark Langsdorf) [2164217]
- net: add netdev_sw_irq_coalesce_default_on() (Dan Campbell) [2161921]
- net: sched: add helper support in act_ct (Xin Long) [2106859]
- net: sched: call tcf_ct_params_free to free params in tcf_ct_init (Xin Long) [2106859]
- net: move add ct helper function to nf_conntrack_helper for ovs and tc (Xin Long) [2106859]
- net: move the ct helper function to nf_conntrack_helper for ovs and tc (Xin Long) [2106859]
- veth: Fix race with AF_XDP exposing old or uninitialized descriptors (Davide Caratti) [2164865]
- unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg() (Davide Caratti) [2164865]
- af_unix: call proto_unregister() in the error path in af_unix_init() (Davide Caratti) [2164865]
- af_unix: Get user_ns from in_skb in unix_diag_get_exact(). (Davide Caratti) [2164865]
- af_key: Fix send_acquire race with pfkey_register (Davide Caratti) [2164865]
- ethtool: eeprom: fix null-deref on genl_info in dump (Davide Caratti) [2164865]
- ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptr (Davide Caratti) [2164865]
- Bluetooth: L2CAP: Fix memory leak in vhci_write (Wander Lairson Costa) [2155874] {CVE-2022-3619}
- ASoC: Intel: soc-acpi: add configuration for variant of 0C11 product (Jaroslav Kysela) [2140419]
- ASoC: Intel: soc-acpi: add configuration for variant of 0C40 product (Jaroslav Kysela) [2140419]
- ASoC: Intel: sof_sdw: use common helpers for all Realtek amps (Jaroslav Kysela) [2140419]
- ASoC: Intel: sof_sdw: Add support for SKU 0C11 product (Jaroslav Kysela) [2140419]
- ASoC: Intel: sof_sdw: Add support for SKU 0C4F product (Jaroslav Kysela) [2140419]
- ASoC: Intel: sof_sdw: Add support for SKU 0C40 product (Jaroslav Kysela) [2140419]
- ASoC: Intel: sof_sdw: Add support for SKU 0C10 product (Jaroslav Kysela) [2140419]
- ASoC: Intel: sof_sdw_rt1316: add BQ params for the Dell models (Jaroslav Kysela) [2140419]
- ASoC: Intel: sof_sdw_rt1308: add BQ params for the Dell models (Jaroslav Kysela) [2140419]
- ASoC: intel: sof_sdw: add rt1318 codec support. (Jaroslav Kysela) [2140419]
- ASoC: rt1318: Add RT1318 SDCA vendor-specific driver (Jaroslav Kysela) [2140419]
- ASoC: Intel: soc-acpi: update codec addr on 0C11/0C4F product (Jaroslav Kysela) [2140419]
- ASoC: Intel: soc-acpi: add SKU 0C11 SoundWire configuration (Jaroslav Kysela) [2140419]
- ASoC: Intel: soc-acpi: add SKU 0C40 SoundWire configuration (Jaroslav Kysela) [2140419]
- ASoC: Intel: soc-acpi: add SKU 0C10 SoundWire configuration (Jaroslav Kysela) [2140419]
- ASoC: Intel: soc-acpi-intel-rpl-match: add rpl_sdca_3_in_1 support (Jaroslav Kysela) [2140419]
- crypto: ccp - Failure on re-initialization due to duplicate sysfs filename (Vladis Dronov) [2130715]
- crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2 (Vladis Dronov) [2130715]
- crypto: ccp - Add support for TEE for PCI ID 0x14CA (Vladis Dronov) [2130715]
- crypto: ccp - Remove unused struct ccp_crypto_cpu (Vladis Dronov) [2130715]
- crypto: ccp - Add __init/__exit annotations to module init/exit funcs (Vladis Dronov) [2130715]
- RDMA/mlx5: Enable ATS support for MRs and umems (Kamal Heib) [2123401]
- RDMA/mlx5: Add support for dmabuf to devx umem (Kamal Heib) [2123401]
- RDMA/core: Add UVERBS_ATTR_RAW_FD (Kamal Heib) [2123401]
- net/mlx5: Add IFC bits for mkey ATS (Kamal Heib) [2123401]
- xfs: reserve quota for dir expansion when linking/unlinking files (Bill O'Donnell) [2086881]
- mm/selftest: uffd: explain the write missing fault check (Rafael Aquini) [2158123] {CVE-2022-3522}
- mm/hugetlb: use hugetlb_pte_stable in migration race check (Rafael Aquini) [2158123] {CVE-2022-3522}
- mm/hugetlb: fix race condition of uffd missing/minor handling (Rafael Aquini) [2158123] {CVE-2022-3522}
- mm/hugetlb: handle pte markers in page faults (Rafael Aquini) [2158123] {CVE-2022-3522}
- xfs: add selinux labels to whiteout inodes (Andrey Albershteyn) [2103234]
* Tue Feb 07 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-262.el9]
- wifi: rtw89: Add missing check for alloc_workqueue (Jose Ignacio Tornos Martinez) [2136124]
- wifi: rtw89: fix potential leak in rtw89_append_probe_req_ie() (Jose Ignacio Tornos Martinez) [2136124]

View File

@ -1,3 +1,3 @@
SHA512 (linux-5.14.0-262.el9.tar.xz) = 3063f70353d9e280b1fb80b1fe378c033e483c6d507f9473c8f1783df84844ac3385d9277acaf0a727e35335654c6b82c732b7a3d34164624e3e9addc528391e
SHA512 (kernel-abi-stablelists-5.14.0-262.el9.tar.bz2) = 84a83b7b96a626d1f5f329b787c6598deb839921c5a669a42db96ec28d83b9f3a6bf9abd1deb7d303663f1a3e21d1836f8ac77677f509806577d5da9840b128e
SHA512 (kernel-kabi-dw-5.14.0-262.el9.tar.bz2) = 1c4487422b656fb2ccdf0170ba1e03e28dda271bcb03ac46b60686559a6fced0e47cafb1aadd8d07652195764cd9d59137701986b00dd7130c42dc6085b55b9d
SHA512 (linux-5.14.0-263.el9.tar.xz) = 7c6d8a4ea48498c84284c56c5b8752037e1e12789e63d2500743106887f046101fa8db48b8fd7d7b36c83f9f6afa926b06113fcbff04944c957448f016fba307
SHA512 (kernel-abi-stablelists-5.14.0-263.el9.tar.bz2) = 9053c6f016d9dd811b2660a5d631ba97359bdde21b1976114ca3ac76bb9415107a4a487d6c56dc0d2a3aeee678e1f6691e4b4a431d2bca7927a0587366136b0c
SHA512 (kernel-kabi-dw-5.14.0-263.el9.tar.bz2) = 03e6ae868288d4a4d336af5221d4df7ece7c78a92542a7f825c6bbf65f75d41fcfef0f79ecbb2ccf55a4647acf50c2f32332134db269803f2cddd8e045f643cf