kernel-rt-5.14.0-35.rt21.35.el9
* Tue Dec 21 2021 Juri Lelli <juri.lelli@redhat.com> [5.14.0-35.rt21.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#2002474, rhbz#2008895, rhbz#2011181, rhbz#2018067, rhbz#2022054
This commit is contained in:
parent
83dab1283e
commit
13057a53b6
@ -12,7 +12,7 @@ RHEL_MINOR = 0
|
|||||||
#
|
#
|
||||||
# Use this spot to avoid future merge conflicts.
|
# Use this spot to avoid future merge conflicts.
|
||||||
# Do not trim this comment.
|
# Do not trim this comment.
|
||||||
RHEL_RELEASE = 34
|
RHEL_RELEASE = 35
|
||||||
|
|
||||||
#
|
#
|
||||||
# Early y+1 numbering
|
# Early y+1 numbering
|
||||||
@ -44,4 +44,4 @@ ifneq ("$(ZSTREAM)", "yes")
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
RTBUILD:=.34
|
RTBUILD:=.35
|
||||||
|
57
kernel.spec
57
kernel.spec
@ -85,7 +85,7 @@ Summary: The Linux kernel
|
|||||||
# the --with-release option overrides this setting.)
|
# the --with-release option overrides this setting.)
|
||||||
%define debugbuildsenabled 1
|
%define debugbuildsenabled 1
|
||||||
|
|
||||||
%global distro_build 34
|
%global distro_build 35
|
||||||
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
%define secure_boot_arch x86_64
|
%define secure_boot_arch x86_64
|
||||||
@ -129,13 +129,13 @@ Summary: The Linux kernel
|
|||||||
%define kversion 5.14
|
%define kversion 5.14
|
||||||
|
|
||||||
%define rpmversion 5.14.0
|
%define rpmversion 5.14.0
|
||||||
%define pkgrelease 34.rt21.34.el9
|
%define pkgrelease 35.rt21.35.el9
|
||||||
|
|
||||||
# This is needed to do merge window version magic
|
# This is needed to do merge window version magic
|
||||||
%define patchlevel 14
|
%define patchlevel 14
|
||||||
|
|
||||||
# allow pkg_release to have configurable %%{?dist} tag
|
# allow pkg_release to have configurable %%{?dist} tag
|
||||||
%define specrelease 34.rt21.34%{?buildid}%{?dist}
|
%define specrelease 35.rt21.35%{?buildid}%{?dist}
|
||||||
|
|
||||||
%define pkg_release %{specrelease}
|
%define pkg_release %{specrelease}
|
||||||
|
|
||||||
@ -705,7 +705,7 @@ BuildRequires: lld
|
|||||||
# exact git commit you can run
|
# exact git commit you can run
|
||||||
#
|
#
|
||||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||||
Source0: linux-5.14.0-34.rt21.34.el9.tar.xz
|
Source0: linux-5.14.0-35.rt21.35.el9.tar.xz
|
||||||
|
|
||||||
Source1: Makefile.rhelver
|
Source1: Makefile.rhelver
|
||||||
|
|
||||||
@ -1433,8 +1433,8 @@ ApplyOptionalPatch()
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
%setup -q -n kernel-5.14.0-34.rt21.34.el9 -c
|
%setup -q -n kernel-5.14.0-35.rt21.35.el9 -c
|
||||||
mv linux-5.14.0-34.rt21.34.el9 linux-%{KVERREL}
|
mv linux-5.14.0-35.rt21.35.el9 linux-%{KVERREL}
|
||||||
|
|
||||||
cd linux-%{KVERREL}
|
cd linux-%{KVERREL}
|
||||||
cp -a %{SOURCE1} .
|
cp -a %{SOURCE1} .
|
||||||
@ -3081,6 +3081,51 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 21 2021 Juri Lelli <juri.lelli@redhat.com> [5.14.0-35.rt21.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]
|
||||||
|
|
||||||
* Mon Dec 20 2021 Juri Lelli <juri.lelli@redhat.com> [5.14.0-34.rt21.34.el9]
|
* Mon Dec 20 2021 Juri Lelli <juri.lelli@redhat.com> [5.14.0-34.rt21.34.el9]
|
||||||
- Revert "Merge: block: update to v5.16" (Juri Lelli)
|
- Revert "Merge: block: update to v5.16" (Juri Lelli)
|
||||||
- nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned (Ming Lei) [2018403]
|
- nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned (Ming Lei) [2018403]
|
||||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
|||||||
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
||||||
SHA512 (linux-5.14.0-34.rt21.34.el9.tar.xz) = 84c17de4ff8ed002f48611d5d7542312111aff2a972bbd96985eda0052408816236264d479c37045ac1e5418d4f57985a88f54f4f003338958b0d3ec0fe1aaaa
|
SHA512 (linux-5.14.0-35.rt21.35.el9.tar.xz) = dec9da93175f7b04763b2d2033a5538433ac2d1ff8f549c926234e04f8ef4f21fbee672fcf817ef269e0b77766c2ea31886bf462e5974b4abafb263aad9c0fc8
|
||||||
SHA512 (kernel-abi-stablelists-5.14.0-34.tar.bz2) = 4055a44202c037e291a1d776de3ba7871f6203181c99a9a0997ab3fa166885799ff848aa93f4ad5c74e70a3d471dd363d0e9776fb78089a863fa167be1bb902e
|
SHA512 (kernel-abi-stablelists-5.14.0-35.tar.bz2) = 5037208fbfcf289a414c5e2d43d9fd7c4b55776e99bc8b5e3703845ee72fdd4d2d97ee0ab69a85d84346cd1d57b9f5b232cf860bbb05442f6599bca13446677e
|
||||||
SHA512 (kernel-kabi-dw-5.14.0-34.tar.bz2) = c901529aff636abbc2aa5f289ec098a2a29c8507aa81ee649d1104592b8abad9f495db0e947dc36a84e043708a47373de35156b40b252281ef747f06e19ed914
|
SHA512 (kernel-kabi-dw-5.14.0-35.tar.bz2) = c901529aff636abbc2aa5f289ec098a2a29c8507aa81ee649d1104592b8abad9f495db0e947dc36a84e043708a47373de35156b40b252281ef747f06e19ed914
|
||||||
|
Loading…
Reference in New Issue
Block a user