From e41e6f5324d5f1eca9a89c03e169e9eb2cd2b897 Mon Sep 17 00:00:00 2001 From: "Luis Claudio R. Goncalves" Date: Mon, 20 Jun 2022 21:23:19 -0300 Subject: [PATCH] kernel-rt-5.14.0-115.rt21.115.el9 * Mon Jun 20 2022 Luis Claudio R. Goncalves [5.14.0-115.rt21.115.el9] - [rt] build kernel-rt-5.14.0-115.rt21.115.el9 [2061574] - video: fbdev: hyperv_fb: Allow resolutions with size > 64 MB for Gen1 (Mohammed Gamal) [2096917] - hv_balloon: Fix balloon_probe() and balloon_remove() error handling (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: fix typo in comment (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Remove support for Hyper-V 2008 and Hyper-V 2008R2/Win7 (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Refactor the ring-buffer iterator functions (Mohammed Gamal) [2086622] - hv_sock: Copy packets sent by Hyper-V out of the ring buffer (Mohammed Gamal) [2086622] - hv_sock: Check hv_pkt_iter_first_raw()'s return value (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Accept hv_sock offers in isolated guests (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Introduce {lock,unlock}_requestor() (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Introduce vmbus_request_addr_match() (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Introduce vmbus_sendpacket_getid() (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Fix handling of messages with transaction ID of zero (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Add VMbus IMC device to unsupported list (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb() (Mohammed Gamal) [2086622] - Drivers: hv: balloon: Disable balloon and hot-add accordingly (Mohammed Gamal) [2086622] - Drivers: hv: balloon: Support status report for larger page sizes (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Prevent load re-ordering when reading ring buffer (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Fix potential crash on module unload (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Fix initialization of device object in vmbus_device_register() (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in isolated guests (Mohammed Gamal) [2086622] - drivers: hv: log when enabling crash_kexec_post_notifiers (Mohammed Gamal) [2086622] - Drivers: hv: utils: Make use of the helper macro LIST_HEAD() (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Rework use of DMA_BIT_MASK(64) (Mohammed Gamal) [2086622] - scsi: storvsc: Add Isolation VM support for storvsc driver (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj (Mohammed Gamal) [2086622] - Drivers: hv: Compare cpumasks and not their weights in init_vp_index() (Mohammed Gamal) [2086622] - Drivers: hv: Rename 'alloced' to 'allocated' (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Use struct_size() helper in kmalloc() (Mohammed Gamal) [2086622] - Drivers: hv: balloon: account for vmbus packet header in max_pkt_size (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Initialize request offers message for Isolation VM (Mohammed Gamal) [2086622] - Drivers: hv: Fix definition of hypercall input & output arg variables (Mohammed Gamal) [2086622] - hv: utils: add PTP_1588_CLOCK to Kconfig to fix build (Mohammed Gamal) [2086622] - Drivers: hv: balloon: Use VMBUS_RING_SIZE() wrapper for dm_ring_size (Mohammed Gamal) [2086622] - Drivers: hv : vmbus: Adding NULL pointer check (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Initialize VMbus ring buffer for Isolation VM (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Add SNP support for VMbus channel initiate message (Mohammed Gamal) [2086622] - Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM (Mohammed Gamal) [2086622] - x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave) (Vitaly Kuznetsov) [2092468] - ixgbevf: clean up some inconsistent indenting (Ken Cox) [2037982] - ixgbevf: Require large buffers for build_skb on 82599VF (Ken Cox) [2037982] - ixgbevf: Remove useless DMA-32 fallback configuration (Ken Cox) [2037982] - ixgbevf: switch to napi_build_skb() (Ken Cox) [2037982] - ixgbevf: Add support for new mailbox communication between PF and VF (Ken Cox) [2037982] - ixgbevf: Mailbox improvements (Ken Cox) [2037982] - ixgbevf: Add legacy suffix to old API mailbox functions (Ken Cox) [2037982] - ixgbevf: Improve error handling in mailbox (Ken Cox) [2037982] - ixgbevf: Rename MSGTYPE to SUCCESS and FAILURE (Ken Cox) [2037982] - net: ixgbevf: Remove redundant initialization of variable ret_val (Ken Cox) [2037982] Resolves: rhbz#2061574 --- Makefile.rhelver | 4 +-- kernel.spec | 64 ++++++++++++++++++++++++++++++++++++++++++++---- sources | 6 ++--- 3 files changed, 64 insertions(+), 10 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index afe406e..c5d898f 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 1 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 114 +RHEL_RELEASE = 115 # # ZSTREAM @@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.114 +RTBUILD:=.115 diff --git a/kernel.spec b/kernel.spec index 74080f7..53028b5 100755 --- a/kernel.spec +++ b/kernel.spec @@ -121,13 +121,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 114.rt21.114.el9 +%define pkgrelease 115.rt21.115.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 114.rt21.114%{?buildid}%{?dist} +%define specrelease 115.rt21.115%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -707,7 +707,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-114.rt21.114.el9.tar.xz +Source0: linux-5.14.0-115.rt21.115.el9.tar.xz Source1: Makefile.rhelver @@ -1420,8 +1420,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-114.rt21.114.el9 -c -mv linux-5.14.0-114.rt21.114.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-115.rt21.115.el9 -c +mv linux-5.14.0-115.rt21.115.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3115,6 +3115,60 @@ fi # # %changelog +* Mon Jun 20 2022 Luis Claudio R. Goncalves [5.14.0-115.rt21.115.el9] +- [rt] build kernel-rt-5.14.0-115.rt21.115.el9 [2061574] + +* Mon Jun 20 2022 Luis Claudio R. Goncalves [5.14.0-115.rt21.115.el9] +- [rt] build kernel-rt-5.14.0-115.rt21.115.el9 [2061574] +- video: fbdev: hyperv_fb: Allow resolutions with size > 64 MB for Gen1 (Mohammed Gamal) [2096917] +- hv_balloon: Fix balloon_probe() and balloon_remove() error handling (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: fix typo in comment (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Remove support for Hyper-V 2008 and Hyper-V 2008R2/Win7 (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Refactor the ring-buffer iterator functions (Mohammed Gamal) [2086622] +- hv_sock: Copy packets sent by Hyper-V out of the ring buffer (Mohammed Gamal) [2086622] +- hv_sock: Check hv_pkt_iter_first_raw()'s return value (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Accept hv_sock offers in isolated guests (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Introduce {lock,unlock}_requestor() (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Introduce vmbus_request_addr_match() (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Introduce vmbus_sendpacket_getid() (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Fix handling of messages with transaction ID of zero (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Add VMbus IMC device to unsupported list (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb() (Mohammed Gamal) [2086622] +- Drivers: hv: balloon: Disable balloon and hot-add accordingly (Mohammed Gamal) [2086622] +- Drivers: hv: balloon: Support status report for larger page sizes (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Prevent load re-ordering when reading ring buffer (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Fix potential crash on module unload (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Fix initialization of device object in vmbus_device_register() (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in isolated guests (Mohammed Gamal) [2086622] +- drivers: hv: log when enabling crash_kexec_post_notifiers (Mohammed Gamal) [2086622] +- Drivers: hv: utils: Make use of the helper macro LIST_HEAD() (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Rework use of DMA_BIT_MASK(64) (Mohammed Gamal) [2086622] +- scsi: storvsc: Add Isolation VM support for storvsc driver (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj (Mohammed Gamal) [2086622] +- Drivers: hv: Compare cpumasks and not their weights in init_vp_index() (Mohammed Gamal) [2086622] +- Drivers: hv: Rename 'alloced' to 'allocated' (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Use struct_size() helper in kmalloc() (Mohammed Gamal) [2086622] +- Drivers: hv: balloon: account for vmbus packet header in max_pkt_size (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Initialize request offers message for Isolation VM (Mohammed Gamal) [2086622] +- Drivers: hv: Fix definition of hypercall input & output arg variables (Mohammed Gamal) [2086622] +- hv: utils: add PTP_1588_CLOCK to Kconfig to fix build (Mohammed Gamal) [2086622] +- Drivers: hv: balloon: Use VMBUS_RING_SIZE() wrapper for dm_ring_size (Mohammed Gamal) [2086622] +- Drivers: hv : vmbus: Adding NULL pointer check (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Initialize VMbus ring buffer for Isolation VM (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Add SNP support for VMbus channel initiate message (Mohammed Gamal) [2086622] +- Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM (Mohammed Gamal) [2086622] +- x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave) (Vitaly Kuznetsov) [2092468] +- ixgbevf: clean up some inconsistent indenting (Ken Cox) [2037982] +- ixgbevf: Require large buffers for build_skb on 82599VF (Ken Cox) [2037982] +- ixgbevf: Remove useless DMA-32 fallback configuration (Ken Cox) [2037982] +- ixgbevf: switch to napi_build_skb() (Ken Cox) [2037982] +- ixgbevf: Add support for new mailbox communication between PF and VF (Ken Cox) [2037982] +- ixgbevf: Mailbox improvements (Ken Cox) [2037982] +- ixgbevf: Add legacy suffix to old API mailbox functions (Ken Cox) [2037982] +- ixgbevf: Improve error handling in mailbox (Ken Cox) [2037982] +- ixgbevf: Rename MSGTYPE to SUCCESS and FAILURE (Ken Cox) [2037982] +- net: ixgbevf: Remove redundant initialization of variable ret_val (Ken Cox) [2037982] + * Mon Jun 20 2022 Luis Claudio R. Goncalves [5.14.0-114.rt21.114.el9] - [rt] build kernel-rt-5.14.0-114.rt21.114.el9 [2061574] - redhat/configs: Move CRYPTO_USER config to match ARK layout (Vladis Dronov) [2096894] diff --git a/sources b/sources index edb00d4..70e67f3 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c -SHA512 (linux-5.14.0-114.rt21.114.el9.tar.xz) = 43bcf0227380297b05a411a6aaba6f03441a59b8c279764249889c6f5a9c470c83dce89c45889078c9eeb12a41b60a4d7cc503b4a15f13f28477eae289feaabd -SHA512 (kernel-abi-stablelists-5.14.0-114.rt21.114.el9.tar.bz2) = a958ea1e21815b341be591cadf2a0578da80d0f02a84cb706f8b1a433143a2850689591e299edc35d08edc157e566056fb114f5d1b421a2f130205a8af2490bf -SHA512 (kernel-kabi-dw-5.14.0-114.rt21.114.el9.tar.bz2) = c48e61982bd95c4a1453e0cdc93b7c8868d8aa715c33a9b017679511c6e92e724e35ba52f16d020bd844613bb6f27b4f3c561e14cec621fc116c61a65ea88138 +SHA512 (linux-5.14.0-115.rt21.115.el9.tar.xz) = cd6dccb68baa8086b530a53655f0879723bc647d385d549c021434d422e61682b5beb2f1b83024501c2e679ca072ea072e5136a25cc1126be2f4c67559f6e11e +SHA512 (kernel-abi-stablelists-5.14.0-115.rt21.115.el9.tar.bz2) = e246201c0d57f259691b4b7a596aaf2dd5941cc2f13da7124dfeef05c9e6b340b9801a3ffd67933f3ea76e1d32a441b07a0c59a1874a44007ea2b8d16046dbd2 +SHA512 (kernel-kabi-dw-5.14.0-115.rt21.115.el9.tar.bz2) = c48e61982bd95c4a1453e0cdc93b7c8868d8aa715c33a9b017679511c6e92e724e35ba52f16d020bd844613bb6f27b4f3c561e14cec621fc116c61a65ea88138