Received: by 2002:a25:b794:0:0:0:0:0 with SMTP id n20csp7771788ybh; Thu, 8 Aug 2019 23:11:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqxPuPPnY4KYSEgmIto9XA1+XKR9VV4Bqh5R6HJPqRuXX4EI/Xx4vwNlyJRO30szoV8RdfiD X-Received: by 2002:a17:902:449:: with SMTP id 67mr17875740ple.105.1565331080029; Thu, 08 Aug 2019 23:11:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565331080; cv=none; d=google.com; s=arc-20160816; b=OeXOilCzesGVlIBDh48hcA40032eplJIDh1+xSNAmViJsDTf9iaW+qD/nYm2bv+F0/ auGIgbyhC3aAzmKt75pvJAYnVvT5H1ekYWMbbZpq83VtWaIg6LMPQ+TlH2FCxm1Sic9x ZS1XpKlupthFLb01mwElX3rciX3leGbgnF1cI/Tu5ef9h1bAatha5CC1k26Ei7wqrBw1 vs6cocZK+WpWwNXjLpoCVY59A2+zETJ5VHGU8Y7BwTo8qRtXlJ9F1iCWeF0Eb1uR0QoP Yo90kpvVb11OmZ615gb0JDCqHyNlXG5atX4y9UKf7mVs4b+hssfYPSODR1jSeblRBY7v mlIA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=rtmjFUe+V9IkGCo7Saw4tQ+LyqDu8ZtxNdF9N/KPoOw=; b=GJdKI//5XA1ysQGSeOvA6yPeM8120PHLDpfMpiWxVbGsluLPX5mItV6tBwNb0VyinG 9Xwsh+am7EdSiSPdYlg2jugaMhBZlHL1CTTujfZOKJB1Oe8GD27lvDY7XEGwYX3QGDoC h2Upz+Mz1TJK1ky4Wz0vWBxdPpUieltiClEdg1/VeD3SjPOOlVIogvFpE4zOQuyP53u6 sh/oHiF5ALpsOdeVXMmPtgOwaauo3qzkWcAzS/Bnzy5TFi3ChVCUc9q6di4pPi50jVzy 3zN0N3vWO3MNeoDLl6GtZCSmLLtLwqF/m36zweyIIME6nf2zRh4Sj6WcvIuhObIK0CdJ PryQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j185si53937977pge.91.2019.08.08.23.10.57; Thu, 08 Aug 2019 23:11:20 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405439AbfHIGKQ (ORCPT + 99 others); Fri, 9 Aug 2019 02:10:16 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:37256 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726025AbfHIGKQ (ORCPT ); Fri, 9 Aug 2019 02:10:16 -0400 Received: from gondolin.me.apana.org.au ([192.168.0.6] helo=gondolin.hengli.com.au) by fornost.hmeau.com with esmtps (Exim 4.89 #2 (Debian)) id 1hvy6P-000784-SM; Fri, 09 Aug 2019 16:10:14 +1000 Received: from herbert by gondolin.hengli.com.au with local (Exim 4.80) (envelope-from ) id 1hvy6P-0002iM-BO; Fri, 09 Aug 2019 16:10:13 +1000 Date: Fri, 9 Aug 2019 16:10:13 +1000 From: Herbert Xu To: "Hook, Gary" Cc: "linux-crypto@vger.kernel.org" , "davem@davemloft.net" , "Lendacky, Thomas" Subject: Re: [PATCH v2] crypto: ccp - Log an error message when ccp-crypto fails to load Message-ID: <20190809061013.GB10392@gondor.apana.org.au> References: <20190729125543.6255-1-gary.hook@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190729125543.6255-1-gary.hook@amd.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Mon, Jul 29, 2019 at 12:56:08PM +0000, Hook, Gary wrote: > From: Gary R Hook > > If there are no CCP devices on the system, ccp-crypto will not load. > Write a message to the system log clarifying the reason for the failure > of the modprobe operation > > Signed-off-by: Gary R Hook > --- > > Changes since v1: > - Add missing signed-off-by > > drivers/crypto/ccp/ccp-crypto-main.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt