kernel-rt-5.14.0-199.rt21.199.el9

* Mon Nov 21 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-199.rt21.199.el9]
- [rt] build kernel-rt-5.14.0-199.rt21.199.el9 [2125474]
- redhat/configs: turn off NXP i.MX9 family (Steve Best) [2138010]
- soc: imx: imx93-pd: Fix the error handling path of imx93_pd_probe() (Steve Best) [2138010]
- soc: imx: add i.MX93 media blk ctrl driver (Steve Best) [2138010]
- dt-bindings: soc: add i.MX93 mediamix blk ctrl (Steve Best) [2138010]
- soc: imx: add i.MX93 SRC power domain driver (Steve Best) [2138010]
- ipv6: Fix crash when IPv6 is administratively disabled (Guillaume Nault) [2138802]
- raw: fix a typo in raw_icmp_error() (Guillaume Nault) [2138802]
- raw: remove unused variables from raw6_icmp_error() (Guillaume Nault) [2138802]
- raw: complete rcu conversion (Guillaume Nault) [2138802]
- raw: Use helpers for the hlist_nulls variant. (Guillaume Nault) [2138802]
- raw: Fix mixed declarations error in raw_icmp_error(). (Guillaume Nault) [2138802]
- raw: convert raw sockets to RCU (Guillaume Nault) [2138802]
- raw: use more conventional iterators (Guillaume Nault) [2138802]
- arm64: kdump: Reimplement crashkernel=X fixup (Eric Chanudet) [2136853]
- bnx2x: Fix comment typo (Manish Chopra) [2112159]
- bnx2x: Fix spelling mistake "regiser" -> "register" (Manish Chopra) [2112159]
- bnx2x: Fix undefined behavior due to shift overflowing the constant (Manish Chopra) [2112159]
- RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr() (Manish Chopra) [2112168]
- qlogic: qed: fix clang -Wformat warnings (Manish Chopra) [2112168]
- qed: Use bitmap_empty() (Manish Chopra) [2112168]
- qed: Use the bitmap API to allocate bitmaps (Manish Chopra) [2112168]
- qlogic/qed: fix repeated words in comments (Manish Chopra) [2112168]
- RDMA/qedr: Fix reporting QP timeout attribute (Manish Chopra) [2112168]
- qed: fix typos in comments (Manish Chopra) [2112168]
- net: qed: fix typos in comments (Manish Chopra) [2112168]
- RDMA/qedr: Remove unnecessary synchronize_irq() before free_irq() (Manish Chopra) [2112168]
- net: qede: Remove unnecessary synchronize_irq() before free_irq() (Manish Chopra) [2112168]
- qed: Remove unnecessary synchronize_irq() before free_irq() (Manish Chopra) [2112168]
- qed: replace bitmap_weight with bitmap_empty in qed_roce_stop() (Manish Chopra) [2112168]
- qed: rework qed_rdma_bmap_free() (Manish Chopra) [2112168]
- qed: Remove IP services API. (Manish Chopra) [2112168]
- qed: remove an unneed NULL check on list iterator (Manish Chopra) [2112168]
Resolves: rhbz#2125474

Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
This commit is contained in:
Luis Claudio R. Goncalves 2022-11-21 20:54:13 -03:00
parent 06aa8e5fbd
commit 5faa6d7db3
3 changed files with 44 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 = 198
RHEL_RELEASE = 199
#
# ZSTREAM
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
endif
endif
RTBUILD:=.198
RTBUILD:=.199

View File

@ -119,15 +119,15 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 5.14.0
%define patchversion 5.14
%define pkgrelease 198.rt21.198
%define pkgrelease 199.rt21.199
%define kversion 5
%define tarfile_release 5.14.0-198.rt21.198.el9
%define tarfile_release 5.14.0-199.rt21.199.el9
# This is needed to do merge window version magic
%define patchlevel 14
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 198.rt21.198%{?buildid}%{?dist}
%define specrelease 199.rt21.199%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-198.rt21.198.el9
%define kabiversion 5.14.0-199.rt21.199.el9
#
# End of genspec.sh variables
@ -3191,6 +3191,41 @@ fi
#
#
%changelog
* Mon Nov 21 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-199.rt21.199.el9]
- [rt] build kernel-rt-5.14.0-199.rt21.199.el9 [2125474]
- redhat/configs: turn off NXP i.MX9 family (Steve Best) [2138010]
- soc: imx: imx93-pd: Fix the error handling path of imx93_pd_probe() (Steve Best) [2138010]
- soc: imx: add i.MX93 media blk ctrl driver (Steve Best) [2138010]
- dt-bindings: soc: add i.MX93 mediamix blk ctrl (Steve Best) [2138010]
- soc: imx: add i.MX93 SRC power domain driver (Steve Best) [2138010]
- ipv6: Fix crash when IPv6 is administratively disabled (Guillaume Nault) [2138802]
- raw: fix a typo in raw_icmp_error() (Guillaume Nault) [2138802]
- raw: remove unused variables from raw6_icmp_error() (Guillaume Nault) [2138802]
- raw: complete rcu conversion (Guillaume Nault) [2138802]
- raw: Use helpers for the hlist_nulls variant. (Guillaume Nault) [2138802]
- raw: Fix mixed declarations error in raw_icmp_error(). (Guillaume Nault) [2138802]
- raw: convert raw sockets to RCU (Guillaume Nault) [2138802]
- raw: use more conventional iterators (Guillaume Nault) [2138802]
- arm64: kdump: Reimplement crashkernel=X fixup (Eric Chanudet) [2136853]
- bnx2x: Fix comment typo (Manish Chopra) [2112159]
- bnx2x: Fix spelling mistake "regiser" -> "register" (Manish Chopra) [2112159]
- bnx2x: Fix undefined behavior due to shift overflowing the constant (Manish Chopra) [2112159]
- RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr() (Manish Chopra) [2112168]
- qlogic: qed: fix clang -Wformat warnings (Manish Chopra) [2112168]
- qed: Use bitmap_empty() (Manish Chopra) [2112168]
- qed: Use the bitmap API to allocate bitmaps (Manish Chopra) [2112168]
- qlogic/qed: fix repeated words in comments (Manish Chopra) [2112168]
- RDMA/qedr: Fix reporting QP timeout attribute (Manish Chopra) [2112168]
- qed: fix typos in comments (Manish Chopra) [2112168]
- net: qed: fix typos in comments (Manish Chopra) [2112168]
- RDMA/qedr: Remove unnecessary synchronize_irq() before free_irq() (Manish Chopra) [2112168]
- net: qede: Remove unnecessary synchronize_irq() before free_irq() (Manish Chopra) [2112168]
- qed: Remove unnecessary synchronize_irq() before free_irq() (Manish Chopra) [2112168]
- qed: replace bitmap_weight with bitmap_empty in qed_roce_stop() (Manish Chopra) [2112168]
- qed: rework qed_rdma_bmap_free() (Manish Chopra) [2112168]
- qed: Remove IP services API. (Manish Chopra) [2112168]
- qed: remove an unneed NULL check on list iterator (Manish Chopra) [2112168]
* Thu Nov 17 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-198.rt21.198.el9]
- [rt] build kernel-rt-5.14.0-198.rt21.198.el9 [2125474]
- CI: Remove deprecated variable (Veronika Kabatova)

View File

@ -1,4 +1,4 @@
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
SHA512 (linux-5.14.0-198.rt21.198.el9.tar.xz) = 979aebb50c6d0ac12b3e56c5e1be4cd04bbabfd76f6a5b36d8cf1f11e6b3c0fc4622aae9ea8fd2f2812cd57401072727eeea8177b7680c8fed1eb724bd2990c9
SHA512 (kernel-abi-stablelists-5.14.0-198.rt21.198.el9.tar.bz2) = 9dc2152aafac865cd3d1e50b7534f7b5d2d04cd46440579a0a207e94d0a88f736198e2561ec5f5d13a06769e4dc3bd2219a51031cf47c143390f28bead727da4
SHA512 (kernel-kabi-dw-5.14.0-198.rt21.198.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
SHA512 (linux-5.14.0-199.rt21.199.el9.tar.xz) = 55b5af7dffcf5749f25afb705fe9d82d3044de5d3de7d7bcbab92de8b5da7b9aaa8663079ca4ab158f6564010bc8c59e5fda4c4eda6d25b3d9ab0d23e2a92f61
SHA512 (kernel-abi-stablelists-5.14.0-199.rt21.199.el9.tar.bz2) = 1ce04c1cbbd69ff4233f6eff84646d168d6506a2bb5feffda6881fa9ac2d7d0385189caf73d81b6f863337022a6fdeb55644f7d1bcafc6480177cdf7fad5d16a
SHA512 (kernel-kabi-dw-5.14.0-199.rt21.199.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578