kernel-rt-5.14.0-212.rt14.213.el9

* Tue Dec 13 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-212.rt14.213.el9]
- [rt] build kernel-rt-5.14.0-212.rt14.213.el9 [2125474]
- udp: track the forward memory release threshold in an hot cacheline (Paolo Abeni) [2133057]
- net: introduce and use custom sockopt socket flag (Paolo Abeni) [2133057]
- bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt() (Paolo Abeni) [2133057]
- net: Add sk_setsockopt() to take the sk ptr instead of the sock ptr (Paolo Abeni) [2133057]
- net: skb: introduce and use a single page frag cache (Paolo Abeni) [2133057]
- net: add napi_get_frags_check() helper (Paolo Abeni) [2133057]
- libceph: clean up ceph_osdc_start_request prototype (Xiubo Li) [2120166]
- rbd: replace usage of found with dedicated list iterator variable (Xiubo Li) [2120166]
- libceph: fix ceph_pagelist_reserve() comment typo (Xiubo Li) [2120166]
- ceph: don't truncate file in atomic_open (Xiubo Li) [2120166]
- ceph: make f_bsize always equal to f_frsize (Xiubo Li) [2120166]
- libceph: print fsid and epoch with osd id (Xiubo Li) [2120166]
- libceph: check pointer before assigned to "c->rules[]" (Xiubo Li) [2120166]
- ceph: update the auth cap when the async create req is forwarded (Xiubo Li) [2120166]
- ceph: make change_auth_cap_ses a global symbol (Xiubo Li) [2120166]
- ceph: fix incorrect old_size length in ceph_mds_request_args (Xiubo Li) [2120166]
- ceph: convert to generic_file_llseek (Xiubo Li) [2120166]
- ceph: fix the incorrect comment for the ceph_mds_caps struct (Xiubo Li) [2120166]
- ceph: don't leak snap_rwsem in handle_cap_grant (Xiubo Li) [2120166]
- ceph: prevent a client from exceeding the MDS maximum xattr size (Xiubo Li) [2120166]
- ceph: choose auth MDS for getxattr with the Xs caps (Xiubo Li) [2120166]
- ceph: add session already open notify support (Xiubo Li) [2120166]
- ceph: wait for the first reply of inflight async unlink (Xiubo Li) [2120166]
- fs/dcache: export d_same_name() helper (Xiubo Li) [2120166]
- ceph: remove useless CEPHFS_FEATURES_CLIENT_REQUIRED (Xiubo Li) [2120166]
- ceph: use correct index when encoding client supported features (Xiubo Li) [2120166]
- ceph: switch TASK_INTERRUPTIBLE to TASK_KILLABLE (Xiubo Li) [2120166]
- ceph: remove redundant variable ino (Xiubo Li) [2120166]
- ceph: try to queue a writeback if revoking fails (Xiubo Li) [2120166]
- ceph: fix statfs for subdir mounts (Xiubo Li) [2120166]
- ceph: try to choose the auth MDS if possible for getattr (Xiubo Li) [2120166]
- ceph: disable updating the atime since cephfs won't maintain it (Xiubo Li) [2120166]
- ceph: flush the mdlog for filesystem sync (Xiubo Li) [2120166]
- ceph: rename unsafe_request_wait() (Xiubo Li) [2120166]
- libceph: use swap() macro instead of taking tmp variable (Xiubo Li) [2120166]
- ceph: fix statx AT_STATX_DONT_SYNC vs AT_STATX_FORCE_SYNC check (Xiubo Li) [2120166]
- ceph: use dedicated list iterator variable (Xiubo Li) [2120166]
- ceph: update the dlease for the hashed dentry when removing (Xiubo Li) [2120166]
- ceph: stop retrying the request when exceeding 256 times (Xiubo Li) [2120166]
- ceph: stop forwarding the request when exceeding 256 times (Xiubo Li) [2120166]
- ceph: remove unused CEPH_MDS_LEASE_RELEASE related code (Xiubo Li) [2120166]
- ceph: allow ceph.dir.rctime xattr to be updatable (Xiubo Li) [2120166]
- powercap: RAPL: Add Power Limit4 support for Alder Lake-N and Raptor Lake-P (David Arcari) [2106144]
- powercap: intel_rapl: remove redundant store to value after multiply (David Arcari) [2106144]
- powercap: RAPL: Add Power Limit4 support for RaptorLake (David Arcari) [2106144]
- powercap: intel_rapl: support new layout of Psys PowerLimit Register on SPR (David Arcari) [2106144]
- powercap: Add Power Limit4 support for Alder Lake SoC (David Arcari) [2106144]
- Revert "Merge: Backport Aspeed conversion to shmem" (Herton R. Krzesinski)
Resolves: rhbz#2125474

Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
This commit is contained in:
Luis Claudio R. Goncalves 2022-12-13 21:22:03 -03:00
parent eb44457864
commit 747c3e6cb8
3 changed files with 60 additions and 9 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 = 211
RHEL_RELEASE = 212
#
# ZSTREAM
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
endif
endif
RTBUILD:=.212
RTBUILD:=.213

View File

@ -119,15 +119,15 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 5.14.0
%define patchversion 5.14
%define pkgrelease 211.rt14.212
%define pkgrelease 212.rt14.213
%define kversion 5
%define tarfile_release 5.14.0-211.rt14.212.el9
%define tarfile_release 5.14.0-212.rt14.213.el9
# This is needed to do merge window version magic
%define patchlevel 14
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 211.rt14.212%{?buildid}%{?dist}
%define specrelease 212.rt14.213%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-211.rt14.212.el9
%define kabiversion 5.14.0-212.rt14.213.el9
#
# End of genspec.sh variables
@ -3236,6 +3236,57 @@ fi
#
#
%changelog
* Tue Dec 13 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-212.rt14.213.el9]
- [rt] build kernel-rt-5.14.0-212.rt14.213.el9 [2125474]
- udp: track the forward memory release threshold in an hot cacheline (Paolo Abeni) [2133057]
- net: introduce and use custom sockopt socket flag (Paolo Abeni) [2133057]
- bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt() (Paolo Abeni) [2133057]
- net: Add sk_setsockopt() to take the sk ptr instead of the sock ptr (Paolo Abeni) [2133057]
- net: skb: introduce and use a single page frag cache (Paolo Abeni) [2133057]
- net: add napi_get_frags_check() helper (Paolo Abeni) [2133057]
- libceph: clean up ceph_osdc_start_request prototype (Xiubo Li) [2120166]
- rbd: replace usage of found with dedicated list iterator variable (Xiubo Li) [2120166]
- libceph: fix ceph_pagelist_reserve() comment typo (Xiubo Li) [2120166]
- ceph: don't truncate file in atomic_open (Xiubo Li) [2120166]
- ceph: make f_bsize always equal to f_frsize (Xiubo Li) [2120166]
- libceph: print fsid and epoch with osd id (Xiubo Li) [2120166]
- libceph: check pointer before assigned to "c->rules[]" (Xiubo Li) [2120166]
- ceph: update the auth cap when the async create req is forwarded (Xiubo Li) [2120166]
- ceph: make change_auth_cap_ses a global symbol (Xiubo Li) [2120166]
- ceph: fix incorrect old_size length in ceph_mds_request_args (Xiubo Li) [2120166]
- ceph: convert to generic_file_llseek (Xiubo Li) [2120166]
- ceph: fix the incorrect comment for the ceph_mds_caps struct (Xiubo Li) [2120166]
- ceph: don't leak snap_rwsem in handle_cap_grant (Xiubo Li) [2120166]
- ceph: prevent a client from exceeding the MDS maximum xattr size (Xiubo Li) [2120166]
- ceph: choose auth MDS for getxattr with the Xs caps (Xiubo Li) [2120166]
- ceph: add session already open notify support (Xiubo Li) [2120166]
- ceph: wait for the first reply of inflight async unlink (Xiubo Li) [2120166]
- fs/dcache: export d_same_name() helper (Xiubo Li) [2120166]
- ceph: remove useless CEPHFS_FEATURES_CLIENT_REQUIRED (Xiubo Li) [2120166]
- ceph: use correct index when encoding client supported features (Xiubo Li) [2120166]
- ceph: switch TASK_INTERRUPTIBLE to TASK_KILLABLE (Xiubo Li) [2120166]
- ceph: remove redundant variable ino (Xiubo Li) [2120166]
- ceph: try to queue a writeback if revoking fails (Xiubo Li) [2120166]
- ceph: fix statfs for subdir mounts (Xiubo Li) [2120166]
- ceph: try to choose the auth MDS if possible for getattr (Xiubo Li) [2120166]
- ceph: disable updating the atime since cephfs won't maintain it (Xiubo Li) [2120166]
- ceph: flush the mdlog for filesystem sync (Xiubo Li) [2120166]
- ceph: rename unsafe_request_wait() (Xiubo Li) [2120166]
- libceph: use swap() macro instead of taking tmp variable (Xiubo Li) [2120166]
- ceph: fix statx AT_STATX_DONT_SYNC vs AT_STATX_FORCE_SYNC check (Xiubo Li) [2120166]
- ceph: use dedicated list iterator variable (Xiubo Li) [2120166]
- ceph: update the dlease for the hashed dentry when removing (Xiubo Li) [2120166]
- ceph: stop retrying the request when exceeding 256 times (Xiubo Li) [2120166]
- ceph: stop forwarding the request when exceeding 256 times (Xiubo Li) [2120166]
- ceph: remove unused CEPH_MDS_LEASE_RELEASE related code (Xiubo Li) [2120166]
- ceph: allow ceph.dir.rctime xattr to be updatable (Xiubo Li) [2120166]
- powercap: RAPL: Add Power Limit4 support for Alder Lake-N and Raptor Lake-P (David Arcari) [2106144]
- powercap: intel_rapl: remove redundant store to value after multiply (David Arcari) [2106144]
- powercap: RAPL: Add Power Limit4 support for RaptorLake (David Arcari) [2106144]
- powercap: intel_rapl: support new layout of Psys PowerLimit Register on SPR (David Arcari) [2106144]
- powercap: Add Power Limit4 support for Alder Lake SoC (David Arcari) [2106144]
- Revert "Merge: Backport Aspeed conversion to shmem" (Herton R. Krzesinski)
* Mon Dec 12 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-211.rt14.212.el9]
- [rt] build kernel-rt-5.14.0-211.rt14.212.el9 [2125474]
- RDMA/core: Fix null-ptr-deref in ib_core_cleanup() (Kamal Heib) [2120668]

View File

@ -1,4 +1,4 @@
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
SHA512 (linux-5.14.0-211.rt14.212.el9.tar.xz) = 3be4c169dbf3e0d3cb39b8e1a096e0817df3bf873461621bbd6226501708ed7ab9f11071cbc9abb53b755a33365f96daa075be774712f143a81a002f54f75037
SHA512 (kernel-abi-stablelists-5.14.0-211.rt14.212.el9.tar.bz2) = b432decec89e200f1d9ceb70a65fd7efa740f3661af26fe5792ca7f72e5cb2db3e71e146b055b5138990e0559b43a858a6b7f660cf8f9f2bda72a1227f5c90d4
SHA512 (kernel-kabi-dw-5.14.0-211.rt14.212.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
SHA512 (linux-5.14.0-212.rt14.213.el9.tar.xz) = c877a382a58a937cc182e06fc44b043b7b6fabbc2bc8ac05171a7a581e89791720d50172a9286839987c93e720fe7c392c4b6fab266e299c1237ae77f2b91742
SHA512 (kernel-abi-stablelists-5.14.0-212.rt14.213.el9.tar.bz2) = a9fe3965b2a249ef3c5d66938b30a9cf4ed7c11cd18af22ca1471f35960687ccc6154d683bdfcdbb078a23a8d0c9830b9807eb9dbb1f8827919ac102f5158ea7
SHA512 (kernel-kabi-dw-5.14.0-212.rt14.213.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578