From patchwork Tue Aug 4 08:17:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ike Panhc X-Patchwork-Id: 1340722 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 4BLSKq6Tmzz9sSt; Tue, 4 Aug 2020 18:17:34 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1k2s8V-0001rH-30; Tue, 04 Aug 2020 08:17:27 +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 1k2s8U-0001rB-CH for kernel-team@lists.ubuntu.com; Tue, 04 Aug 2020 08:17:26 +0000 Received: from 42-74-17-203.emome-ip.hinet.net ([42.74.17.203] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1k2s8T-0007LL-ID for kernel-team@lists.ubuntu.com; Tue, 04 Aug 2020 08:17:26 +0000 From: Ike Panhc To: kernel-team@lists.ubuntu.com Subject: [PATCH 0/2] Update Hisilicon SEC driver parameter Date: Tue, 4 Aug 2020 16:17:20 +0800 Message-Id: <20200804081720.11742-1-ike.pan@canonical.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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" BugLink: https://launchpad.net/bugs/1890222 On focal kernel, hisi_sec2 has been disable temporarily so that cpu stress test will use no accelerator and pass. And now, we have proper fix to enlarge hisi_sec2 capability and the fix just hits mainline kernel. Here are the fix and also we need to re-enable hisi_sec2 driver in focal kernel. Ike Panhc (1): Revert "UBUNTU: [Config] Disable hisi_sec2 temporarily" Longfang Liu (1): crypto: hisilicon - update SEC driver module parameter debian.master/abi/5.4.0-41.45/arm64/generic.modules | 1 + debian.master/config/annotations | 2 +- debian.master/config/config.common.ubuntu | 2 +- drivers/crypto/hisilicon/sec2/sec_main.c | 6 +++--- 4 files changed, 6 insertions(+), 5 deletions(-) Acked-by: Colin Ian King Acked-by: Stefan Bader