linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	"David S. Miller" <davem@davemloft.net>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Crypto Mailing List <linux-crypto@vger.kernel.org>
Subject: [GIT PULL] Crypto Update for 5.17
Date: Tue, 11 Jan 2022 13:04:19 +1100	[thread overview]
Message-ID: <Ydzlo+UmL5bbDgUZ@gondor.apana.org.au> (raw)
In-Reply-To: <20211102035201.GA23331@gondor.apana.org.au>

Hi Linus:

This update includes the following changes:

Algorithms:

- Drop alignment requirement for data in aesni.
- Use synchronous seeding from the /dev/random in DRBG.
- Reseed nopr DRBGs every 5 minutes from /dev/random.
- Add KDF algorithms currently used by security/DH.
- Fix lack of entropy on some AMD CPUs with jitter RNG.

Drivers:

- Add support for the D1 variant in sun8i-ce.
- Add SEV_INIT_EX support in ccp.
- PFVF support for GEN4 host driver in qat.
- Compression support for GEN4 devices in qat.
- Add cn10k random number generator support.

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus 

for you to fetch changes up to 5f21d7d283dd82865bdb0123795b3accf0d42b67:

  crypto: af_alg - rewrite NULL pointer check (2022-01-07 14:30:01 +1100)

----------------------------------------------------------------
Andy Shevchenko (1):
      crypto: api - Replace kernel.h with the necessary inclusions

Chengfeng Ye (3):
      crypto: qce - fix uaf on qce_aead_register_one
      crypto: qce - fix uaf on qce_ahash_register_one
      crypto: qce - fix uaf on qce_skcipher_register_one

Christophe JAILLET (1):
      crypto: ccree - remove redundant 'flush_workqueue()' calls

Colin Ian King (1):
      crypto: x86/des3 - remove redundant assignment of variable nbytes

Corentin Labbe (2):
      crypto: sun8i-ce - Add support for the D1 variant
      crypto: omap - increase priority of DES/3DES

Dan Carpenter (3):
      crypto: octeontx2 - uninitialized variable in kvf_limits_store()
      crypto: octeontx2 - out of bounds access in otx2_cpt_dl_custom_egrp_delete()
      crypto: octeontx2 - prevent underflow in get_cores_bmap()

David Rientjes (1):
      crypto: ccp - Add SEV_INIT_EX support

Etienne Carriere (2):
      crypto: stm32/cryp - defer probe for reset controller
      crypto: stm32/cryp - don't print error on probe deferral

Gaurav Jain (1):
      crypto: caam - save caam memory to support crypto engine retry mechanism.

Geert Uytterhoeven (1):
      crypto: sa2ul - Use bitfield helpers

Giovanni Cabiddu (13):
      crypto: qat - do not handle PFVF sources for qat_4xxx
      crypto: qat - fix undetected PFVF timeout in ACK loop
      crypto: qat - move vf2pf interrupt helpers
      crypto: qat - change PFVF ACK behaviour
      crypto: qat - re-enable interrupts for legacy PFVF messages
      crypto: qat - relocate PFVF disabled function
      crypto: qat - abstract PFVF receive logic
      crypto: qat - get compression extended capabilities
      crypto: qat - set CIPHER capability for QAT GEN2
      crypto: qat - set COMPRESSION capability for QAT GEN2
      crypto: qat - extend crypto capability detection for 4xxx
      crypto: qat - allow detection of dc capabilities for 4xxx
      crypto: qat - fix definition of ring reset results

Guo Zhengkui (1):
      crypto: dh - remove duplicate includes

Gustavo A. R. Silva (2):
      crypto: cavium - Use kcalloc() instead of kzalloc()
      crypto: marvell/octeontx - Use kcalloc() instead of kzalloc()

Heiner Kallweit (1):
      crypto: omap-aes - Fix broken pm_runtime_and_get() usage

Herbert Xu (1):
      crypto: stm32 - Revert broken pm_runtime_resume_and_get changes

Jakub Kicinski (1):
      crypto: x86/aesni - don't require alignment of data

Jason A. Donenfeld (1):
      crypto: x86/curve25519 - use in/out register constraints more precisely

Jason Wang (1):
      crypto: ccp - no need to initialise statics to 0

Jiapeng Chong (1):
      crypto: octeontx2 - Use swap() instead of swap_engines()

Jiasheng Jiang (1):
      crypto: af_alg - rewrite NULL pointer check

Kai Ye (5):
      crypto: hisilicon - modify the value of engine type rate
      crypto: hisilicon/qm - modify the value of qos initialization
      crypto: hisilicon/qm - some optimizations of ths qos write process
      crypto: hisilicon/qm - simplified the calculation of qos shaper parameters
      MAINTAINERS: update SEC2 driver maintainers list

Lad Prabhakar (1):
      crypto: ux500 - Use platform_get_irq() to get the interrupt

Lei He (1):
      crypto: testmgr - Fix wrong test case of RSA

Lukas Bulwahn (1):
      MAINTAINERS: rectify entry for INTEL KEEM BAY OCS ECC CRYPTO DRIVER

Marco Chiappero (36):
      crypto: qat - refactor PF top half for PFVF
      crypto: qat - move VF message handler to adf_vf2pf_msg.c
      crypto: qat - move interrupt code out of the PFVF handler
      crypto: qat - split PFVF message decoding from handling
      crypto: qat - handle retries due to collisions in adf_iov_putmsg()
      crypto: qat - relocate PFVF PF related logic
      crypto: qat - relocate PFVF VF related logic
      crypto: qat - add pfvf_ops
      crypto: qat - differentiate between pf2vf and vf2pf offset
      crypto: qat - abstract PFVF send function
      crypto: qat - reorganize PFVF code
      crypto: qat - reorganize PFVF protocol definitions
      crypto: qat - use enums for PFVF protocol codes
      crypto: qat - pass the PF2VF responses back to the callers
      crypto: qat - refactor pfvf version request messages
      crypto: qat - do not rely on min version
      crypto: qat - fix VF IDs in PFVF log messages
      crypto: qat - improve logging of PFVF messages
      crypto: qat - support the reset of ring pairs on PF
      crypto: qat - add the adf_get_pmisc_base() helper function
      crypto: qat - make PFVF message construction direction agnostic
      crypto: qat - make PFVF send and receive direction agnostic
      crypto: qat - set PFVF_MSGORIGIN just before sending
      crypto: qat - abstract PFVF messages with struct pfvf_message
      crypto: qat - leverage bitfield.h utils for PFVF messages
      crypto: qat - leverage read_poll_timeout in PFVF send
      crypto: qat - improve the ACK timings in PFVF send
      crypto: qat - store the PFVF protocol version of the endpoints
      crypto: qat - store the ring-to-service mapping
      crypto: qat - introduce support for PFVF block messages
      crypto: qat - exchange device capabilities over PFVF
      crypto: qat - support fast ACKs in the PFVF protocol
      crypto: qat - exchange ring-to-service mappings over PFVF
      crypto: qat - config VFs based on ring-to-svc mapping
      crypto: qat - add PFVF support to the GEN4 host driver
      crypto: qat - add PFVF support to enable the reset of ring pairs

Marek Vasut (1):
      crypto: stm32/crc32 - Fix kernel BUG triggered in probe()

Meng Li (1):
      crypto: caam - replace this_cpu_ptr with raw_cpu_ptr

Nicolai Stange (9):
      crypto: drbg - prepare for more fine-grained tracking of seeding state
      crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()
      crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()
      crypto: drbg - make reseeding from get_random_bytes() synchronous
      crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errors
      crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes()
      crypto: drbg - ignore jitterentropy errors if not in FIPS mode
      crypto: jitter - don't limit ->health_failure check to FIPS mode
      crypto: jitter - quit sample collection loop upon RCT failure

Nicolas Toromanoff (7):
      crypto: stm32/cryp - fix CTR counter carry
      crypto: stm32/cryp - fix xts and race condition in crypto_engine requests
      crypto: stm32/cryp - check early input data
      crypto: stm32/cryp - fix double pm exit
      crypto: stm32/cryp - fix lrw chaining mode
      crypto: stm32/cryp - fix bugs and crash in tests
      crypto: stm32/cryp - reorder hw initialization

Pankaj Gupta (1):
      MAINTAINERS: update caam crypto driver maintainers list

Peter Gonda (4):
      crypto: ccp - Add SEV_INIT rc error logging on init
      crypto: ccp - Move SEV_INIT retry for corrupted data
      crypto: ccp - Refactor out sev_fw_alloc()
      crypto: ccp - Add psp_init_on_probe module parameter

Srujana Challa (2):
      crypto: octeontx2 - add apis for custom engine groups
      crypto: octeontx2 - parameters for custom engine groups

Stephan Müller (10):
      crypto: kdf - Add key derivation self-test support code
      crypto: kdf - add SP800-108 counter key derivation function
      security: DH - remove dead code for zero padding
      security: DH - use KDF implementation from crypto API
      crypto: jitter - consider 32 LSB for APT
      crypto: rsa - limit key size to 2048 in FIPS mode
      crypto: dh - limit key size to 2048 in FIPS mode
      crypto: des - disallow des3 in FIPS mode
      crypto: jitter - add oversampling of noise source
      crypto: kdf - select SHA-256 required for self-test

Sunil Goutham (2):
      hwrng: cavium - Check health status while reading random data
      hwrng: cn10k - Add random number generator support

Tianjia Zhang (5):
      crypto: sha256 - remove duplicate generic hash init function
      crypto: mips/sha - remove duplicate hash init function
      crypto: powerpc/sha - remove duplicate hash init function
      crypto: sparc/sha - remove duplicate hash init function
      crypto: s390/sha512 - Use macros instead of direct IV numbers

Tom Rix (1):
      crypto: hisilicon - cleanup warning in qm_get_qos_value()

Tomasz Kowalik (1):
      crypto: qat - add support for compression for 4xxx

Tudor Ambarus (1):
      crypto: atmel-aes - Reestablish the correct tfm context at dequeue

Wei Yongjun (1):
      crypto: keembay-ocs-ecc - Fix error return code in kmb_ocs_ecc_probe()

Weili Qian (9):
      crypto: hisilicon/qm - fix incorrect return value of hisi_qm_resume()
      crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()
      crypto: hisilicon/qm - remove unnecessary device memory reset
      crypto: hisilicon/qm - code movement
      crypto: hisilicon/qm - modify the handling method after abnormal interruption
      crypto: hisilicon/qm - use request_threaded_irq instead
      crypto: hisilicon/qm - reset function if event queue overflows
      crypto: hisilicon/qm - disable queue when 'CQ' error
      crypto: hisilicon/qm - disable qm clock-gating

Yang Guang (1):
      crypto: hisilicon/hpre - use swap() to make code cleaner

Yang Li (1):
      crypto: ccp - remove unneeded semicolon

Yang Shen (3):
      crypto: hisilicon/zip - enable ssid for sva sgl
      crypto: hisilicon/qm - fix deadlock for remove driver
      crypto: hisilicon/zip - add new algorithms for uacce device

Zizhuang Deng (1):
      lib/mpi: Add the return value check of kcalloc()

chiminghao (1):
      crypto: octeontx2 - use swap() to make code cleaner

 Documentation/virt/kvm/amd-memory-encryption.rst   |   6 +
 MAINTAINERS                                        |   3 +-
 arch/mips/cavium-octeon/crypto/octeon-sha1.c       |  17 +-
 arch/mips/cavium-octeon/crypto/octeon-sha256.c     |  39 +-
 arch/mips/cavium-octeon/crypto/octeon-sha512.c     |  39 +-
 arch/powerpc/crypto/sha1-spe-glue.c                |  17 +-
 arch/powerpc/crypto/sha1.c                         |  14 +-
 arch/powerpc/crypto/sha256-spe-glue.c              |  39 +-
 arch/s390/crypto/sha512_s390.c                     |  32 +-
 arch/sparc/crypto/sha1_glue.c                      |  14 +-
 arch/sparc/crypto/sha256_glue.c                    |  37 +-
 arch/sparc/crypto/sha512_glue.c                    |  37 +-
 arch/x86/crypto/aesni-intel_glue.c                 |   4 +-
 arch/x86/crypto/curve25519-x86_64.c                | 767 ++++++++++------
 arch/x86/crypto/des3_ede_glue.c                    |   4 +-
 crypto/Kconfig                                     |   4 +
 crypto/Makefile                                    |   5 +
 crypto/af_alg.c                                    |   7 +-
 crypto/dh.c                                        |   5 +-
 crypto/drbg.c                                      | 150 ++--
 crypto/jitterentropy-kcapi.c                       |   6 -
 crypto/jitterentropy.c                             |  32 +-
 crypto/jitterentropy.h                             |   1 -
 crypto/kdf_sp800108.c                              | 153 ++++
 crypto/rsa.c                                       |   4 +
 crypto/sha256_generic.c                            |  16 +-
 crypto/testmgr.c                                   |   9 -
 crypto/testmgr.h                                   |   6 +-
 drivers/char/hw_random/Kconfig                     |  13 +-
 drivers/char/hw_random/Makefile                    |   1 +
 drivers/char/hw_random/cavium-rng-vf.c             | 194 +++-
 drivers/char/hw_random/cavium-rng.c                |  11 +-
 drivers/char/hw_random/cn10k-rng.c                 | 181 ++++
 drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c  |  21 +
 drivers/crypto/allwinner/sun8i-ce/sun8i-ce.h       |   1 +
 drivers/crypto/atmel-aes.c                         |   6 +-
 drivers/crypto/caam/caamalg.c                      |   6 +
 drivers/crypto/caam/caamalg_qi2.c                  |   2 +-
 drivers/crypto/caam/caamhash.c                     |   3 +
 drivers/crypto/caam/caampkc.c                      |   3 +
 drivers/crypto/cavium/cpt/cptvf_main.c             |   5 +-
 drivers/crypto/ccp/ccp-dev.c                       |   2 +-
 drivers/crypto/ccp/sev-dev.c                       | 259 +++++-
 drivers/crypto/ccree/cc_request_mgr.c              |   1 -
 drivers/crypto/hisilicon/hpre/hpre_crypto.c        |   7 +-
 drivers/crypto/hisilicon/hpre/hpre_main.c          |   2 +-
 drivers/crypto/hisilicon/qm.c                      | 483 ++++++----
 drivers/crypto/hisilicon/sec2/sec_main.c           |   2 +-
 drivers/crypto/hisilicon/zip/zip_main.c            |  12 +-
 drivers/crypto/keembay/keembay-ocs-ecc.c           |   1 +
 drivers/crypto/marvell/octeontx/otx_cptvf_main.c   |   4 +-
 drivers/crypto/marvell/octeontx2/Makefile          |   2 +-
 drivers/crypto/marvell/octeontx2/otx2_cpt_common.h |   1 +
 .../crypto/marvell/octeontx2/otx2_cpt_devlink.c    | 108 +++
 .../crypto/marvell/octeontx2/otx2_cpt_devlink.h    |  20 +
 drivers/crypto/marvell/octeontx2/otx2_cptpf.h      |   3 +
 drivers/crypto/marvell/octeontx2/otx2_cptpf_main.c |  18 +-
 .../crypto/marvell/octeontx2/otx2_cptpf_ucode.c    | 315 ++++++-
 .../crypto/marvell/octeontx2/otx2_cptpf_ucode.h    |   7 +-
 drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c |   5 +-
 drivers/crypto/omap-aes.c                          |   2 +-
 drivers/crypto/omap-des.c                          |   8 +-
 drivers/crypto/qat/Kconfig                         |   1 +
 drivers/crypto/qat/qat_4xxx/adf_4xxx_hw_data.c     | 151 +++-
 drivers/crypto/qat/qat_4xxx/adf_4xxx_hw_data.h     |   2 +
 drivers/crypto/qat/qat_4xxx/adf_drv.c              |  33 +
 drivers/crypto/qat/qat_c3xxx/adf_c3xxx_hw_data.c   |  12 +-
 .../crypto/qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.c   |  15 +-
 .../crypto/qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.h   |   1 -
 drivers/crypto/qat/qat_c3xxxvf/adf_drv.c           |   6 +-
 drivers/crypto/qat/qat_c62x/adf_c62x_hw_data.c     |  12 +-
 drivers/crypto/qat/qat_c62xvf/adf_c62xvf_hw_data.c |  15 +-
 drivers/crypto/qat/qat_c62xvf/adf_c62xvf_hw_data.h |   1 -
 drivers/crypto/qat/qat_c62xvf/adf_drv.c            |   6 +-
 drivers/crypto/qat/qat_common/Makefile             |   6 +-
 drivers/crypto/qat/qat_common/adf_accel_devices.h  |  47 +-
 drivers/crypto/qat/qat_common/adf_accel_engine.c   |   8 +-
 drivers/crypto/qat/qat_common/adf_admin.c          |  47 +-
 drivers/crypto/qat/qat_common/adf_cfg.c            |   1 +
 drivers/crypto/qat/qat_common/adf_cfg_common.h     |  13 +
 drivers/crypto/qat/qat_common/adf_cfg_strings.h    |   3 +
 drivers/crypto/qat/qat_common/adf_common_drv.h     |  42 +-
 drivers/crypto/qat/qat_common/adf_gen2_hw_data.c   | 105 +--
 drivers/crypto/qat/qat_common/adf_gen2_hw_data.h   |  22 +-
 drivers/crypto/qat/qat_common/adf_gen2_pfvf.c      | 381 ++++++++
 drivers/crypto/qat/qat_common/adf_gen2_pfvf.h      |  29 +
 drivers/crypto/qat/qat_common/adf_gen4_hw_data.c   |  69 +-
 drivers/crypto/qat/qat_common/adf_gen4_hw_data.h   |  17 +
 drivers/crypto/qat/qat_common/adf_gen4_pfvf.c      | 148 +++
 drivers/crypto/qat/qat_common/adf_gen4_pfvf.h      |  17 +
 drivers/crypto/qat/qat_common/adf_init.c           |  11 +-
 drivers/crypto/qat/qat_common/adf_isr.c            | 111 ++-
 drivers/crypto/qat/qat_common/adf_pf2vf_msg.c      | 416 ---------
 drivers/crypto/qat/qat_common/adf_pf2vf_msg.h      |  93 --
 drivers/crypto/qat/qat_common/adf_pfvf_msg.h       | 259 ++++++
 drivers/crypto/qat/qat_common/adf_pfvf_pf_msg.c    |  52 ++
 drivers/crypto/qat/qat_common/adf_pfvf_pf_msg.h    |  18 +
 drivers/crypto/qat/qat_common/adf_pfvf_pf_proto.c  | 346 ++++++++
 drivers/crypto/qat/qat_common/adf_pfvf_pf_proto.h  |  13 +
 drivers/crypto/qat/qat_common/adf_pfvf_utils.c     |  65 ++
 drivers/crypto/qat/qat_common/adf_pfvf_utils.h     |  31 +
 drivers/crypto/qat/qat_common/adf_pfvf_vf_msg.c    | 167 ++++
 drivers/crypto/qat/qat_common/adf_pfvf_vf_msg.h    |  23 +
 drivers/crypto/qat/qat_common/adf_pfvf_vf_proto.c  | 368 ++++++++
 drivers/crypto/qat/qat_common/adf_pfvf_vf_proto.h  |  17 +
 drivers/crypto/qat/qat_common/adf_sriov.c          |  59 +-
 drivers/crypto/qat/qat_common/adf_vf2pf_msg.c      |  48 -
 drivers/crypto/qat/qat_common/adf_vf_isr.c         | 106 +--
 .../crypto/qat/qat_common/icp_qat_fw_init_admin.h  |   4 +-
 drivers/crypto/qat/qat_common/icp_qat_hw.h         |  13 +-
 drivers/crypto/qat/qat_common/qat_crypto.c         |  25 +
 drivers/crypto/qat/qat_common/qat_hal.c            |  41 +-
 .../crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.c |  44 +-
 .../crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h |   2 +
 .../qat/qat_dh895xccvf/adf_dh895xccvf_hw_data.c    |  15 +-
 .../qat/qat_dh895xccvf/adf_dh895xccvf_hw_data.h    |   1 -
 drivers/crypto/qat/qat_dh895xccvf/adf_drv.c        |   6 +-
 drivers/crypto/qce/aead.c                          |   2 +-
 drivers/crypto/qce/sha.c                           |   2 +-
 drivers/crypto/qce/skcipher.c                      |   2 +-
 drivers/crypto/sa2ul.c                             |  19 +-
 drivers/crypto/stm32/stm32-crc32.c                 |   4 +-
 drivers/crypto/stm32/stm32-cryp.c                  | 988 +++++++++------------
 drivers/crypto/stm32/stm32-hash.c                  |   6 +-
 drivers/crypto/ux500/cryp/cryp.h                   |   2 +
 drivers/crypto/ux500/cryp/cryp_core.c              |  26 +-
 include/crypto/aead.h                              |   4 +-
 include/crypto/algapi.h                            |   5 +-
 include/crypto/blake2b.h                           |   1 -
 include/crypto/blake2s.h                           |   2 +-
 include/crypto/cryptd.h                            |   3 +-
 include/crypto/drbg.h                              |  11 +-
 include/crypto/engine.h                            |   6 +-
 include/crypto/internal/kdf_selftest.h             |  71 ++
 include/crypto/kdf_sp800108.h                      |  61 ++
 include/crypto/pcrypt.h                            |   2 +-
 include/crypto/scatterwalk.h                       |   3 +-
 include/crypto/skcipher.h                          |   6 +-
 include/linux/psp-sev.h                            |  21 +
 lib/mpi/mpi-mod.c                                  |   2 +
 security/keys/Kconfig                              |   2 +-
 security/keys/dh.c                                 | 130 +--
 142 files changed, 5484 insertions(+), 2637 deletions(-)
 create mode 100644 crypto/kdf_sp800108.c
 create mode 100644 drivers/char/hw_random/cn10k-rng.c
 create mode 100644 drivers/crypto/marvell/octeontx2/otx2_cpt_devlink.c
 create mode 100644 drivers/crypto/marvell/octeontx2/otx2_cpt_devlink.h
 create mode 100644 drivers/crypto/qat/qat_common/adf_gen2_pfvf.c
 create mode 100644 drivers/crypto/qat/qat_common/adf_gen2_pfvf.h
 create mode 100644 drivers/crypto/qat/qat_common/adf_gen4_pfvf.c
 create mode 100644 drivers/crypto/qat/qat_common/adf_gen4_pfvf.h
 delete mode 100644 drivers/crypto/qat/qat_common/adf_pf2vf_msg.c
 delete mode 100644 drivers/crypto/qat/qat_common/adf_pf2vf_msg.h
 create mode 100644 drivers/crypto/qat/qat_common/adf_pfvf_msg.h
 create mode 100644 drivers/crypto/qat/qat_common/adf_pfvf_pf_msg.c
 create mode 100644 drivers/crypto/qat/qat_common/adf_pfvf_pf_msg.h
 create mode 100644 drivers/crypto/qat/qat_common/adf_pfvf_pf_proto.c
 create mode 100644 drivers/crypto/qat/qat_common/adf_pfvf_pf_proto.h
 create mode 100644 drivers/crypto/qat/qat_common/adf_pfvf_utils.c
 create mode 100644 drivers/crypto/qat/qat_common/adf_pfvf_utils.h
 create mode 100644 drivers/crypto/qat/qat_common/adf_pfvf_vf_msg.c
 create mode 100644 drivers/crypto/qat/qat_common/adf_pfvf_vf_msg.h
 create mode 100644 drivers/crypto/qat/qat_common/adf_pfvf_vf_proto.c
 create mode 100644 drivers/crypto/qat/qat_common/adf_pfvf_vf_proto.h
 delete mode 100644 drivers/crypto/qat/qat_common/adf_vf2pf_msg.c
 create mode 100644 include/crypto/internal/kdf_selftest.h
 create mode 100644 include/crypto/kdf_sp800108.h

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

  parent reply	other threads:[~2022-01-11  2:04 UTC|newest]

Thread overview: 134+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-03  4:40 [GIT PULL] Crypto Update for 5.9 Herbert Xu
2020-08-03 17:55 ` pr-tracker-bot
2020-08-30 22:33 ` [GIT PULL] Crypto Fixes " Herbert Xu
2020-08-30 23:02   ` pr-tracker-bot
2020-09-10  0:34   ` Herbert Xu
2020-09-10  2:48     ` pr-tracker-bot
2020-10-26  1:11   ` [GIT PULL] Crypto Fixes for 5.10 Herbert Xu
2020-10-26 17:52     ` pr-tracker-bot
2020-12-27 11:32     ` [GIT PULL] Crypto Fixes for 5.11 Herbert Xu
2020-12-27 17:27       ` pr-tracker-bot
2021-01-08  3:54       ` Herbert Xu
2021-01-08 20:36         ` pr-tracker-bot
2021-01-18  5:13         ` Herbert Xu
2021-01-18 21:16           ` pr-tracker-bot
2021-01-25 22:36           ` Herbert Xu
2021-01-26  0:01             ` pr-tracker-bot
2021-07-08  3:09         ` [GIT PULL] Crypto Fixes for 5.14 Herbert Xu
2021-07-09 19:20           ` pr-tracker-bot
2021-08-17  1:36           ` Herbert Xu
2021-08-17  2:27             ` pr-tracker-bot
2021-09-29  2:38             ` [GIT PULL] Crypto Fixes for 5.15 Herbert Xu
2021-09-29 14:51               ` pr-tracker-bot
2021-10-29  4:14               ` Herbert Xu
2021-10-29 17:39                 ` Linus Torvalds
2021-11-02  4:01                   ` Herbert Xu
2021-10-29 18:49                 ` pr-tracker-bot
2021-11-12 10:48                 ` [GIT PULL] Crypto Fixes for 5.16 Herbert Xu
2021-11-12 20:42                   ` pr-tracker-bot
2021-12-22  5:13                   ` Herbert Xu
2021-12-22 19:02                     ` pr-tracker-bot
2022-02-09  2:33                     ` [GIT PULL] Crypto Fixes for 5.17 Herbert Xu
2022-02-09 18:01                       ` pr-tracker-bot
2022-03-16  1:13                       ` Herbert Xu
2022-03-17 20:40                         ` pr-tracker-bot
2022-03-31  3:16                         ` [GIT PULL] Crypto Fixes for 5.18 Herbert Xu
2022-03-31 19:12                           ` pr-tracker-bot
2022-05-20  5:41                           ` Herbert Xu
2022-05-20  6:10                             ` pr-tracker-bot
2022-05-27 11:29                           ` [GIT PULL] Crypto Fixes for 5.19 Herbert Xu
2022-05-28  1:21                             ` pr-tracker-bot
2022-06-17  8:29                             ` Herbert Xu
2022-06-17 15:29                               ` pr-tracker-bot
2022-06-30  7:56                               ` Herbert Xu
2022-06-30 17:28                                 ` pr-tracker-bot
2022-08-31  8:55                                 ` [GIT PULL] Crypto Fixes for 6.0 Herbert Xu
2022-08-31 17:20                                   ` pr-tracker-bot
2022-10-17  4:38                                 ` [GIT PULL] Crypto Fixes for 6.1 Herbert Xu
2022-10-17 17:51                                   ` pr-tracker-bot
2022-10-28  4:58                                   ` Herbert Xu
2022-10-28 17:00                                     ` Linus Torvalds
2022-11-02  9:49                                       ` Herbert Xu
2022-10-28 17:02                                     ` pr-tracker-bot
2023-01-06  9:15                                     ` [GIT PULL] Crypto Fixes for 6.2 Herbert Xu
2023-01-06 21:19                                       ` pr-tracker-bot
2023-03-05 10:15                                       ` [GIT PULL] Crypto Fixes for 6.3 Herbert Xu
2023-03-05 19:37                                         ` pr-tracker-bot
2023-05-07 13:19                                         ` [GIT PULL] Crypto Fixes for 6.4 Herbert Xu
2023-05-07 18:12                                           ` pr-tracker-bot
2023-05-29  3:41                                           ` Herbert Xu
2023-05-29 11:39                                             ` pr-tracker-bot
2023-07-09 23:51                                             ` [GIT PULL] Crypto Fixes for 6.5 Herbert Xu
2023-07-10 17:20                                               ` pr-tracker-bot
2023-08-21  3:37                                               ` Herbert Xu
2023-08-21  5:09                                                 ` pr-tracker-bot
2023-08-31  5:16                                                 ` [GIT PULL] Crypto Fixes for 6.6 Herbert Xu
2023-09-01 23:19                                                   ` pr-tracker-bot
2023-09-22  2:10                                                   ` Herbert Xu
2023-09-22 16:43                                                     ` pr-tracker-bot
2023-10-10  8:46                                                     ` Herbert Xu
2023-10-10 18:54                                                       ` pr-tracker-bot
2023-10-21  9:23                                                       ` Herbert Xu
2023-10-21 17:57                                                         ` pr-tracker-bot
2023-11-09  4:30                                                   ` [GIT PULL] Crypto Fixes for 6.7 Herbert Xu
2023-11-10  1:30                                                     ` pr-tracker-bot
2022-08-02  6:05                             ` [GIT PULL] Crypto Update for 5.20 Herbert Xu
2022-08-03  0:57                               ` pr-tracker-bot
2022-10-04  8:54                               ` [GIT PULL] Crypto Update for 6.1 Herbert Xu
2022-10-10 20:56                                 ` pr-tracker-bot
2022-12-14  8:15                                 ` [GIT PULL] Crypto Update for 6.2 Herbert Xu
2022-12-14 22:25                                   ` pr-tracker-bot
2023-02-20  5:22                                   ` [GIT PULL] Crypto Update for 6.3 Herbert Xu
2023-02-22  2:50                                     ` pr-tracker-bot
2023-04-24  4:52                                     ` [GIT PULL] Crypto Update for 6.4 Herbert Xu
2023-04-26 17:06                                       ` pr-tracker-bot
2023-06-29  5:06                                       ` [GIT PULL] Crypto Update for 6.5 Herbert Xu
2023-07-01  5:04                                         ` pr-tracker-bot
2023-08-28  9:22                                         ` [GIT PULL] Crypto Update for 6.6 Herbert Xu
2023-08-29 19:00                                           ` pr-tracker-bot
2023-11-02  6:56                                           ` [GIT PULL] Crypto Update for 6.7 Herbert Xu
2023-11-03  2:34                                             ` Linus Torvalds
2023-11-03  5:52                                               ` Herbert Xu
2023-11-03  6:32                                                 ` Linus Torvalds
2023-11-06 10:00                                                   ` [PATCH] crypto: jitterentropy - Hide esoteric Kconfig options under FIPS and EXPERT Herbert Xu
2023-11-06 15:25                                                     ` Stephan Mueller
2023-11-10  9:04                                                     ` Geert Uytterhoeven
2023-11-03  2:37                                             ` [GIT PULL] Crypto Update for 6.7 pr-tracker-bot
2024-01-09 22:17                                             ` [GIT PULL] Crypto Update for 6.8 Herbert Xu
2024-01-10 20:38                                               ` pr-tracker-bot
2024-02-01  5:32                                               ` [GIT PULL] Crypto Fixes " Herbert Xu
2024-02-01 18:23                                                 ` pr-tracker-bot
2024-02-08  4:29                                                 ` Herbert Xu
2024-02-08  6:24                                                   ` pr-tracker-bot
2024-02-21  9:10                                                   ` Herbert Xu
2024-02-21 17:17                                                     ` pr-tracker-bot
2024-02-28  8:07                                                     ` Herbert Xu
2024-02-28 17:48                                                       ` pr-tracker-bot
2024-03-06  9:47                                                       ` Herbert Xu
2024-03-06 16:33                                                         ` pr-tracker-bot
2024-03-25  9:47                                                 ` [GIT PULL] Crypto Fixes for 6.9 Herbert Xu
2024-03-25 18:18                                                   ` pr-tracker-bot
2024-03-15  3:04                                               ` [GIT PULL] Crypto Update " Herbert Xu
2024-03-15 21:51                                                 ` Linus Torvalds
2024-03-16  4:39                                                   ` Herbert Xu
2024-03-15 21:59                                                 ` pr-tracker-bot
2020-10-12  3:32 ` [GIT PULL] Crypto Update for 5.10 Herbert Xu
2020-10-13 16:24   ` pr-tracker-bot
2020-12-14  5:55   ` [GIT PULL] Crypto Update for 5.11 Herbert Xu
2020-12-14 20:56     ` pr-tracker-bot
2021-02-15  2:47     ` [GIT PULL] Crypto Update for 5.12 Herbert Xu
2021-02-22  1:28       ` pr-tracker-bot
2021-04-26 12:32       ` [GIT PULL] Crypto Update for 5.13 Herbert Xu
2021-04-26 15:59         ` pr-tracker-bot
2021-06-28 11:00         ` [GIT PULL] Crypto Update for 5.14 Herbert Xu
2021-06-28 23:36           ` pr-tracker-bot
2021-08-30  8:28           ` [GIT PULL] Crypto Update for 5.15 Herbert Xu
2021-08-30 20:17             ` pr-tracker-bot
2021-11-02  3:52             ` [GIT PULL] Crypto Update for 5.16 Herbert Xu
2021-11-02  4:27               ` pr-tracker-bot
2022-01-11  2:04               ` Herbert Xu [this message]
2022-01-11 20:53                 ` [GIT PULL] Crypto Update for 5.17 pr-tracker-bot
2022-03-20 23:42                 ` [GIT PULL] Crypto Update for 5.18 Herbert Xu
2022-03-21 23:14                   ` Linus Torvalds
2022-03-22  5:49                     ` Herbert Xu
2022-03-21 23:18                   ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Ydzlo+UmL5bbDgUZ@gondor.apana.org.au \
    --to=herbert@gondor.apana.org.au \
    --cc=davem@davemloft.net \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).