Re: linux-next: build warnings after merge of the akpm-current tree

2020-10-06 Thread Stephen Rothwell
Hi all, On Tue, 6 Oct 2020 16:01:38 -0400 Peter Xu wrote: > > On Tue, Oct 06, 2020 at 11:05:16PM +1100, Stephen Rothwell wrote: > > > > After merging the akpm-current tree, today's linux-next build (sparc > > defconfig) produced this warning: > > > > mm/memory.c: In function

Re: linux-next: build warnings after merge of the akpm-current tree

2020-10-06 Thread Peter Xu
On Tue, Oct 06, 2020 at 11:05:16PM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the akpm-current tree, today's linux-next build (sparc > defconfig) produced this warning: > > mm/memory.c: In function 'copy_present_page': > mm/memory.c:800:20: warning: unused variable 'dst_mm'

linux-next: build warnings after merge of the akpm-current tree

2020-10-06 Thread Stephen Rothwell
Hi all, After merging the akpm-current tree, today's linux-next build (sparc defconfig) produced this warning: mm/memory.c: In function 'copy_present_page': mm/memory.c:800:20: warning: unused variable 'dst_mm' [-Wunused-variable] struct mm_struct *dst_mm = dst_vma->vm_mm;

Re: linux-next: build warnings after merge of the akpm-current tree

2017-08-25 Thread Changwei Ge
Hi Andrew, On 2017/8/26 5:24, Andrew Morton wrote: > On Thu, 24 Aug 2017 08:15:30 + Changwei Ge wrote: > >> Hi Andrew, >> >> On 2017/8/24 15:42, Stephen Rothwell wrote: >>> Hi Andrew, After merging the akpm-current tree, today's linux-next >>> build (x86_64

Re: linux-next: build warnings after merge of the akpm-current tree

2017-08-25 Thread Changwei Ge
Hi Andrew, On 2017/8/26 5:24, Andrew Morton wrote: > On Thu, 24 Aug 2017 08:15:30 + Changwei Ge wrote: > >> Hi Andrew, >> >> On 2017/8/24 15:42, Stephen Rothwell wrote: >>> Hi Andrew, After merging the akpm-current tree, today's linux-next >>> build (x86_64 allmodconfig) produced these

Re: linux-next: build warnings after merge of the akpm-current tree

2017-08-25 Thread Andrew Morton
On Thu, 24 Aug 2017 08:15:30 + Changwei Ge wrote: > Hi Andrew, > > On 2017/8/24 15:42, Stephen Rothwell wrote: > > Hi Andrew, After merging the akpm-current tree, today's linux-next > > build (x86_64 allmodconfig) produced these warnings: > > fs/ocfs2/dlm/dlmrecovery.c:

Re: linux-next: build warnings after merge of the akpm-current tree

2017-08-25 Thread Andrew Morton
On Thu, 24 Aug 2017 08:15:30 + Changwei Ge wrote: > Hi Andrew, > > On 2017/8/24 15:42, Stephen Rothwell wrote: > > Hi Andrew, After merging the akpm-current tree, today's linux-next > > build (x86_64 allmodconfig) produced these warnings: > > fs/ocfs2/dlm/dlmrecovery.c: In function

Re: linux-next: build warnings after merge of the akpm-current tree

2017-08-24 Thread Changwei Ge
Hi Andrew, On 2017/8/24 15:42, Stephen Rothwell wrote: > Hi Andrew, After merging the akpm-current tree, today's linux-next > build (x86_64 allmodconfig) produced these warnings: > fs/ocfs2/dlm/dlmrecovery.c: In function 'dlm_free_dead_locks': > fs/ocfs2/dlm/dlmrecovery.c:2306:6: warning: unused

Re: linux-next: build warnings after merge of the akpm-current tree

2017-08-24 Thread Changwei Ge
Hi Andrew, On 2017/8/24 15:42, Stephen Rothwell wrote: > Hi Andrew, After merging the akpm-current tree, today's linux-next > build (x86_64 allmodconfig) produced these warnings: > fs/ocfs2/dlm/dlmrecovery.c: In function 'dlm_free_dead_locks': > fs/ocfs2/dlm/dlmrecovery.c:2306:6: warning: unused

linux-next: build warnings after merge of the akpm-current tree

2017-08-24 Thread Stephen Rothwell
Hi Andrew, After merging the akpm-current tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: fs/ocfs2/dlm/dlmrecovery.c: In function 'dlm_free_dead_locks': fs/ocfs2/dlm/dlmrecovery.c:2306:6: warning: unused variable 'i' [-Wunused-variable] int i; ^

linux-next: build warnings after merge of the akpm-current tree

2017-08-24 Thread Stephen Rothwell
Hi Andrew, After merging the akpm-current tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: fs/ocfs2/dlm/dlmrecovery.c: In function 'dlm_free_dead_locks': fs/ocfs2/dlm/dlmrecovery.c:2306:6: warning: unused variable 'i' [-Wunused-variable] int i; ^

Re: linux-next: build warnings after merge of the akpm-current tree

2017-03-20 Thread Challa, Mahipal
From: Jan Glauber Sent: Monday, March 20, 2017 6:00 PM To: Dmitry Vyukov Cc: Stephen Rothwell; Andrew Morton; Herbert Xu; linux-n...@vger.kernel.org; LKML; Challa, Mahipal Subject: Re: linux-next: build warnings after merge of the akpm-current tree   On Mon, Mar 20, 2017 at 10:05:54AM +0100

Re: linux-next: build warnings after merge of the akpm-current tree

2017-03-20 Thread Challa, Mahipal
From: Jan Glauber Sent: Monday, March 20, 2017 6:00 PM To: Dmitry Vyukov Cc: Stephen Rothwell; Andrew Morton; Herbert Xu; linux-n...@vger.kernel.org; LKML; Challa, Mahipal Subject: Re: linux-next: build warnings after merge of the akpm-current tree   On Mon, Mar 20, 2017 at 10:05:54AM +0100

Re: linux-next: build warnings after merge of the akpm-current tree

2017-03-20 Thread Jan Glauber
On Mon, Mar 20, 2017 at 10:05:54AM +0100, Dmitry Vyukov wrote: > On Mon, Mar 20, 2017 at 6:22 AM, Stephen Rothwell > wrote: > > Hi Andrew, > > > > After merging the akpm-current tree, today's linux-next build (x86_64 > > allmodconfig) produced these warnings: > > > >

Re: linux-next: build warnings after merge of the akpm-current tree

2017-03-20 Thread Jan Glauber
On Mon, Mar 20, 2017 at 10:05:54AM +0100, Dmitry Vyukov wrote: > On Mon, Mar 20, 2017 at 6:22 AM, Stephen Rothwell > wrote: > > Hi Andrew, > > > > After merging the akpm-current tree, today's linux-next build (x86_64 > > allmodconfig) produced these warnings: > > > >

Re: linux-next: build warnings after merge of the akpm-current tree

2017-03-20 Thread Dmitry Vyukov
On Mon, Mar 20, 2017 at 6:22 AM, Stephen Rothwell wrote: > Hi Andrew, > > After merging the akpm-current tree, today's linux-next build (x86_64 > allmodconfig) produced these warnings: > > drivers/crypto/cavium/zip/zip_main.c: In function 'zip_show_stats': >

Re: linux-next: build warnings after merge of the akpm-current tree

2017-03-20 Thread Dmitry Vyukov
On Mon, Mar 20, 2017 at 6:22 AM, Stephen Rothwell wrote: > Hi Andrew, > > After merging the akpm-current tree, today's linux-next build (x86_64 > allmodconfig) produced these warnings: > > drivers/crypto/cavium/zip/zip_main.c: In function 'zip_show_stats': >

linux-next: build warnings after merge of the akpm-current tree

2017-03-19 Thread Stephen Rothwell
Hi Andrew, After merging the akpm-current tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: drivers/crypto/cavium/zip/zip_main.c: In function 'zip_show_stats': drivers/crypto/cavium/zip/zip_main.c:489:18: warning: format '%ld' expects argument of type 'long int', but

linux-next: build warnings after merge of the akpm-current tree

2017-03-19 Thread Stephen Rothwell
Hi Andrew, After merging the akpm-current tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: drivers/crypto/cavium/zip/zip_main.c: In function 'zip_show_stats': drivers/crypto/cavium/zip/zip_main.c:489:18: warning: format '%ld' expects argument of type 'long int', but

Re: linux-next: build warnings after merge of the akpm-current tree

2015-01-27 Thread Vladimir Davydov
Hi, On Tue, Jan 27, 2015 at 07:12:43PM +1100, Stephen Rothwell wrote: > In file included from mm/slab_common.c:26:0: > mm/slab_common.c: In function 'kmem_cache_destroy': > mm/slab.h:259:30: warning: right-hand operand of comma expression has no > effect [-Wunused-value] > for (iter = NULL,

linux-next: build warnings after merge of the akpm-current tree

2015-01-27 Thread Stephen Rothwell
Hi Andrew, After merging the akpm-current tree, today's linux-next build (powerpc ppc64_defconfig) produced these warnings: In file included from mm/slab_common.c:26:0: mm/slab_common.c: In function 'kmem_cache_destroy': mm/slab.h:259:30: warning: right-hand operand of comma expression has no

Re: linux-next: build warnings after merge of the akpm-current tree

2015-01-27 Thread Vladimir Davydov
Hi, On Tue, Jan 27, 2015 at 07:12:43PM +1100, Stephen Rothwell wrote: In file included from mm/slab_common.c:26:0: mm/slab_common.c: In function 'kmem_cache_destroy': mm/slab.h:259:30: warning: right-hand operand of comma expression has no effect [-Wunused-value] for (iter = NULL, tmp =

linux-next: build warnings after merge of the akpm-current tree

2015-01-27 Thread Stephen Rothwell
Hi Andrew, After merging the akpm-current tree, today's linux-next build (powerpc ppc64_defconfig) produced these warnings: In file included from mm/slab_common.c:26:0: mm/slab_common.c: In function 'kmem_cache_destroy': mm/slab.h:259:30: warning: right-hand operand of comma expression has no

Re: linux-next: build warnings after merge of the akpm-current tree

2014-10-03 Thread Michal Nazarewicz
On Fri, Oct 03 2014, Andrew Morton wrote: > On Fri, 3 Oct 2014 17:30:04 +1000 Stephen Rothwell > wrote: > >> Hi Andrew, >> >> After merging the akpm-current tree, today's linux-next build (arm >> multi_v7_defconfig) produced these warnings: >> >> drivers/base/dma-contiguous.c:244:2: warning:

Re: linux-next: build warnings after merge of the akpm-current tree

2014-10-03 Thread Andrew Morton
On Fri, 3 Oct 2014 17:30:04 +1000 Stephen Rothwell wrote: > Hi Andrew, > > After merging the akpm-current tree, today's linux-next build (arm > multi_v7_defconfig) produced these warnings: > > drivers/base/dma-contiguous.c:244:2: warning: initialization from > incompatible pointer type >

linux-next: build warnings after merge of the akpm-current tree

2014-10-03 Thread Stephen Rothwell
Hi Andrew, After merging the akpm-current tree, today's linux-next build (arm multi_v7_defconfig) produced these warnings: drivers/base/dma-contiguous.c:244:2: warning: initialization from incompatible pointer type .device_init = rmem_cma_device_init, ^ drivers/base/dma-contiguous.c:244:2:

linux-next: build warnings after merge of the akpm-current tree

2014-10-03 Thread Stephen Rothwell
Hi Andrew, After merging the akpm-current tree, today's linux-next build (arm multi_v7_defconfig) produced these warnings: drivers/base/dma-contiguous.c:244:2: warning: initialization from incompatible pointer type .device_init = rmem_cma_device_init, ^ drivers/base/dma-contiguous.c:244:2:

Re: linux-next: build warnings after merge of the akpm-current tree

2014-10-03 Thread Andrew Morton
On Fri, 3 Oct 2014 17:30:04 +1000 Stephen Rothwell s...@canb.auug.org.au wrote: Hi Andrew, After merging the akpm-current tree, today's linux-next build (arm multi_v7_defconfig) produced these warnings: drivers/base/dma-contiguous.c:244:2: warning: initialization from incompatible

Re: linux-next: build warnings after merge of the akpm-current tree

2014-10-03 Thread Michal Nazarewicz
On Fri, Oct 03 2014, Andrew Morton wrote: On Fri, 3 Oct 2014 17:30:04 +1000 Stephen Rothwell s...@canb.auug.org.au wrote: Hi Andrew, After merging the akpm-current tree, today's linux-next build (arm multi_v7_defconfig) produced these warnings: drivers/base/dma-contiguous.c:244:2:

linux-next: build warnings after merge of the akpm-current tree

2014-09-23 Thread Stephen Rothwell
Hi Andrew, After merging the akpm-current tree, today's linux-next build (powerpc allyesconfig) produced these warnings: drivers/rtc/rtc-bq32k.c: In function 'trickle_charger_of_init': drivers/rtc/rtc-bq32k.c:155:7: warning: assignment makes pointer from integer without a cast reg = 0x05;

linux-next: build warnings after merge of the akpm-current tree

2014-09-23 Thread Stephen Rothwell
Hi Andrew, After merging the akpm-current tree, today's linux-next build (powerpc allyesconfig) produced these warnings: drivers/rtc/rtc-bq32k.c: In function 'trickle_charger_of_init': drivers/rtc/rtc-bq32k.c:155:7: warning: assignment makes pointer from integer without a cast reg = 0x05;

Re: linux-next: build warnings after merge of the akpm-current tree

2014-08-26 Thread Xishi Qiu
On 2014/8/26 15:22, Stephen Rothwell wrote: > Hi Andrew, > > After merging the akpm-current tree, today's linux-next build (arm > defconfig) produced these warnings: > > In file included from /scratch/sfr/next/include/asm-generic/bug.h:13:0, > from

linux-next: build warnings after merge of the akpm-current tree

2014-08-26 Thread Stephen Rothwell
Hi Andrew, After merging the akpm-current tree, today's linux-next build (arm defconfig) produced these warnings: In file included from /scratch/sfr/next/include/asm-generic/bug.h:13:0, from /scratch/sfr/next/arch/arm/include/asm/bug.h:61, from

linux-next: build warnings after merge of the akpm-current tree

2014-08-26 Thread Stephen Rothwell
Hi Andrew, After merging the akpm-current tree, today's linux-next build (arm defconfig) produced these warnings: In file included from /scratch/sfr/next/include/asm-generic/bug.h:13:0, from /scratch/sfr/next/arch/arm/include/asm/bug.h:61, from

Re: linux-next: build warnings after merge of the akpm-current tree

2014-08-26 Thread Xishi Qiu
On 2014/8/26 15:22, Stephen Rothwell wrote: Hi Andrew, After merging the akpm-current tree, today's linux-next build (arm defconfig) produced these warnings: In file included from /scratch/sfr/next/include/asm-generic/bug.h:13:0, from

Re: linux-next: build warnings after merge of the akpm-current tree

2013-08-29 Thread Andrew Morton
On Thu, 29 Aug 2013 15:24:46 +0400 Maxim Patlasov wrote: > Hi Stephen, > > 08/29/2013 01:47 PM, Stephen Rothwell __: > > Hi Andrew, > > > > After merging the akpm tree, today's linux-next build (sparc64 defconfig > > and others) produced these warnings: > > > > mm/page-writeback.c: In

Re: linux-next: build warnings after merge of the akpm-current tree

2013-08-29 Thread Maxim Patlasov
Hi Stephen, 08/29/2013 01:47 PM, Stephen Rothwell пишет: Hi Andrew, After merging the akpm tree, today's linux-next build (sparc64 defconfig and others) produced these warnings: mm/page-writeback.c: In function 'balance_dirty_pages_ratelimited': mm/page-writeback.c:1450:13: warning:

linux-next: build warnings after merge of the akpm-current tree

2013-08-29 Thread Stephen Rothwell
Hi Andrew, After merging the akpm tree, today's linux-next build (sparc64 defconfig and others) produced these warnings: mm/page-writeback.c: In function 'balance_dirty_pages_ratelimited': mm/page-writeback.c:1450:13: warning: 'bdi_thresh' may be used uninitialized in this function

linux-next: build warnings after merge of the akpm-current tree

2013-08-29 Thread Stephen Rothwell
Hi Andrew, After merging the akpm tree, today's linux-next build (sparc64 defconfig and others) produced these warnings: mm/page-writeback.c: In function 'balance_dirty_pages_ratelimited': mm/page-writeback.c:1450:13: warning: 'bdi_thresh' may be used uninitialized in this function

Re: linux-next: build warnings after merge of the akpm-current tree

2013-08-29 Thread Maxim Patlasov
Hi Stephen, 08/29/2013 01:47 PM, Stephen Rothwell пишет: Hi Andrew, After merging the akpm tree, today's linux-next build (sparc64 defconfig and others) produced these warnings: mm/page-writeback.c: In function 'balance_dirty_pages_ratelimited': mm/page-writeback.c:1450:13: warning:

Re: linux-next: build warnings after merge of the akpm-current tree

2013-08-29 Thread Andrew Morton
On Thu, 29 Aug 2013 15:24:46 +0400 Maxim Patlasov mpatla...@parallels.com wrote: Hi Stephen, 08/29/2013 01:47 PM, Stephen Rothwell __: Hi Andrew, After merging the akpm tree, today's linux-next build (sparc64 defconfig and others) produced these warnings: