kernel-5.14.0-211.el9

* Mon Dec 12 2022 Herton R. Krzesinski <herton@redhat.com> [5.14.0-211.el9]
- RDMA/core: Fix null-ptr-deref in ib_core_cleanup() (Kamal Heib) [2120668]
- IB/hfi1: Correctly move list in sc_disable() (Kamal Heib) [2120668]
- RDMA/cma: Use output interface for net_dev check (Kamal Heib) [2120668]
- RDMA/usnic: fix set-but-not-unused variable 'flags' warning (Kamal Heib) [2120668]
- IB/rdmavt: Add __init/__exit annotations to module init/exit funcs (Kamal Heib) [2120668]
- IB: Set IOVA/LENGTH on IB_MR in core/uverbs layers (Kamal Heib) [2120668]
- RDMA/cm: Use SLID in the work completion as the DLID in responder side (Kamal Heib) [2120668]
- RDMA/siw: Fix QP destroy to wait for all references dropped. (Kamal Heib) [2120668]
- RDMA/srp: Fix srp_abort() (Kamal Heib) [2120668]
- RDMA/irdma: Validate udata inlen and outlen (Kamal Heib) [2120668]
- RDMA/irdma: Align AE id codes to correct flush code and event (Kamal Heib) [2120668]
- vgacon: Propagate console boot parameters before calling `vc_resize' (Mohammed Gamal) [2141944]
- cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_share (Ronnie Sahlberg) [2145009]
- cifs: skip trailing separators of prefix paths (Ronnie Sahlberg) [2145009]
- cifs: use new enum for ses_status (Ronnie Sahlberg) [2145009]
- cifs: fix minor compile warning (Ronnie Sahlberg) [2145009]
- cifs: return ENOENT for DFS lookup_cache_entry() (Ronnie Sahlberg) [2145009]
- cifs: use correct lock type in cifs_reconnect() (Ronnie Sahlberg) [2145009]
- cifs: force new session setup and tcon for dfs (Ronnie Sahlberg) [2145009]
- smb3: cleanup and clarify status of tree connections (Ronnie Sahlberg) [2145009]
- cifs: remove repeated state change in dfs tree connect (Ronnie Sahlberg) [2145009]
- cifs: skip extra NULL byte in filenames (Ronnie Sahlberg) [2145009]
- cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was set (Ronnie Sahlberg) [2145009]
- cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refs (Ronnie Sahlberg) [2145009]
- cifs: alloc_path_with_tree_prefix: do not append sep. if the path is empty (Ronnie Sahlberg) [2145009]
- Enable the Tegra186 timer (Al Stone) [2129130]
- clocksource/drivers/timer-tegra186: Add support for Tegra234 SoC (Al Stone) [2129130]
- clocksource: Add Tegra186 timers support (Al Stone) [2129130]
- hv_netvsc: Fix race between VF offering and VF association message from host (Mohammed Gamal) [2139466]
- clocksource: hyper-v: unexport __init-annotated hv_init_clocksource() (Mohammed Gamal) [2139464]
- net: mana: Add rmb after checking owner bits (Mohammed Gamal) [2139461]
- net: mana: Add support of XDP_REDIRECT action (Mohammed Gamal) [2139461]
- net: mana: Add the Linux MANA PF driver (Mohammed Gamal) [2139461]
- drm/ast: Avoid reprogramming primary-plane scanout address (Jocelyn Falempe) [2128599]
- drm/ast: Convert ast to SHMEM (Jocelyn Falempe) [2128599]
- drm/ast: Style cleanups in plane code (Jocelyn Falempe) [2128599]
- drm/ast: Rename struct ast_cursor_plane to struct ast_plane (Jocelyn Falempe) [2128599]
- drm/ast: Remove cursor double buffering (Jocelyn Falempe) [2128599]
- drm/ast: Do not call drm_atomic_add_affected_planes() (Jocelyn Falempe) [2128599]
- drm/ast: Call drm_atomic_helper_check_plane_state() unconditionally (Jocelyn Falempe) [2128599]
- drm/ast: Acquire I/O-register lock in atomic_commit_tail function (Jocelyn Falempe) [2128599]
- drm/ast: Add Atomic gamma lut support for aspeed (Jocelyn Falempe) [2128599]
- drm/ast: make ast_modeset static (Jocelyn Falempe) [2128599]
- drm/ast: Fix video broken in some resolutions on ast2600 (Jocelyn Falempe) [2128599]
- drm/ast: Add resolution support for 1152x864@75 (Jocelyn Falempe) [2128599]
- misc: rtsx: rts522a rts5228 rts5261 support Runtime PM (Mark Pearson) [2120778]
- misc: rtsx: conditionally build rtsx_pm_power_saving() (Mark Pearson) [2120778]
- misc: rtsx: Quiesce rts5249 on system suspend (Mark Pearson) [2120778]
- misc: rtsx: Cleanup power management ops (Mark Pearson) [2120778]
- misc: rtsx: Rework runtime power management flow (Mark Pearson) [2120778]
Resolves: rhbz#2120668, rhbz#2141944, rhbz#2145009, rhbz#2129130, rhbz#2139466, rhbz#2139464, rhbz#2139461, rhbz#2128599, rhbz#2120778

Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
This commit is contained in:
Herton R. Krzesinski 2022-12-12 14:23:45 +00:00
parent 7b9a0590d9
commit e7c1be0e15
5 changed files with 62 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 = 210
RHEL_RELEASE = 211
#
# ZSTREAM

View File

@ -5868,6 +5868,7 @@ CONFIG_TCP_MD5SIG=y
# CONFIG_TCS3414 is not set
# CONFIG_TCS3472 is not set
CONFIG_TEE=m
CONFIG_TEGRA186_TIMER=y
# CONFIG_TEGRA20_APB_DMA is not set
CONFIG_TEGRA_BPMP_THERMAL=m
# CONFIG_TEGRA_GMI is not set

View File

@ -5844,6 +5844,7 @@ CONFIG_TCP_MD5SIG=y
# CONFIG_TCS3414 is not set
# CONFIG_TCS3472 is not set
CONFIG_TEE=m
CONFIG_TEGRA186_TIMER=y
# CONFIG_TEGRA20_APB_DMA is not set
CONFIG_TEGRA_BPMP_THERMAL=m
# CONFIG_TEGRA_GMI is not set

View File

@ -119,15 +119,15 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 5.14.0
%define patchversion 5.14
%define pkgrelease 210
%define pkgrelease 211
%define kversion 5
%define tarfile_release 5.14.0-210.el9
%define tarfile_release 5.14.0-211.el9
# This is needed to do merge window version magic
%define patchlevel 14
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 210%{?buildid}%{?dist}
%define specrelease 211%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-210.el9
%define kabiversion 5.14.0-211.el9
#
# End of genspec.sh variables
@ -3106,6 +3106,58 @@ fi
#
#
%changelog
* Mon Dec 12 2022 Herton R. Krzesinski <herton@redhat.com> [5.14.0-211.el9]
- RDMA/core: Fix null-ptr-deref in ib_core_cleanup() (Kamal Heib) [2120668]
- IB/hfi1: Correctly move list in sc_disable() (Kamal Heib) [2120668]
- RDMA/cma: Use output interface for net_dev check (Kamal Heib) [2120668]
- RDMA/usnic: fix set-but-not-unused variable 'flags' warning (Kamal Heib) [2120668]
- IB/rdmavt: Add __init/__exit annotations to module init/exit funcs (Kamal Heib) [2120668]
- IB: Set IOVA/LENGTH on IB_MR in core/uverbs layers (Kamal Heib) [2120668]
- RDMA/cm: Use SLID in the work completion as the DLID in responder side (Kamal Heib) [2120668]
- RDMA/siw: Fix QP destroy to wait for all references dropped. (Kamal Heib) [2120668]
- RDMA/srp: Fix srp_abort() (Kamal Heib) [2120668]
- RDMA/irdma: Validate udata inlen and outlen (Kamal Heib) [2120668]
- RDMA/irdma: Align AE id codes to correct flush code and event (Kamal Heib) [2120668]
- vgacon: Propagate console boot parameters before calling `vc_resize' (Mohammed Gamal) [2141944]
- cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_share (Ronnie Sahlberg) [2145009]
- cifs: skip trailing separators of prefix paths (Ronnie Sahlberg) [2145009]
- cifs: use new enum for ses_status (Ronnie Sahlberg) [2145009]
- cifs: fix minor compile warning (Ronnie Sahlberg) [2145009]
- cifs: return ENOENT for DFS lookup_cache_entry() (Ronnie Sahlberg) [2145009]
- cifs: use correct lock type in cifs_reconnect() (Ronnie Sahlberg) [2145009]
- cifs: force new session setup and tcon for dfs (Ronnie Sahlberg) [2145009]
- smb3: cleanup and clarify status of tree connections (Ronnie Sahlberg) [2145009]
- cifs: remove repeated state change in dfs tree connect (Ronnie Sahlberg) [2145009]
- cifs: skip extra NULL byte in filenames (Ronnie Sahlberg) [2145009]
- cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was set (Ronnie Sahlberg) [2145009]
- cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refs (Ronnie Sahlberg) [2145009]
- cifs: alloc_path_with_tree_prefix: do not append sep. if the path is empty (Ronnie Sahlberg) [2145009]
- Enable the Tegra186 timer (Al Stone) [2129130]
- clocksource/drivers/timer-tegra186: Add support for Tegra234 SoC (Al Stone) [2129130]
- clocksource: Add Tegra186 timers support (Al Stone) [2129130]
- hv_netvsc: Fix race between VF offering and VF association message from host (Mohammed Gamal) [2139466]
- clocksource: hyper-v: unexport __init-annotated hv_init_clocksource() (Mohammed Gamal) [2139464]
- net: mana: Add rmb after checking owner bits (Mohammed Gamal) [2139461]
- net: mana: Add support of XDP_REDIRECT action (Mohammed Gamal) [2139461]
- net: mana: Add the Linux MANA PF driver (Mohammed Gamal) [2139461]
- drm/ast: Avoid reprogramming primary-plane scanout address (Jocelyn Falempe) [2128599]
- drm/ast: Convert ast to SHMEM (Jocelyn Falempe) [2128599]
- drm/ast: Style cleanups in plane code (Jocelyn Falempe) [2128599]
- drm/ast: Rename struct ast_cursor_plane to struct ast_plane (Jocelyn Falempe) [2128599]
- drm/ast: Remove cursor double buffering (Jocelyn Falempe) [2128599]
- drm/ast: Do not call drm_atomic_add_affected_planes() (Jocelyn Falempe) [2128599]
- drm/ast: Call drm_atomic_helper_check_plane_state() unconditionally (Jocelyn Falempe) [2128599]
- drm/ast: Acquire I/O-register lock in atomic_commit_tail function (Jocelyn Falempe) [2128599]
- drm/ast: Add Atomic gamma lut support for aspeed (Jocelyn Falempe) [2128599]
- drm/ast: make ast_modeset static (Jocelyn Falempe) [2128599]
- drm/ast: Fix video broken in some resolutions on ast2600 (Jocelyn Falempe) [2128599]
- drm/ast: Add resolution support for 1152x864@75 (Jocelyn Falempe) [2128599]
- misc: rtsx: rts522a rts5228 rts5261 support Runtime PM (Mark Pearson) [2120778]
- misc: rtsx: conditionally build rtsx_pm_power_saving() (Mark Pearson) [2120778]
- misc: rtsx: Quiesce rts5249 on system suspend (Mark Pearson) [2120778]
- misc: rtsx: Cleanup power management ops (Mark Pearson) [2120778]
- misc: rtsx: Rework runtime power management flow (Mark Pearson) [2120778]
* Fri Dec 09 2022 Herton R. Krzesinski <herton@redhat.com> [5.14.0-210.el9]
- NFSD: Mark exports of NFS as unsupported (Benjamin Coddington) [2150887]
- bonding: get correct NA dest address (Jonathan Toppins) [2112748]

View File

@ -1,3 +1,3 @@
SHA512 (linux-5.14.0-210.el9.tar.xz) = 2ec9f801053aa230dcacef84e0303dd49b786f26924cd88eddd13b09ed272d8e86696f3aebe105a5eab0341c87ba171a06e84e17d3ab1e7d8fac7de8b9636149
SHA512 (kernel-abi-stablelists-5.14.0-210.el9.tar.bz2) = de36879fa9b5f400c88524b2b8deb97b75565cce54345052a8531b8a5769e0b195841b8e875f8281d74ad73ac7fafece0d49c71a7d8367c042c40639e2d4e77f
SHA512 (kernel-kabi-dw-5.14.0-210.el9.tar.bz2) = 0e9d9c4b6bac4986f57cff3e389d426facdefae1ec0401c55ba658c1f57cdf24907ed61e0fae7c0f8e827183a1df6021ae52c6f0ac0cb6776ad07103143bed6d
SHA512 (linux-5.14.0-211.el9.tar.xz) = 4502febac4f398be534d13eb98cfa42a2004b04690b3876b5faf6881bfe520823f7160e3200a7d9592bad5e8f13d4a47a83bae972ef26ffa854e5f4ec7b07acd
SHA512 (kernel-abi-stablelists-5.14.0-211.el9.tar.bz2) = 07e01c6d157f41178575ce0ebba034a61de146515a63b8f99fad2f071ae3c7d9d9e9ac3b9671265211edfdb841f21c93f4872e82c7b355f081917de1475ffacf
SHA512 (kernel-kabi-dw-5.14.0-211.el9.tar.bz2) = ae87cda7d16d50bb16761791975deddbd164dd3c594a5b7274349580db228111e99b10a7f8892e09ae9aad6b2e5f1e0a6673494b5ff986a950b59f26391e3369