Patch "RDMA/rxe: Fix missing kconfig dependency on CRYPTO" has been added to the 4.19-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    RDMA/rxe: Fix missing kconfig dependency on CRYPTO

to the 4.19-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     rdma-rxe-fix-missing-kconfig-dependency-on-crypto.patch
and it can be found in the queue-4.19 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 83ed5e411e95a8a1e362e2ec6f2b66ecf1b9def0
Author: Julian Braha <julianbraha@xxxxxxxxx>
Date:   Fri Feb 19 18:32:26 2021 -0500

    RDMA/rxe: Fix missing kconfig dependency on CRYPTO
    
    [ Upstream commit 475f23b8c66d2892ad6acbf90ed757cafab13de7 ]
    
    When RDMA_RXE is enabled and CRYPTO is disabled, Kbuild gives the
    following warning:
    
     WARNING: unmet direct dependencies detected for CRYPTO_CRC32
       Depends on [n]: CRYPTO [=n]
       Selected by [y]:
       - RDMA_RXE [=y] && (INFINIBAND_USER_ACCESS [=y] || !INFINIBAND_USER_ACCESS [=y]) && INET [=y] && PCI [=y] && INFINIBAND [=y] && INFINIBAND_VIRT_DMA [=y]
    
    This is because RDMA_RXE selects CRYPTO_CRC32, without depending on or
    selecting CRYPTO, despite that config option being subordinate to CRYPTO.
    
    Fixes: cee2688e3cd6 ("IB/rxe: Offload CRC calculation when possible")
    Signed-off-by: Julian Braha <julianbraha@xxxxxxxxx>
    Link: https://lore.kernel.org/r/21525878.NYvzQUHefP@ubuntu-mate-laptop
    Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/infiniband/sw/rxe/Kconfig b/drivers/infiniband/sw/rxe/Kconfig
index 67ae960ab523..1fa19a77583e 100644
--- a/drivers/infiniband/sw/rxe/Kconfig
+++ b/drivers/infiniband/sw/rxe/Kconfig
@@ -3,6 +3,7 @@ config RDMA_RXE
 	depends on INET && PCI && INFINIBAND
 	depends on !64BIT || ARCH_DMA_ADDR_T_64BIT
 	select NET_UDP_TUNNEL
+	select CRYPTO
 	select CRYPTO_CRC32
 	select DMA_VIRT_OPS
 	---help---



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux