From patchwork Sun Feb 9 16:11:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ike Panhc X-Patchwork-Id: 1235466 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48FvJT36y7z9s29; Mon, 10 Feb 2020 03:15:03 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1j0pET-0005xS-Qs; Sun, 09 Feb 2020 16:14:53 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1j0pAu-0005pb-LG for kernel-team@lists.ubuntu.com; Sun, 09 Feb 2020 16:11:12 +0000 Received: from 1.general.ikepanhc.us.vpn ([10.172.69.54]) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1j0pAu-00040c-1C for kernel-team@lists.ubuntu.com; Sun, 09 Feb 2020 16:11:12 +0000 To: kernel-team@lists.ubuntu.com From: Ike Panhc Subject: [Focal][Pull] Hisilicon drivers update to v5.6 merge window Message-ID: <3d9867a1-a7d1-9f6b-f3fa-6f41fc8b0950@canonical.com> Date: Mon, 10 Feb 2020 00:11:07 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 Content-Language: en-US X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Hi, Here are updates for Hisilicon crypto, hns3 drivers and also 2 fixes for TPM modules on SPI and EFI interfaces. The following changes since commit db01f6b8bf95c45177edcad1026cd451b998c871: UBUNTU: Ubuntu-5.4-5.4.0-14.17 (2020-02-06 16:30:49 -0600) are available in the Git repository at: git://kernel.ubuntu.com/ikepanhc/public.git 20200209 for you to fetch changes up to 139be890cbb69e718d296f889d399b73ef78c216: net: hns3: remove redundant print on ENOMEM (2020-02-09 23:53:25 +0800) ---------------------------------------------------------------- Arnd Bergmann (1): crypto: hisilicon/sec2 - Use atomics instead of __sync Chen Zhou (2): net: hns3: replace snprintf with scnprintf in hns3_dbg_cmd_read net: hns3: replace snprintf with scnprintf in hns3_update_strings Colin Ian King (1): crypto: hisilicon - fix spelling mistake "disgest" -> "digest" Greg Kroah-Hartman (1): crypto: hisilicon - still no need to check return value of debugfs_create functions Guangbin Huang (1): net: hns3: delete unnecessary blank line and space for cleanup Guojia Liao (2): net: hns3: move duplicated macro definition into header net: hns3: refine the input parameter 'size' for snprintf() Huazhong Tan (2): net: hns3: set VF's default reset_type to HNAE3_NONE_RESET net: hns3: remove redundant print on ENOMEM Xinwei Kong (2): efi: libstub/tpm: enable tpm eventlog function for ARM platforms spi: dw: use "smp_mb()" to avoid sending spi data error Yonglong Liu (1): net: hns3: rewrite a log in hclge_put_vector() Yunsheng Lin (2): net: hns3: limit the error logging in the hns3_clean_tx_ring() net: hns3: do not reuse pfmemalloc pages Zaibo Xu (13): crypto: hisilicon - Update debugfs usage of SEC V2 crypto: hisilicon - fix print/comment of SEC V2 crypto: hisilicon - Update some names on SEC V2 crypto: hisilicon - Update QP resources of SEC V2 crypto: hisilicon - Adjust some inner logic crypto: hisilicon - Add callback error check crypto: hisilicon - Add branch prediction macro crypto: hisilicon - redefine skcipher initiation crypto: hisilicon - Add aead support on SEC2 crypto: hisilicon - Bugfixed tfm leak crypto: hisilicon - Fixed some tiny bugs of HPRE crypto: hisilicon - adjust hpre_crt_para_get crypto: hisilicon - add branch prediction macro drivers/crypto/hisilicon/Kconfig | 8 +- drivers/crypto/hisilicon/hpre/hpre_crypto.c | 141 ++++++++++----------- drivers/crypto/hisilicon/hpre/hpre_main.c | 60 ++++----- drivers/crypto/hisilicon/sec2/sec.h | 53 +++++--- drivers/crypto/hisilicon/sec2/sec_crypto.c | 963 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------- drivers/crypto/hisilicon/sec2/sec_crypto.h | 22 +++- drivers/crypto/hisilicon/sec2/sec_main.c | 19 ++- drivers/firmware/efi/libstub/arm-stub.c | 2 + drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c | 10 +- drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 16 ++- drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 5 +- drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c | 2 - drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 10 +- drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 2 + drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 9 +- drivers/spi/spi-dw.c | 3 + 16 files changed, 963 insertions(+), 362 deletions(-)