kernel-rt-5.14.0-218.rt14.219.el9

* Mon Dec 19 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-218.rt14.219.el9]
- [rt] build kernel-rt-5.14.0-218.rt14.219.el9 [2125474]
- arm64: tegra: Mark BPMP channels as no-memory-wc (Al Stone) [2129151]
- dt-bindings: misc: Convert Tegra MISC to json-schema (Al Stone) [2129151]
- dt-bindings: sram: Document NVIDIA Tegra SYSRAM (Al Stone) [2129151]
- misc: sram: Add compatible string for Tegra234 SYSRAM (Al Stone) [2129151]
- dt-bindings: sram: Allow numbers in sram region node name (Al Stone) [2129151]
- dt-bindings: sram: Document qcom,rpm-msg-ram (Al Stone) [2129151]
- misc: sram: Only map reserved areas in Tegra SYSRAM (Al Stone) [2129151]
- wireguard: Kconfig: select CRYPTO_CHACHA_S390 (John B. Wyatt IV) [2134831]
- crypto: s390 - do not depend on CRYPTO_HW for SIMD implementations (John B. Wyatt IV) [2134831]
- HID: hyperv: fix possible memory leak in mousevsc_probe() (Mohammed Gamal) [2139469]
- HID: hyperv: Correctly access fields declared as __le16 (Mohammed Gamal) [2139469]
- md/raid1: stop mdx_raid1 thread when raid1 array run failed (Nigel Croxon) [2141362 2143273]
- md/raid5: use bdev_write_cache instead of open coding it (Nigel Croxon) [2143273]
- md: fix a crash in mempool_free (Nigel Croxon) [2143261 2143273]
- md/raid0, raid10: Don't set discard sectors for request queue (Nigel Croxon) [2128207 2135609 2143273]
- md/bitmap: Fix bitmap chunk size overflow issues (Nigel Croxon) [2143273]
- md: introduce md_ro_state (Nigel Croxon) [2143273]
- md: factor out __md_set_array_info() (Nigel Croxon) [2143273]
- lib/raid6: drop RAID6_USE_EMPTY_ZERO_PAGE (Nigel Croxon) [2143273]
- raid5-cache: use try_cmpxchg in r5l_wake_reclaim (Nigel Croxon) [2143273]
- drivers/md/md-bitmap: check the return value of md_bitmap_get_counter() (Nigel Croxon) [2143273]
Resolves: rhbz#2125474

Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
This commit is contained in:
Luis Claudio R. Goncalves 2022-12-19 22:09:25 -03:00
parent 0014644881
commit 552032b53a
3 changed files with 33 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 = 217
RHEL_RELEASE = 218
#
# ZSTREAM
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
endif
endif
RTBUILD:=.218
RTBUILD:=.219

View File

@ -119,15 +119,15 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 5.14.0
%define patchversion 5.14
%define pkgrelease 217.rt14.218
%define pkgrelease 218.rt14.219
%define kversion 5
%define tarfile_release 5.14.0-217.rt14.218.el9
%define tarfile_release 5.14.0-218.rt14.219.el9
# This is needed to do merge window version magic
%define patchlevel 14
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 217.rt14.218%{?buildid}%{?dist}
%define specrelease 218.rt14.219%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-217.rt14.218.el9
%define kabiversion 5.14.0-218.rt14.219.el9
#
# End of genspec.sh variables
@ -3236,6 +3236,30 @@ fi
#
#
%changelog
* Mon Dec 19 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-218.rt14.219.el9]
- [rt] build kernel-rt-5.14.0-218.rt14.219.el9 [2125474]
- arm64: tegra: Mark BPMP channels as no-memory-wc (Al Stone) [2129151]
- dt-bindings: misc: Convert Tegra MISC to json-schema (Al Stone) [2129151]
- dt-bindings: sram: Document NVIDIA Tegra SYSRAM (Al Stone) [2129151]
- misc: sram: Add compatible string for Tegra234 SYSRAM (Al Stone) [2129151]
- dt-bindings: sram: Allow numbers in sram region node name (Al Stone) [2129151]
- dt-bindings: sram: Document qcom,rpm-msg-ram (Al Stone) [2129151]
- misc: sram: Only map reserved areas in Tegra SYSRAM (Al Stone) [2129151]
- wireguard: Kconfig: select CRYPTO_CHACHA_S390 (John B. Wyatt IV) [2134831]
- crypto: s390 - do not depend on CRYPTO_HW for SIMD implementations (John B. Wyatt IV) [2134831]
- HID: hyperv: fix possible memory leak in mousevsc_probe() (Mohammed Gamal) [2139469]
- HID: hyperv: Correctly access fields declared as __le16 (Mohammed Gamal) [2139469]
- md/raid1: stop mdx_raid1 thread when raid1 array run failed (Nigel Croxon) [2141362 2143273]
- md/raid5: use bdev_write_cache instead of open coding it (Nigel Croxon) [2143273]
- md: fix a crash in mempool_free (Nigel Croxon) [2143261 2143273]
- md/raid0, raid10: Don't set discard sectors for request queue (Nigel Croxon) [2128207 2135609 2143273]
- md/bitmap: Fix bitmap chunk size overflow issues (Nigel Croxon) [2143273]
- md: introduce md_ro_state (Nigel Croxon) [2143273]
- md: factor out __md_set_array_info() (Nigel Croxon) [2143273]
- lib/raid6: drop RAID6_USE_EMPTY_ZERO_PAGE (Nigel Croxon) [2143273]
- raid5-cache: use try_cmpxchg in r5l_wake_reclaim (Nigel Croxon) [2143273]
- drivers/md/md-bitmap: check the return value of md_bitmap_get_counter() (Nigel Croxon) [2143273]
* Fri Dec 16 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-217.rt14.218.el9]
- [rt] build kernel-rt-5.14.0-217.rt14.218.el9 [2125474]
- igc: Correct the launchtime offset (Corinna Vinschen) [2104471]

View File

@ -1,4 +1,4 @@
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
SHA512 (linux-5.14.0-217.rt14.218.el9.tar.xz) = 7faec2639ebc0d67748894483d30d1a8a3cd557c2d5431540afef0ef2c00d7ae2317d28a3a8dbdc037356ac26389ce4c33271522a71c8cdaab91576f52e0efc5
SHA512 (kernel-abi-stablelists-5.14.0-217.rt14.218.el9.tar.bz2) = 02896fa6cf46a7412aa3c5362f3d5a1968caabbdedc0068405e77e3105fa3e49fca12d7e60640d9351e2c24e123c39b480a1803cde8b08159fdb23c09ba729d1
SHA512 (kernel-kabi-dw-5.14.0-217.rt14.218.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
SHA512 (linux-5.14.0-218.rt14.219.el9.tar.xz) = c1b6f63858ff46bdc42c71f769476f3398f00af9ff4c2c1acabbd6959ad26af5e7ddc850be01d3a2cb96a172500b8e1967c2203fb4f85ecab53f9e99ba344354
SHA512 (kernel-abi-stablelists-5.14.0-218.rt14.219.el9.tar.bz2) = 38710c39d667170005b1c2bc78f74c15d790255194c45682d667b2802ef61aa5aa4e4fd937b4d5989120d5eb64155141a9930dcface0cefae2e48fb77b82a11f
SHA512 (kernel-kabi-dw-5.14.0-218.rt14.219.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578