From 637d84323483256b42f0d41bdec041af5094b5c8 Mon Sep 17 00:00:00 2001 From: "Herton R. Krzesinski" Date: Mon, 20 Dec 2021 14:15:26 +0000 Subject: [PATCH] kernel-5.14.0-35.el9 * Mon Dec 20 2021 Herton R. Krzesinski [5.14.0-35.el9] - drm/hyperv: Fix device removal on Gen1 VMs (Mohammed Gamal) [2018067] - wireguard: device: reset peer src endpoint when netns exits (Hangbin Liu) [1967796] - nvmet: use IOCB_NOWAIT only if the filesystem supports it (Chris Leech) [2022054] - nvmet-tcp: fix incomplete data digest send (Chris Leech) [2022054] - nvmet-tcp: fix memory leak when performing a controller reset (Chris Leech) [2022054] - nvmet-tcp: add an helper to free the cmd buffers (Chris Leech) [2022054] - nvmet-tcp: fix a race condition between release_queue and io_work (Chris Leech) [2022054] - nvmet-tcp: fix use-after-free when a port is removed (Chris Leech) [2022054] - nvmet-rdma: fix use-after-free when a port is removed (Chris Leech) [2022054] - nvmet: fix use-after-free when a port is removed (Chris Leech) [2022054] - nvmet-tcp: fix header digest verification (Chris Leech) [2022054] - nvmet-tcp: fix data digest pointer calculation (Chris Leech) [2022054] - nvmet-tcp: fix a memory leak when releasing a queue (Chris Leech) [2022054] - nvmet: fix a width vs precision bug in nvmet_subsys_attr_serial_show() (Chris Leech) [2022054] - nvmet: fixup buffer overrun in nvmet_subsys_attr_serial() (Chris Leech) [2022054] - nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_req (Chris Leech) [2022054] - nvmet: looks at the passthrough controller when initializing CAP (Chris Leech) [2022054] - nvmet: check that host sqsize does not exceed ctrl MQES (Chris Leech) [2022054] - nvmet: avoid duplicate qid in connect cmd (Chris Leech) [2022054] - nvmet: pass back cntlid on successful completion (Chris Leech) [2022054] - nvmet: remove redundant assignments of variable status (Chris Leech) [2022054] - nvme-fabrics: ignore invalid fast_io_fail_tmo values (Chris Leech) [2022054] - nvme-tcp: fix memory leak when freeing a queue (Chris Leech) [2022054] - nvme-tcp: validate R2T PDU in nvme_tcp_handle_r2t() (Chris Leech) [2022054] - nvme-tcp: fix data digest pointer calculation (Chris Leech) [2022054] - nvme-tcp: fix possible req->offset corruption (Chris Leech) [2022054] - nvme-tcp: fix H2CData PDU send accounting (again) (Chris Leech) [2022054] - nvme: fix per-namespace chardev deletion (Chris Leech) [2022054] - nvme: keep ctrl->namespaces ordered (Chris Leech) [2022054] - nvme-tcp: fix incorrect h2cdata pdu offset accounting (Chris Leech) [2022054] - nvme-tcp: fix io_work priority inversion (Chris Leech) [2022054] - nvme-multipath: fix ANA state updates when a namespace is not present (Chris Leech) [2022054] - nvme: update keep alive interval when kato is modified (Chris Leech) [2022054] - nvme-tcp: Do not reset transport on data digest errors (Chris Leech) [2022054] - nvme-rdma: don't update queue count when failing to set io queues (Chris Leech) [2022054] - nvme-tcp: don't update queue count when failing to set io queues (Chris Leech) [2022054] - nvme-tcp: pair send_mutex init with destroy (Chris Leech) [2022054] - nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu data (Chris Leech) [2022054] - ovl: fix missing negative dentry check in ovl_rename() (Miklos Szeredi) [2011181] - selftests/bpf/xdp_redirect_multi: Limit the tests in netns (Hangbin Liu) [2008895] - selftests/bpf/xdp_redirect_multi: Give tcpdump a chance to terminate cleanly (Hangbin Liu) [2008895] - selftests/bpf/xdp_redirect_multi: Use arping to accurate the arp number (Hangbin Liu) [2008895] - selftests/bpf/xdp_redirect_multi: Put the logs to tmp folder (Hangbin Liu) [2008895] Resolves: rhbz#1967796, rhbz#2008895, rhbz#2011181, rhbz#2018067, rhbz#2022054 Signed-off-by: Herton R. Krzesinski --- Makefile.rhelver | 2 +- kernel-s390x-debug-rhel.config | 2 +- kernel-s390x-rhel.config | 2 +- kernel-s390x-zfcpdump-rhel.config | 2 +- kernel.spec | 57 +++++++++++++++++++++++++++---- sources | 6 ++-- 6 files changed, 58 insertions(+), 13 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 30526406e..4fc6ae8b5 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 0 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 34 +RHEL_RELEASE = 35 # # Early y+1 numbering diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index b4a59a204..b182acc12 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -3911,7 +3911,7 @@ CONFIG_PCIE_EDR=y # CONFIG_PCI_FTPCI100 is not set # CONFIG_PCI_HOST_GENERIC is not set CONFIG_PCI_HYPERV=m -# CONFIG_PCI_IOV is not set +CONFIG_PCI_IOV=y # CONFIG_PCI_J721E_HOST is not set # CONFIG_PCI_MESON is not set CONFIG_PCI_MSI=y diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index 142d63b5d..629432e67 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -3894,7 +3894,7 @@ CONFIG_PCIE_EDR=y # CONFIG_PCI_FTPCI100 is not set # CONFIG_PCI_HOST_GENERIC is not set CONFIG_PCI_HYPERV=m -# CONFIG_PCI_IOV is not set +CONFIG_PCI_IOV=y # CONFIG_PCI_J721E_HOST is not set # CONFIG_PCI_MESON is not set CONFIG_PCI_MSI=y diff --git a/kernel-s390x-zfcpdump-rhel.config b/kernel-s390x-zfcpdump-rhel.config index 82e8750e2..a0917859b 100644 --- a/kernel-s390x-zfcpdump-rhel.config +++ b/kernel-s390x-zfcpdump-rhel.config @@ -3916,7 +3916,7 @@ CONFIG_PCIE_EDR=y # CONFIG_PCI_FTPCI100 is not set # CONFIG_PCI_HOST_GENERIC is not set CONFIG_PCI_HYPERV=m -# CONFIG_PCI_IOV is not set +CONFIG_PCI_IOV=y # CONFIG_PCI is not set # CONFIG_PCI_J721E_HOST is not set # CONFIG_PCI_MESON is not set diff --git a/kernel.spec b/kernel.spec index 8d69f7c8f..360f472f1 100755 --- a/kernel.spec +++ b/kernel.spec @@ -85,7 +85,7 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 -%global distro_build 34 +%global distro_build 35 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -129,13 +129,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 34.el9 +%define pkgrelease 35.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 34%{?buildid}%{?dist} +%define specrelease 35%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -677,7 +677,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-34.el9.tar.xz +Source0: linux-5.14.0-35.el9.tar.xz Source1: Makefile.rhelver @@ -1362,8 +1362,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-34.el9 -c -mv linux-5.14.0-34.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-35.el9 -c +mv linux-5.14.0-35.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2952,6 +2952,51 @@ fi # # %changelog +* Mon Dec 20 2021 Herton R. Krzesinski [5.14.0-35.el9] +- drm/hyperv: Fix device removal on Gen1 VMs (Mohammed Gamal) [2018067] +- wireguard: device: reset peer src endpoint when netns exits (Hangbin Liu) [1967796] +- nvmet: use IOCB_NOWAIT only if the filesystem supports it (Chris Leech) [2022054] +- nvmet-tcp: fix incomplete data digest send (Chris Leech) [2022054] +- nvmet-tcp: fix memory leak when performing a controller reset (Chris Leech) [2022054] +- nvmet-tcp: add an helper to free the cmd buffers (Chris Leech) [2022054] +- nvmet-tcp: fix a race condition between release_queue and io_work (Chris Leech) [2022054] +- nvmet-tcp: fix use-after-free when a port is removed (Chris Leech) [2022054] +- nvmet-rdma: fix use-after-free when a port is removed (Chris Leech) [2022054] +- nvmet: fix use-after-free when a port is removed (Chris Leech) [2022054] +- nvmet-tcp: fix header digest verification (Chris Leech) [2022054] +- nvmet-tcp: fix data digest pointer calculation (Chris Leech) [2022054] +- nvmet-tcp: fix a memory leak when releasing a queue (Chris Leech) [2022054] +- nvmet: fix a width vs precision bug in nvmet_subsys_attr_serial_show() (Chris Leech) [2022054] +- nvmet: fixup buffer overrun in nvmet_subsys_attr_serial() (Chris Leech) [2022054] +- nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_req (Chris Leech) [2022054] +- nvmet: looks at the passthrough controller when initializing CAP (Chris Leech) [2022054] +- nvmet: check that host sqsize does not exceed ctrl MQES (Chris Leech) [2022054] +- nvmet: avoid duplicate qid in connect cmd (Chris Leech) [2022054] +- nvmet: pass back cntlid on successful completion (Chris Leech) [2022054] +- nvmet: remove redundant assignments of variable status (Chris Leech) [2022054] +- nvme-fabrics: ignore invalid fast_io_fail_tmo values (Chris Leech) [2022054] +- nvme-tcp: fix memory leak when freeing a queue (Chris Leech) [2022054] +- nvme-tcp: validate R2T PDU in nvme_tcp_handle_r2t() (Chris Leech) [2022054] +- nvme-tcp: fix data digest pointer calculation (Chris Leech) [2022054] +- nvme-tcp: fix possible req->offset corruption (Chris Leech) [2022054] +- nvme-tcp: fix H2CData PDU send accounting (again) (Chris Leech) [2022054] +- nvme: fix per-namespace chardev deletion (Chris Leech) [2022054] +- nvme: keep ctrl->namespaces ordered (Chris Leech) [2022054] +- nvme-tcp: fix incorrect h2cdata pdu offset accounting (Chris Leech) [2022054] +- nvme-tcp: fix io_work priority inversion (Chris Leech) [2022054] +- nvme-multipath: fix ANA state updates when a namespace is not present (Chris Leech) [2022054] +- nvme: update keep alive interval when kato is modified (Chris Leech) [2022054] +- nvme-tcp: Do not reset transport on data digest errors (Chris Leech) [2022054] +- nvme-rdma: don't update queue count when failing to set io queues (Chris Leech) [2022054] +- nvme-tcp: don't update queue count when failing to set io queues (Chris Leech) [2022054] +- nvme-tcp: pair send_mutex init with destroy (Chris Leech) [2022054] +- nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu data (Chris Leech) [2022054] +- ovl: fix missing negative dentry check in ovl_rename() (Miklos Szeredi) [2011181] +- selftests/bpf/xdp_redirect_multi: Limit the tests in netns (Hangbin Liu) [2008895] +- selftests/bpf/xdp_redirect_multi: Give tcpdump a chance to terminate cleanly (Hangbin Liu) [2008895] +- selftests/bpf/xdp_redirect_multi: Use arping to accurate the arp number (Hangbin Liu) [2008895] +- selftests/bpf/xdp_redirect_multi: Put the logs to tmp folder (Hangbin Liu) [2008895] + * Sat Dec 18 2021 Herton R. Krzesinski [5.14.0-34.el9] - nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned (Ming Lei) [2018403] - nvdimm/pmem: stop using q_usage_count as external pgmap refcount (Ming Lei) [2018403] diff --git a/sources b/sources index b0b47a0d4..76ef6b090 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-34.el9.tar.xz) = 3a13704fbdfe5e2fbeca77c3ab3d129ccca902f96d319b4c2fd74b569e018e0b9a01bd18c6c63a129a7a6b2b67d096410554ac5182a710b8d7be80794442dfc1 -SHA512 (kernel-abi-stablelists-5.14.0-34.tar.bz2) = 63427c834058a7280693a1a14e306d4f1fc5a2b43915e5fb42ae0cc34c6faced362e5f41c651b50314e3f9f17d381533eed15608997935b4a099ab8179d15b76 -SHA512 (kernel-kabi-dw-5.14.0-34.tar.bz2) = 7397058d508e4073f233d49df704f6790faf45992e25b78f0531a43bcc41b69d69d075b135904ebb9691b1d0e402bbe7a02e0c0b1d3ef6db9a18f73acfaa3b8a +SHA512 (linux-5.14.0-35.el9.tar.xz) = c2f4602de839a72376dbb772d3be19677620eaf37a2750bf367d37fdc4f27f8aacf595e8a8815aba25d91cd66106f8284d9319d7359b99a61ca09e7ec64beba4 +SHA512 (kernel-abi-stablelists-5.14.0-35.tar.bz2) = f5d49604c7f4aafcfba8c249446aa25ac3b042f2176c6087cb4e5d5c86fc57f87ade7cc42194fb7cb7269412874878bc6193a14a3ace84c3839a1ccb5549a11c +SHA512 (kernel-kabi-dw-5.14.0-35.tar.bz2) = 0dca61c5a4a3f781d62b2d9ce03aef3d0e08e5d9a82db6be18eaefaefa81d5a8206ab4908770ea523c4c0e34f5e4f0a0fb0ef6f81112356d1901ac1af001409a