Hello: This patch was applied to netdev/net.git (master) by David S. Miller <davem@xxxxxxxxxxxxx>: On Mon, 11 Oct 2021 17:22:49 +0200 you wrote: > Fix the following build/link errors by adding a dependency on > CRYPTO, CRYPTO_HASH, CRYPTO_SHA256 and CRC32: > > ld: drivers/net/usb/r8152.o: in function `rtl8152_fw_verify_checksum': > r8152.c:(.text+0x2b2a): undefined reference to `crypto_alloc_shash' > ld: r8152.c:(.text+0x2bed): undefined reference to `crypto_shash_digest' > ld: r8152.c:(.text+0x2c50): undefined reference to `crypto_destroy_tfm' > ld: drivers/net/usb/r8152.o: in function `_rtl8152_set_rx_mode': > r8152.c:(.text+0xdcb0): undefined reference to `crc32_le' > > [...] Here is the summary with links: - r8152: select CRC32 and CRYPTO/CRYPTO_HASH/CRYPTO_SHA256 https://git.kernel.org/netdev/net/c/9973a43012b6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html