linux-kernel.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 6.9
Date: Fri, 15 Mar 2024 11:04:44 +0800	[thread overview]
Message-ID: <ZfO6zKtvp2jSO4vF@gondor.apana.org.au> (raw)
In-Reply-To: <ZZ3F/Pp1pxkdqfiD@gondor.apana.org.au>

Hi Linus:

The following changes since commit c5a2f74db71a849f3a60bc153d684d6d28a0c665:

  crypto: caam - fix asynchronous hash (2024-01-26 16:35:55 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git v6.9-p1 

for you to fetch changes up to 6a8dbd71a70620c42d4fa82509204ba18231f28d:

  Revert "crypto: remove CONFIG_CRYPTO_STATS" (2024-03-13 09:49:37 +0800)

----------------------------------------------------------------
This update includes the following changes:

API:

- Avoid unnecessary copying in scomp for trivial SG lists.

Algorithms:

- Optimise NEON CCM implementation on ARM64.

Drivers:

- Add queue stop/query debugfs support in hisilicon/qm.
----------------------------------------------------------------

Adam Guerin (6):
      crypto: qat - remove unused macros in qat_comp_alg.c
      crypto: qat - removed unused macro in adf_cnv_dbgfs.c
      crypto: qat - avoid division by zero
      crypto: qat - remove double initialization of value
      crypto: qat - remove unnecessary description from comment
      crypto: qat - fix comment structure

Ard Biesheuvel (8):
      crypto: arm64/aes-ccm - Revert "Rewrite skcipher walker loop"
      crypto: arm64/aes-ccm - Keep NEON enabled during skcipher walk
      crypto: arm64/aes-ccm - Pass short inputs via stack buffer
      crypto: arm64/aes-ccm - Replace bytewise tail handling with NEON permute
      crypto: arm64/aes-ccm - Reuse existing MAC update for AAD input
      crypto: arm64/aes-ccm - Cache round keys and unroll AES loops
      crypto: arm64/aes-ccm - Merge encrypt and decrypt tail handling
      crypto: arm64/aes-ccm - Merge finalization into en/decrypt asm helpers

Arnd Bergmann (2):
      crypto: qat - avoid memcpy() overflow warning
      crypto: arm/sha - fix function cast warnings

Barry Song (3):
      crypto: hisilicon/zip - fix the missing CRYPTO_ALG_ASYNC in cra_flags
      crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flags
      crypto: scomp - remove memcpy if sg_nents is 1 and pages are lowmem

Borislav Petkov (AMD) (1):
      crypto: ccp - State in dmesg that TSME is enabled

Clay Chang (1):
      KEYS: include header for EINVAL definition

Colin Ian King (2):
      crypto: pcbc - remove redundant assignment to nbytes
      crypto: asymmetric_keys - remove redundant pointer secs

Damian Muszynski (7):
      crypto: qat - add heartbeat error simulator
      crypto: qat - add auto reset on error
      crypto: qat - change SLAs cleanup flow at shutdown
      crypto: qat - resolve race condition during AER recovery
      crypto: qat - fix ring to service map for dcc in 4xxx
      crypto: qat - fix ring to service map for dcc in 420xx
      crypto: qat - make ring to service map common for QAT GEN4

Dan Carpenter (1):
      crypto: qat - uninitialized variable in adf_hb_error_inject_write()

Danny Tsen (1):
      crypto: vmx - Move to arch/powerpc/crypto

David Wronek (1):
      dt-bindings: crypto: ice: Document SC7180 inline crypto engine

Eric Biggers (2):
      crypto: ahash - unexport crypto_hash_alg_has_setkey()
      crypto: remove CONFIG_CRYPTO_STATS

Erick Archer (2):
      crypto: sun8i-ce - Use kcalloc() instead of kzalloc()
      crypto: qat - use kcalloc_node() instead of kzalloc_node()

Furong Zhou (3):
      crypto: qat - add fatal error notify method
      crypto: qat - disable arbitration before reset
      crypto: qat - limit heartbeat notifications

Giovanni Cabiddu (1):
      Documentation: qat: fix auto_reset section

Herbert Xu (2):
      crypto: dh - Make public key test FIPS-only
      Revert "crypto: remove CONFIG_CRYPTO_STATS"

Joachim Vandersmissen (2):
      crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.c
      crypto: rsa - restrict plaintext/ciphertext values more

Kilian Zinnecker (1):
      crypto: rockchip - fix to check return value

Li RongQing (1):
      crypto: virtio - remove duplicate check if queue is broken

Luca Weiss (1):
      dt-bindings: qcom-qce: Add compatible for SM6350

Lukas Bulwahn (1):
      MAINTAINERS: adjust file entries after crypto vmx file movement

Mario Limonciello (2):
      crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()
      crypto: ccp - Update return values for some unit tests

Markus Elfring (1):
      crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() after error detection

Martin Kaiser (1):
      hwrng: hisi - use dev_err_probe

Minjie Du (1):
      crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_crypto_debugfs_init()

Mun Chun Yep (4):
      crypto: qat - update PFVF protocol for recovery
      crypto: qat - re-enable sriov after pf reset
      crypto: qat - add fatal error notification
      crypto: qat - improve aer error reset handling

Qi Tao (3):
      crypto: hisilicon/sec2 - updates the sec DFX function register
      crypto: hisilicon/sec2 - modify nested macro call
      crypto: hisilicon/sec2 - fix some cleanup issues

Quanyang Wang (1):
      crypto: xilinx - call finalize with bh disabled

Randy Dunlap (1):
      crypto: jitter - fix CRYPTO_JITTERENTROPY help text

Tom Zanussi (3):
      crypto: iaa - Remove header table code
      crypto: iaa - Fix async_disable descriptor leak
      crypto: iaa - Fix comp/decomp delay statistics

Tudor Ambarus (1):
      MAINTAINERS: Remove T Ambarus from few mchp entries

Varshini Rajendran (4):
      dt-bindings: crypto: add sam9x7 in Atmel AES
      dt-bindings: crypto: add sam9x7 in Atmel SHA
      dt-bindings: crypto: add sam9x7 in Atmel TDES
      dt-bindings: rng: atmel,at91-trng: add sam9x7 TRNG

Vladis Dronov (1):
      crypto: tcrypt - add ffdhe2048(dh) test

Weili Qian (5):
      crypto: hisilicon/qm - support get device state
      crypto: hisilicon/qm - dump important registers values before resetting
      crypto: hisilicon/qm - add stop function by hardware
      crypto: hisilicon/qm - obtain stop queue status
      crypto: hisilicon/qm - change function type to void

Wenkai Lin (2):
      crypto: hisilicon - Fix smp_processor_id() warnings
      crypto: hisilicon/sec - remove unused parameter

 Documentation/ABI/testing/debugfs-driver-qat       |  26 ++
 Documentation/ABI/testing/debugfs-hisi-hpre        |  22 ++
 Documentation/ABI/testing/debugfs-hisi-sec         |  22 ++
 Documentation/ABI/testing/debugfs-hisi-zip         |  22 ++
 Documentation/ABI/testing/sysfs-driver-qat         |  20 ++
 .../bindings/crypto/atmel,at91sam9g46-aes.yaml     |   6 +-
 .../bindings/crypto/atmel,at91sam9g46-sha.yaml     |   6 +-
 .../bindings/crypto/atmel,at91sam9g46-tdes.yaml    |   6 +-
 .../bindings/crypto/qcom,inline-crypto-engine.yaml |   1 +
 .../devicetree/bindings/crypto/qcom-qce.yaml       |   1 +
 .../devicetree/bindings/rng/atmel,at91-trng.yaml   |   4 +
 MAINTAINERS                                        |  25 +-
 arch/arm/crypto/sha256_glue.c                      |  13 +-
 arch/arm/crypto/sha512-glue.c                      |  12 +-
 arch/arm64/crypto/Kconfig                          |   1 +
 arch/arm64/crypto/aes-ce-ccm-core.S                | 265 ++++++++-------------
 arch/arm64/crypto/aes-ce-ccm-glue.c                | 154 ++++++++----
 arch/arm64/crypto/aes-glue.c                       |   1 +
 arch/powerpc/crypto/Kconfig                        |  20 ++
 arch/powerpc/crypto/Makefile                       |  20 +-
 {drivers/crypto/vmx => arch/powerpc/crypto}/aes.c  |   0
 .../crypto/vmx => arch/powerpc/crypto}/aes_cbc.c   |   0
 .../crypto/vmx => arch/powerpc/crypto}/aes_ctr.c   |   0
 .../crypto/vmx => arch/powerpc/crypto}/aes_xts.c   |   0
 .../crypto/vmx => arch/powerpc/crypto}/aesp8-ppc.h |   0
 .../vmx => arch/powerpc/crypto}/aesp8-ppc.pl       |   0
 .../crypto/vmx => arch/powerpc/crypto}/ghash.c     |   0
 .../vmx => arch/powerpc/crypto}/ghashp8-ppc.pl     |   0
 {drivers/crypto/vmx => arch/powerpc/crypto}/vmx.c  |   0
 crypto/Kconfig                                     |   5 +-
 crypto/ahash.c                                     |  21 +-
 crypto/asymmetric_keys/verify_pefile.c             |   4 +-
 crypto/dh.c                                        |  63 ++---
 crypto/pcbc.c                                      |   4 +-
 crypto/rsa.c                                       |  36 ++-
 crypto/scompress.c                                 |  38 ++-
 crypto/tcrypt.c                                    |   3 +
 crypto/testmgr.c                                   |   8 -
 drivers/char/hw_random/hisi-rng.c                  |   6 +-
 drivers/crypto/Kconfig                             |  14 +-
 drivers/crypto/Makefile                            |   2 +-
 drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c  |   2 +-
 drivers/crypto/ccp/platform-access.c               |  11 +-
 drivers/crypto/ccp/psp-dev.c                       |  11 +-
 drivers/crypto/hisilicon/debugfs.c                 |  58 +++++
 drivers/crypto/hisilicon/hpre/hpre_main.c          |   2 +-
 drivers/crypto/hisilicon/qm.c                      | 184 +++++++++-----
 drivers/crypto/hisilicon/sec2/sec_crypto.c         |  33 +--
 drivers/crypto/hisilicon/sec2/sec_main.c           |   7 +-
 drivers/crypto/hisilicon/zip/zip_crypto.c          |   1 +
 drivers/crypto/hisilicon/zip/zip_main.c            |   2 +-
 drivers/crypto/intel/iaa/iaa_crypto.h              |  25 --
 drivers/crypto/intel/iaa/iaa_crypto_comp_fixed.c   |   1 -
 drivers/crypto/intel/iaa/iaa_crypto_main.c         | 122 ++--------
 drivers/crypto/intel/iaa/iaa_crypto_stats.c        |  30 ---
 drivers/crypto/intel/iaa/iaa_crypto_stats.h        |   8 +-
 drivers/crypto/intel/qat/Kconfig                   |  14 ++
 .../crypto/intel/qat/qat_420xx/adf_420xx_hw_data.c |  64 ++---
 .../crypto/intel/qat/qat_4xxx/adf_4xxx_hw_data.c   |  64 ++---
 drivers/crypto/intel/qat/qat_common/Makefile       |   2 +
 .../intel/qat/qat_common/adf_accel_devices.h       |   3 +
 drivers/crypto/intel/qat/qat_common/adf_aer.c      | 138 ++++++++++-
 .../crypto/intel/qat/qat_common/adf_cfg_strings.h  |   1 +
 drivers/crypto/intel/qat/qat_common/adf_clock.c    |   3 +
 .../crypto/intel/qat/qat_common/adf_cnv_dbgfs.c    |   1 -
 .../crypto/intel/qat/qat_common/adf_common_drv.h   |  10 +
 drivers/crypto/intel/qat/qat_common/adf_dev_mgr.c  |   4 +-
 .../crypto/intel/qat/qat_common/adf_gen4_hw_data.c |  59 +++++
 .../crypto/intel/qat/qat_common/adf_gen4_hw_data.h |   1 +
 drivers/crypto/intel/qat/qat_common/adf_gen4_ras.c |   6 +-
 .../crypto/intel/qat/qat_common/adf_heartbeat.c    |  20 +-
 .../crypto/intel/qat/qat_common/adf_heartbeat.h    |  21 ++
 .../intel/qat/qat_common/adf_heartbeat_dbgfs.c     |  53 +++++
 .../intel/qat/qat_common/adf_heartbeat_inject.c    |  76 ++++++
 .../crypto/intel/qat/qat_common/adf_hw_arbiter.c   |  25 ++
 drivers/crypto/intel/qat/qat_common/adf_init.c     |  12 +
 drivers/crypto/intel/qat/qat_common/adf_isr.c      |  11 +-
 drivers/crypto/intel/qat/qat_common/adf_pfvf_msg.h |   7 +-
 .../crypto/intel/qat/qat_common/adf_pfvf_pf_msg.c  |  64 ++++-
 .../crypto/intel/qat/qat_common/adf_pfvf_pf_msg.h  |  21 ++
 .../intel/qat/qat_common/adf_pfvf_pf_proto.c       |   8 +
 .../intel/qat/qat_common/adf_pfvf_vf_proto.c       |   6 +
 drivers/crypto/intel/qat/qat_common/adf_rl.c       |  20 +-
 drivers/crypto/intel/qat/qat_common/adf_sriov.c    |  38 ++-
 drivers/crypto/intel/qat/qat_common/adf_sysfs.c    |  37 +++
 drivers/crypto/intel/qat/qat_common/adf_vf_isr.c   |   2 -
 .../crypto/intel/qat/qat_common/qat_comp_algs.c    |   9 -
 drivers/crypto/intel/qat/qat_common/qat_crypto.c   |   4 +-
 drivers/crypto/rockchip/rk3288_crypto.c            |   5 +
 .../crypto/virtio/virtio_crypto_akcipher_algs.c    |  12 +-
 drivers/crypto/virtio/virtio_crypto_core.c         |   2 -
 drivers/crypto/vmx/.gitignore                      |   3 -
 drivers/crypto/vmx/Kconfig                         |  14 --
 drivers/crypto/vmx/Makefile                        |  23 --
 drivers/crypto/vmx/ppc-xlate.pl                    | 231 ------------------
 drivers/crypto/xilinx/zynqmp-aes-gcm.c             |   3 +
 include/crypto/internal/hash.h                     |   2 -
 include/crypto/public_key.h                        |   1 +
 include/linux/hisi_acc_qm.h                        |  10 +-
 tools/crypto/ccp/test_dbc.py                       |   8 +-
 100 files changed, 1450 insertions(+), 1016 deletions(-)
 rename {drivers/crypto/vmx => arch/powerpc/crypto}/aes.c (100%)
 rename {drivers/crypto/vmx => arch/powerpc/crypto}/aes_cbc.c (100%)
 rename {drivers/crypto/vmx => arch/powerpc/crypto}/aes_ctr.c (100%)
 rename {drivers/crypto/vmx => arch/powerpc/crypto}/aes_xts.c (100%)
 rename {drivers/crypto/vmx => arch/powerpc/crypto}/aesp8-ppc.h (100%)
 rename {drivers/crypto/vmx => arch/powerpc/crypto}/aesp8-ppc.pl (100%)
 rename {drivers/crypto/vmx => arch/powerpc/crypto}/ghash.c (100%)
 rename {drivers/crypto/vmx => arch/powerpc/crypto}/ghashp8-ppc.pl (100%)
 rename {drivers/crypto/vmx => arch/powerpc/crypto}/vmx.c (100%)
 create mode 100644 drivers/crypto/intel/qat/qat_common/adf_heartbeat_inject.c
 delete mode 100644 drivers/crypto/vmx/.gitignore
 delete mode 100644 drivers/crypto/vmx/Kconfig
 delete mode 100644 drivers/crypto/vmx/Makefile
 delete mode 100644 drivers/crypto/vmx/ppc-xlate.pl

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:[~2024-03-15  3: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                                               ` Herbert Xu [this message]
2024-03-15 21:51                                                 ` [GIT PULL] Crypto Update " 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               ` [GIT PULL] Crypto Update for 5.17 Herbert Xu
2022-01-11 20:53                 ` 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=ZfO6zKtvp2jSO4vF@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).