linux-next: build warning after merge of the crypto tree

2019-08-22 Thread Stephen Rothwell
Hi all, After merging the crypto tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: WARNING: modpost: missing MODULE_LICENSE() in lib/crypto/libsha256.o see include/linux/module.h for more information Presumably introduced by commit 01d3aee86625 ("crypto: sha256 -

linux-next: build warning after merge of the crypto tree

2019-02-03 Thread Stephen Rothwell
Hi Herbert, After merging the crypto tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/crypto/qat/qat_common/adf_transport.c: In function 'adf_init_etr_data': drivers/crypto/qat/qat_common/adf_transport.c:501:1: warning: label 'err_bank_debug' defined but not

linux-next: build warning after merge of the crypto tree

2018-10-04 Thread Stephen Rothwell
Hi Herbert, After merging the crypto tree, today's linux-next build (powerpc allyesconfig) produced this warning: drivers/crypto/cavium/nitrox/nitrox_debugfs.c: In function 'stats_show': drivers/crypto/cavium/nitrox/nitrox_debugfs.c:62:30: warning: format '%lld' expects argument of type 'long

linux-next: build warning after merge of the crypto tree

2018-10-04 Thread Stephen Rothwell
Hi Herbert, After merging the crypto tree, today's linux-next build (powerpc allyesconfig) produced this warning: drivers/crypto/cavium/nitrox/nitrox_debugfs.c: In function 'stats_show': drivers/crypto/cavium/nitrox/nitrox_debugfs.c:62:30: warning: format '%lld' expects argument of type 'long

Re: linux-next: build warning after merge of the crypto tree

2018-03-18 Thread Harsh Jain
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:

Re: linux-next: build warning after merge of the crypto tree

2018-03-18 Thread Harsh Jain
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:

linux-next: build warning after merge of the crypto tree

2018-03-18 Thread Stephen Rothwell
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

linux-next: build warning after merge of the crypto tree

2018-03-18 Thread Stephen Rothwell
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

Re: linux-next: build warning after merge of the crypto tree

2018-01-18 Thread Herbert Xu
On Fri, Jan 19, 2018 at 09:51:43AM +0530, Harsh Jain wrote: > Hi Herbert, > > It's an indentation issue. Seems checkpatch and default compile options does > not report this warning. > > How would you like to take the fix. Should I sent whole series again with fix > or only indentation patch.

Re: linux-next: build warning after merge of the crypto tree

2018-01-18 Thread Herbert Xu
On Fri, Jan 19, 2018 at 09:51:43AM +0530, Harsh Jain wrote: > Hi Herbert, > > It's an indentation issue. Seems checkpatch and default compile options does > not report this warning. > > How would you like to take the fix. Should I sent whole series again with fix > or only indentation patch.

Re: linux-next: build warning after merge of the crypto tree

2018-01-18 Thread Harsh Jain
Hi Herbert, It's an indentation issue. Seems checkpatch and default compile options does not report this warning. How would you like to take the fix. Should I sent whole series again with fix or only indentation patch. On 19-01-2018 07:19, Stephen Rothwell wrote: > Hi Herbert, > > After

Re: linux-next: build warning after merge of the crypto tree

2018-01-18 Thread Harsh Jain
Hi Herbert, It's an indentation issue. Seems checkpatch and default compile options does not report this warning. How would you like to take the fix. Should I sent whole series again with fix or only indentation patch. On 19-01-2018 07:19, Stephen Rothwell wrote: > Hi Herbert, > > After

linux-next: build warning after merge of the crypto tree

2018-01-18 Thread Stephen Rothwell
Hi Herbert, After merging the crypto tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/crypto/chelsio/chcr_algo.c: In function 'create_authenc_wr': drivers/crypto/chelsio/chcr_algo.c:2113:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]

linux-next: build warning after merge of the crypto tree

2018-01-18 Thread Stephen Rothwell
Hi Herbert, After merging the crypto tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/crypto/chelsio/chcr_algo.c: In function 'create_authenc_wr': drivers/crypto/chelsio/chcr_algo.c:2113:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]

Re: linux-next: build warning after merge of the crypto tree

2017-07-31 Thread Gary R Hook
On 07/30/2017 09:17 PM, Stephen Rothwell wrote: 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

Re: linux-next: build warning after merge of the crypto tree

2017-07-31 Thread Gary R Hook
On 07/30/2017 09:17 PM, Stephen Rothwell wrote: 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

linux-next: build warning after merge of the crypto tree

2017-07-30 Thread Stephen Rothwell
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

linux-next: build warning after merge of the crypto tree

2017-07-30 Thread Stephen Rothwell
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

Re: linux-next: build warning after merge of the crypto tree

2016-08-25 Thread Stephen Rothwell
Hi Herbert, On Thu, 25 Aug 2016 15:47:01 +0800 Herbert Xu wrote: > > I'm going to do something like this: > > ---8<--- > This patch fixes an unused label warning triggered when the macro > XOR_SELECT_TEMPLATE is not set. > > Fixes: 39457acda913 ("crypto: xor -

Re: linux-next: build warning after merge of the crypto tree

2016-08-25 Thread Stephen Rothwell
Hi Herbert, On Thu, 25 Aug 2016 15:47:01 +0800 Herbert Xu wrote: > > I'm going to do something like this: > > ---8<--- > This patch fixes an unused label warning triggered when the macro > XOR_SELECT_TEMPLATE is not set. > > Fixes: 39457acda913 ("crypto: xor - skip speed test if the xor...")

Re: linux-next: build warning after merge of the crypto tree

2016-08-25 Thread Martin Schwidefsky
On Thu, 25 Aug 2016 11:38:24 +1000 Stephen Rothwell wrote: > Hi Herbert, > > After merging the crypto tree, today's linux-next build (powerpc > ppc64_defconfig) produced this warning: > > crypto/xor.c: In function 'calibrate_xor_blocks': > crypto/xor.c:156:1: warning:

Re: linux-next: build warning after merge of the crypto tree

2016-08-25 Thread Martin Schwidefsky
On Thu, 25 Aug 2016 11:38:24 +1000 Stephen Rothwell wrote: > Hi Herbert, > > After merging the crypto tree, today's linux-next build (powerpc > ppc64_defconfig) produced this warning: > > crypto/xor.c: In function 'calibrate_xor_blocks': > crypto/xor.c:156:1: warning: label 'out' defined but

Re: linux-next: build warning after merge of the crypto tree

2016-08-25 Thread Herbert Xu
On Thu, Aug 25, 2016 at 08:20:10AM +0200, Martin Schwidefsky wrote: > On Thu, 25 Aug 2016 11:38:24 +1000 > Stephen Rothwell wrote: > > > Hi Herbert, > > > > After merging the crypto tree, today's linux-next build (powerpc > > ppc64_defconfig) produced this warning: > > >

Re: linux-next: build warning after merge of the crypto tree

2016-08-25 Thread Herbert Xu
On Thu, Aug 25, 2016 at 08:20:10AM +0200, Martin Schwidefsky wrote: > On Thu, 25 Aug 2016 11:38:24 +1000 > Stephen Rothwell wrote: > > > Hi Herbert, > > > > After merging the crypto tree, today's linux-next build (powerpc > > ppc64_defconfig) produced this warning: > > > > crypto/xor.c: In

linux-next: build warning after merge of the crypto tree

2016-08-24 Thread Stephen Rothwell
Hi Herbert, After merging the crypto tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: crypto/xor.c: In function 'calibrate_xor_blocks': crypto/xor.c:156:1: warning: label 'out' defined but not used [-Wunused-label] out: ^ Introduced by commit 39457acda913

linux-next: build warning after merge of the crypto tree

2016-08-24 Thread Stephen Rothwell
Hi Herbert, After merging the crypto tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: crypto/xor.c: In function 'calibrate_xor_blocks': crypto/xor.c:156:1: warning: label 'out' defined but not used [-Wunused-label] out: ^ Introduced by commit 39457acda913