kernel-5.14.0-92.el9
* Sat May 14 2022 Patrick Talbert <ptalbert@redhat.com> [5.14.0-92.el9] - RDMA/hfi1: Fix use-after-free bug for mm struct (Kamal Heib) [2056772] - RDMA/siw: Fix a condition race issue in MPA request processing (Kamal Heib) [2056772] - RDMA/irdma: Fix possible crash due to NULL netdev in notifier (Kamal Heib) [2056772] - RDMA/irdma: Reduce iWARP QP destroy time (Kamal Heib) [2056772] - RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state (Kamal Heib) [2056772] - RDMA/irdma: Fix deadlock in irdma_cleanup_cm_core() (Kamal Heib) [2056772] - IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition (Kamal Heib) [2056772] - IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVD (Kamal Heib) [2056772] - RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit() (Kamal Heib) [2056772] - IB/iser: Fix error flow in case of registration failure (Kamal Heib) [2056772] - IB/iser: Generalize map/unmap dma tasks (Kamal Heib) [2056772] - IB/iser: Use iser_fr_desc as registration context (Kamal Heib) [2056772] - IB/iser: Remove iser_reg_data_sg helper function (Kamal Heib) [2056772] - RDMA/irdma: Add support for address handle re-use (Kamal Heib) [2056772] - Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error" (Kamal Heib) [2056772] - RDMA/irdma: Prevent some integer underflows (Kamal Heib) [2056772] - RDMA/core: Fix ib_qp_usecnt_dec() called when error (Kamal Heib) [2056772] - IB/hfi1: Allow larger MTU without AIP (Kamal Heib) [2056772] - RDMA/core: Remove unnecessary statements (Kamal Heib) [2056772] - RDMA/irdma: Remove incorrect masking of PD (Kamal Heib) [2056772] - RDMA/irdma: Fix Passthrough mode in VM (Kamal Heib) [2056772] - RDMA/irdma: Fix netdev notifications for vlan's (Kamal Heib) [2056772] - RDMA/irdma: Make irdma_create_mg_ctx return a void (Kamal Heib) [2056772] - RDMA/irdma: Move union irdma_sockaddr to header file (Kamal Heib) [2056772] - RDMA/irdma: Remove the unnecessary variable saddr (Kamal Heib) [2056772] - RDMA/irdma: Use net_type to check network type (Kamal Heib) [2056772] - RDMA/irdma: Remove excess error variables (Kamal Heib) [2056772] - RDMA/irdma: Propagate error codes (Kamal Heib) [2056772] - RDMA/irdma: Remove enum irdma_status_code (Kamal Heib) [2056772] - RDMA/ib_srp: Add more documentation (Kamal Heib) [2056772] - IB/cma: Allow XRC INI QPs to set their local ACK timeout (Kamal Heib) [2056772] - RDMA/hfi: Replace cpumask_weight with cpumask_empty where appropriate (Kamal Heib) [2056772] - RDMA/irdma: Refactor DCB bits in prep for DSCP support (Kamal Heib) [2056772] - RDMA/opa: Delete useless module.h include (Kamal Heib) [2056772] - RDMA/iser: Delete useless module.h include (Kamal Heib) [2056772] - RDMA/ipoib: Delete useless module.h include (Kamal Heib) [2056772] - RDMA/usnic: Delete useless module.h include (Kamal Heib) [2056772] - RDMA/hfi1: Delete useless module.h include (Kamal Heib) [2056772] - RDMA/core: Delete useless module.h include (Kamal Heib) [2056772] - RDMA/core: Set MR type in ib_reg_user_mr (Kamal Heib) [2056772] - RDMA/pvrdma: Remove useless DMA-32 fallback configuration (Kamal Heib) [2056772] - redhat: disable CONFIG_USB_CHIPIDEA (Patrick Talbert) Resolves: rhbz#2056772 Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
This commit is contained in:
parent
9a42f39e87
commit
a7b77fb9ff
@ -12,7 +12,7 @@ RHEL_MINOR = 1
|
|||||||
#
|
#
|
||||||
# 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 = 91
|
RHEL_RELEASE = 92
|
||||||
|
|
||||||
#
|
#
|
||||||
# ZSTREAM
|
# ZSTREAM
|
||||||
|
@ -5936,7 +5936,7 @@ CONFIG_USB_CATC=m
|
|||||||
CONFIG_USB_CHAOSKEY=m
|
CONFIG_USB_CHAOSKEY=m
|
||||||
CONFIG_USB_CHIPIDEA_HOST=y
|
CONFIG_USB_CHIPIDEA_HOST=y
|
||||||
CONFIG_USB_CHIPIDEA_IMX=m
|
CONFIG_USB_CHIPIDEA_IMX=m
|
||||||
CONFIG_USB_CHIPIDEA=m
|
# CONFIG_USB_CHIPIDEA is not set
|
||||||
# CONFIG_USB_CONN_GPIO is not set
|
# CONFIG_USB_CONN_GPIO is not set
|
||||||
CONFIG_USB_CXACRU=m
|
CONFIG_USB_CXACRU=m
|
||||||
# CONFIG_USB_CYPRESS_CY7C63 is not set
|
# CONFIG_USB_CYPRESS_CY7C63 is not set
|
||||||
|
@ -5912,7 +5912,7 @@ CONFIG_USB_CATC=m
|
|||||||
CONFIG_USB_CHAOSKEY=m
|
CONFIG_USB_CHAOSKEY=m
|
||||||
CONFIG_USB_CHIPIDEA_HOST=y
|
CONFIG_USB_CHIPIDEA_HOST=y
|
||||||
CONFIG_USB_CHIPIDEA_IMX=m
|
CONFIG_USB_CHIPIDEA_IMX=m
|
||||||
CONFIG_USB_CHIPIDEA=m
|
# CONFIG_USB_CHIPIDEA is not set
|
||||||
# CONFIG_USB_CONN_GPIO is not set
|
# CONFIG_USB_CONN_GPIO is not set
|
||||||
CONFIG_USB_CXACRU=m
|
CONFIG_USB_CXACRU=m
|
||||||
# CONFIG_USB_CYPRESS_CY7C63 is not set
|
# CONFIG_USB_CYPRESS_CY7C63 is not set
|
||||||
|
54
kernel.spec
54
kernel.spec
@ -121,13 +121,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 91.el9
|
%define pkgrelease 92.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 91%{?buildid}%{?dist}
|
%define specrelease 92%{?buildid}%{?dist}
|
||||||
|
|
||||||
%define pkg_release %{specrelease}
|
%define pkg_release %{specrelease}
|
||||||
|
|
||||||
@ -676,7 +676,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-91.el9.tar.xz
|
Source0: linux-5.14.0-92.el9.tar.xz
|
||||||
|
|
||||||
Source1: Makefile.rhelver
|
Source1: Makefile.rhelver
|
||||||
|
|
||||||
@ -1346,8 +1346,8 @@ ApplyOptionalPatch()
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
%setup -q -n kernel-5.14.0-91.el9 -c
|
%setup -q -n kernel-5.14.0-92.el9 -c
|
||||||
mv linux-5.14.0-91.el9 linux-%{KVERREL}
|
mv linux-5.14.0-92.el9 linux-%{KVERREL}
|
||||||
|
|
||||||
cd linux-%{KVERREL}
|
cd linux-%{KVERREL}
|
||||||
cp -a %{SOURCE1} .
|
cp -a %{SOURCE1} .
|
||||||
@ -2973,6 +2973,50 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 14 2022 Patrick Talbert <ptalbert@redhat.com> [5.14.0-92.el9]
|
||||||
|
- RDMA/hfi1: Fix use-after-free bug for mm struct (Kamal Heib) [2056772]
|
||||||
|
- RDMA/siw: Fix a condition race issue in MPA request processing (Kamal Heib) [2056772]
|
||||||
|
- RDMA/irdma: Fix possible crash due to NULL netdev in notifier (Kamal Heib) [2056772]
|
||||||
|
- RDMA/irdma: Reduce iWARP QP destroy time (Kamal Heib) [2056772]
|
||||||
|
- RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state (Kamal Heib) [2056772]
|
||||||
|
- RDMA/irdma: Fix deadlock in irdma_cleanup_cm_core() (Kamal Heib) [2056772]
|
||||||
|
- IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition (Kamal Heib) [2056772]
|
||||||
|
- IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVD (Kamal Heib) [2056772]
|
||||||
|
- RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit() (Kamal Heib) [2056772]
|
||||||
|
- IB/iser: Fix error flow in case of registration failure (Kamal Heib) [2056772]
|
||||||
|
- IB/iser: Generalize map/unmap dma tasks (Kamal Heib) [2056772]
|
||||||
|
- IB/iser: Use iser_fr_desc as registration context (Kamal Heib) [2056772]
|
||||||
|
- IB/iser: Remove iser_reg_data_sg helper function (Kamal Heib) [2056772]
|
||||||
|
- RDMA/irdma: Add support for address handle re-use (Kamal Heib) [2056772]
|
||||||
|
- Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error" (Kamal Heib) [2056772]
|
||||||
|
- RDMA/irdma: Prevent some integer underflows (Kamal Heib) [2056772]
|
||||||
|
- RDMA/core: Fix ib_qp_usecnt_dec() called when error (Kamal Heib) [2056772]
|
||||||
|
- IB/hfi1: Allow larger MTU without AIP (Kamal Heib) [2056772]
|
||||||
|
- RDMA/core: Remove unnecessary statements (Kamal Heib) [2056772]
|
||||||
|
- RDMA/irdma: Remove incorrect masking of PD (Kamal Heib) [2056772]
|
||||||
|
- RDMA/irdma: Fix Passthrough mode in VM (Kamal Heib) [2056772]
|
||||||
|
- RDMA/irdma: Fix netdev notifications for vlan's (Kamal Heib) [2056772]
|
||||||
|
- RDMA/irdma: Make irdma_create_mg_ctx return a void (Kamal Heib) [2056772]
|
||||||
|
- RDMA/irdma: Move union irdma_sockaddr to header file (Kamal Heib) [2056772]
|
||||||
|
- RDMA/irdma: Remove the unnecessary variable saddr (Kamal Heib) [2056772]
|
||||||
|
- RDMA/irdma: Use net_type to check network type (Kamal Heib) [2056772]
|
||||||
|
- RDMA/irdma: Remove excess error variables (Kamal Heib) [2056772]
|
||||||
|
- RDMA/irdma: Propagate error codes (Kamal Heib) [2056772]
|
||||||
|
- RDMA/irdma: Remove enum irdma_status_code (Kamal Heib) [2056772]
|
||||||
|
- RDMA/ib_srp: Add more documentation (Kamal Heib) [2056772]
|
||||||
|
- IB/cma: Allow XRC INI QPs to set their local ACK timeout (Kamal Heib) [2056772]
|
||||||
|
- RDMA/hfi: Replace cpumask_weight with cpumask_empty where appropriate (Kamal Heib) [2056772]
|
||||||
|
- RDMA/irdma: Refactor DCB bits in prep for DSCP support (Kamal Heib) [2056772]
|
||||||
|
- RDMA/opa: Delete useless module.h include (Kamal Heib) [2056772]
|
||||||
|
- RDMA/iser: Delete useless module.h include (Kamal Heib) [2056772]
|
||||||
|
- RDMA/ipoib: Delete useless module.h include (Kamal Heib) [2056772]
|
||||||
|
- RDMA/usnic: Delete useless module.h include (Kamal Heib) [2056772]
|
||||||
|
- RDMA/hfi1: Delete useless module.h include (Kamal Heib) [2056772]
|
||||||
|
- RDMA/core: Delete useless module.h include (Kamal Heib) [2056772]
|
||||||
|
- RDMA/core: Set MR type in ib_reg_user_mr (Kamal Heib) [2056772]
|
||||||
|
- RDMA/pvrdma: Remove useless DMA-32 fallback configuration (Kamal Heib) [2056772]
|
||||||
|
- redhat: disable CONFIG_USB_CHIPIDEA (Patrick Talbert)
|
||||||
|
|
||||||
* Sat May 14 2022 Patrick Talbert <ptalbert@redhat.com> [5.14.0-91.el9]
|
* Sat May 14 2022 Patrick Talbert <ptalbert@redhat.com> [5.14.0-91.el9]
|
||||||
- redhat/configs: Enable CONFIG_AMD_HSMP for x86_64 (John Allen) [2072235]
|
- redhat/configs: Enable CONFIG_AMD_HSMP for x86_64 (John Allen) [2072235]
|
||||||
- platform/x86: Add AMD system management interface (John Allen) [2072235]
|
- platform/x86: Add AMD system management interface (John Allen) [2072235]
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (linux-5.14.0-91.el9.tar.xz) = a47c3b908ae21bc918d12bbc80c24f814d9492bb1e8a600668ff38f990b7ad13a8a2150529ee81b8f38f1b321fe01f46f83d48a8945cc8fd20c339c03892191f
|
SHA512 (linux-5.14.0-92.el9.tar.xz) = 7f0c9769ee57dcddb775630f532299daf601c07ee6b57ee4cb783201f67b9e8ef1f3038426b9f9fd3861b72429e94ec0e9855f034afe30d5d2206e1eda81d6c3
|
||||||
SHA512 (kernel-abi-stablelists-5.14.0-91.el9.tar.bz2) = 5009b15acb8a231a5db6c980bb6470e1300c39019d337e48897ed8337a458e0fb9a563c17103e3e67f872941c9e5cc0558e4517b592e95489f35ab31886e6141
|
SHA512 (kernel-abi-stablelists-5.14.0-92.el9.tar.bz2) = 12d800d039a2f47c37078f44c8cad6a1786ae65ba44832612d59fd8d690bb7e90222f24bd4762f2aff405e3df55d0d435bb7e36e0ab02446b49eb1e67082aa44
|
||||||
SHA512 (kernel-kabi-dw-5.14.0-91.el9.tar.bz2) = b07e3d6617cc434bf03eb165691b8b64418260e0a97bf3da3959aa03d142ff345c94b4a0f0856246d2b2c6a6a713fd6495e9f2cb73244cf4cfc5a4b7525e7674
|
SHA512 (kernel-kabi-dw-5.14.0-92.el9.tar.bz2) = b07e3d6617cc434bf03eb165691b8b64418260e0a97bf3da3959aa03d142ff345c94b4a0f0856246d2b2c6a6a713fd6495e9f2cb73244cf4cfc5a4b7525e7674
|
||||||
|
Loading…
Reference in New Issue
Block a user