From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751760AbdGaCR7 (ORCPT ); Sun, 30 Jul 2017 22:17:59 -0400 Received: from ozlabs.org ([103.22.144.67]:51115 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751585AbdGaCR6 (ORCPT ); Sun, 30 Jul 2017 22:17:58 -0400 Date: Mon, 31 Jul 2017 12:17:56 +1000 From: Stephen Rothwell To: Herbert Xu Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Gary R Hook Subject: linux-next: build warning after merge of the crypto tree Message-ID: <20170731121756.6f54cadf@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Herbert, After merging the crypto tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/crypto/ccp/ccp-ops.c: In function 'ccp_run_rsa_cmd': drivers/crypto/ccp/ccp-ops.c:1856:3: warning: 'sb_count' may be used uninitialized in this function [-Wmaybe-uninitialized] cmd_q->ccp->vdata->perform->sbfree(cmd_q, op.sb_key, sb_count); ^ Maybe introduced by commit 6ba46c7d4d7e ("crypto: ccp - Fix base RSA function for version 5 CCPs") -- Cheers, Stephen Rothwell