1. 22 7月, 2021 6 次提交
  2. 15 6月, 2021 1 次提交
  3. 03 6月, 2021 21 次提交
  4. 09 4月, 2021 9 次提交
  5. 09 2月, 2021 1 次提交
  6. 08 2月, 2021 1 次提交
    • A
      crypto: omap-sham - Fix link error without crypto-engine · 4605d088
      Arnd Bergmann 提交于
      stable inclusion
      from stable-5.10.11
      commit cfaa4072715259ec2e06b9206c27a920f2fb5eb8
      bugzilla: 47621
      
      --------------------------------
      
      [ Upstream commit 38281194 ]
      
      The driver was converted to use the crypto engine helper
      but is missing the corresponding Kconfig statement to ensure
      it is available:
      
      arm-linux-gnueabi-ld: drivers/crypto/omap-sham.o: in function `omap_sham_probe':
      omap-sham.c:(.text+0x374): undefined reference to `crypto_engine_alloc_init'
      arm-linux-gnueabi-ld: omap-sham.c:(.text+0x384): undefined reference to `crypto_engine_start'
      arm-linux-gnueabi-ld: omap-sham.c:(.text+0x510): undefined reference to `crypto_engine_exit'
      arm-linux-gnueabi-ld: drivers/crypto/omap-sham.o: in function `omap_sham_finish_req':
      omap-sham.c:(.text+0x98c): undefined reference to `crypto_finalize_hash_request'
      arm-linux-gnueabi-ld: omap-sham.c:(.text+0x9a0): undefined reference to `crypto_transfer_hash_request_to_engine'
      arm-linux-gnueabi-ld: drivers/crypto/omap-sham.o: in function `omap_sham_update':
      omap-sham.c:(.text+0xf24): undefined reference to `crypto_transfer_hash_request_to_engine'
      arm-linux-gnueabi-ld: drivers/crypto/omap-sham.o: in function `omap_sham_final':
      omap-sham.c:(.text+0x1020): undefined reference to `crypto_transfer_hash_request_to_engine'
      
      Fixes: 133c3d43 ("crypto: omap-sham - convert to use crypto engine")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      Signed-off-by: NSasha Levin <sashal@kernel.org>
      Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
      Acked-by: NXie XiuQi <xiexiuqi@huawei.com>
      4605d088
  7. 12 1月, 2021 1 次提交