Received: by 10.213.65.68 with SMTP id h4csp1277731imn; Sun, 18 Mar 2018 22:46:19 -0700 (PDT) X-Google-Smtp-Source: AG47ELskgjKD30+ET0k3ltZpfj4QGr0Be9Xl8atw0ba/+GRX17UvkkwT+iQnfusm87M4RBLrUMCP X-Received: by 10.99.125.75 with SMTP id m11mr8213270pgn.391.1521438379399; Sun, 18 Mar 2018 22:46:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521438379; cv=none; d=google.com; s=arc-20160816; b=fc2/JLL/3P9035De0DcGN4ErzY+55Yoq4LHpLBmzsBfLIahbECZCqErZ0NWGObfXn5 mEEek2XHrFiDYLiFrpZ1Ylzky3zCiHu9RASf5LTVEBwYCnNkr2stOraghoLXQdXJion3 5Q3VttkhZIPl/Y7R1ZAmwNvEOqcQ4JHagIWIu+OeCQSyOEvFWQR8MYXwQPKQci7Vg3iE cLNAS4Kf5jg0538yyV0/Y90hDpNZBIYX3bh5k+cnLWL39Y28F6fm4RVeBDg+pu9B2zH0 vYeSGoHe9UT9auPKGwg8NmTLKEmmF5f9O4APmqpKolbNhFX0C7sYVdychJANHd0h+lvv beRA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-language :content-transfer-encoding:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:arc-authentication-results; bh=EHBEosBFKSfhVsoCJfBokOlv+/EuXYwAtKj1Q2lFsn0=; b=week4Hx5F+kvOv8j8Kd8JhWAzveEBZNbCzInb0L5nfBQ9N+CBVcLrY6oL+YsVyc6ae ZufYGqC8eZ2psqGIfKnMrOGpu6siaqKdumo3/CrMXr+mKbss21pIUr0lbKnxiMduC72y ixdvLnHGDp+rp+f/ymCBNMiPGrH7PCD+M1mS1D661vLmR4FIPDO/zSuen6taemX69/Jn 9uYs2kKdRqyTMLZ+nSdYLtZ2fLnmlZqpQNu46TBQUG6X4LDyhcwBC8fvBYsrC58pNy7s FDK3mM9VDr7WrZ3mNzkUJKzGSVcY4CZ8ETRv1cGUX2CD9CSB+FzuQo6Y/1ARDYR26mm2 shdA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-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 h126si9026442pgc.817.2018.03.18.22.46.03; Sun, 18 Mar 2018 22:46:19 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755263AbeCSFo2 (ORCPT + 99 others); Mon, 19 Mar 2018 01:44:28 -0400 Received: from stargate.chelsio.com ([12.32.117.8]:25724 "EHLO stargate.chelsio.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755118AbeCSFoZ (ORCPT ); Mon, 19 Mar 2018 01:44:25 -0400 Received: from [10.193.189.121] (harsh.asicdesigners.com [10.193.189.121]) by stargate.chelsio.com (8.13.8/8.13.8) with ESMTP id w2J5iFFi002083; Sun, 18 Mar 2018 22:44:16 -0700 Subject: Re: linux-next: build warning after merge of the crypto tree To: Stephen Rothwell , Herbert Xu Cc: Linux-Next Mailing List , Linux Kernel Mailing List References: <20180319120433.24cc4be1@canb.auug.org.au> From: Harsh Jain Message-ID: Date: Mon, 19 Mar 2018 11:14:14 +0530 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180319120433.24cc4be1@canb.auug.org.au> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 19-03-2018 06:34, Stephen Rothwell wrote: > Hi Herbert, > > After merging the crypto tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > In file included from drivers/crypto/chelsio/chcr_ipsec.c:66:0: > drivers/crypto/chelsio/chcr_crypto.h:343:12: warning: 'chcr_ahash_continue' declared 'static' but never defined [-Wunused-function] > static int chcr_ahash_continue(struct ahash_request *req); > ^~~~~~~~~~~~~~~~~~~ > > Introduced by commit > > 5110e65536f3 ("crypto: chelsio -Split Hash requests for large scatter gather list") > Hi Stephen/Herbert, I will submit the fix to cryptodev tree. Thanks & Regards Harsh Jain