Re: [Ocfs2-devel] [PATCH] ocfs2/cluster: make config_item_type const

2017-10-15 Thread Julia Lawall
On Sun, 15 Oct 2017, Gang He wrote: > Hello Intel Kbuild team, > > You just upgrade GCC version when compiling the latest kernel? > Since these code looks a little old, I am sure that the related contributors > are still work on OCFS2 project. I'm not sure to understand the comment. The

Re: [Ocfs2-devel] [PATCH] ocfs2/cluster: make config_item_type const

2017-10-15 Thread Julia Lawall
On Sun, 15 Oct 2017, Gang He wrote: > Hello Intel Kbuild team, > > You just upgrade GCC version when compiling the latest kernel? > Since these code looks a little old, I am sure that the related contributors > are still work on OCFS2 project. I'm not sure to understand the comment. The

Re: [Ocfs2-devel] [PATCH] ocfs2/cluster: make config_item_type const

2017-10-15 Thread Fengguang Wu
Hi Gang, On Sun, Oct 15, 2017 at 09:26:00PM -0600, Gang He wrote: Hello Intel Kbuild team, You just upgrade GCC version when compiling the latest kernel? This report comes from a pretty old gcc: config: tile-allyesconfig (attached as .config) compiler: tilegx-linux-gcc (GCC)

Re: [Ocfs2-devel] [PATCH] ocfs2/cluster: make config_item_type const

2017-10-15 Thread Fengguang Wu
Hi Gang, On Sun, Oct 15, 2017 at 09:26:00PM -0600, Gang He wrote: Hello Intel Kbuild team, You just upgrade GCC version when compiling the latest kernel? This report comes from a pretty old gcc: config: tile-allyesconfig (attached as .config) compiler: tilegx-linux-gcc (GCC)

Re: [Ocfs2-devel] [PATCH] ocfs2/cluster: make config_item_type const

2017-10-15 Thread Gang He
Hello Intel Kbuild team, You just upgrade GCC version when compiling the latest kernel? Since these code looks a little old, I am sure that the related contributors are still work on OCFS2 project. Thanks Gang >>> > Hi Bhumika, > > [auto build test WARNING on linus/master] > [also build

Re: [Ocfs2-devel] [PATCH] ocfs2/cluster: make config_item_type const

2017-10-15 Thread Gang He
Hello Intel Kbuild team, You just upgrade GCC version when compiling the latest kernel? Since these code looks a little old, I am sure that the related contributors are still work on OCFS2 project. Thanks Gang >>> > Hi Bhumika, > > [auto build test WARNING on linus/master] > [also build

Re: [PATCH] ocfs2/cluster: make config_item_type const

2017-10-14 Thread kbuild test robot
Hi Bhumika, [auto build test WARNING on linus/master] [also build test WARNING on v4.14-rc4 next-20171013] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] ocfs2/cluster: make config_item_type const

2017-10-14 Thread kbuild test robot
Hi Bhumika, [auto build test WARNING on linus/master] [also build test WARNING on v4.14-rc4 next-20171013] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] ocfs2/cluster: make config_item_type const

2017-10-14 Thread kbuild test robot
Hi Bhumika, [auto build test WARNING on linus/master] [also build test WARNING on v4.14-rc4 next-20171013] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] ocfs2/cluster: make config_item_type const

2017-10-14 Thread kbuild test robot
Hi Bhumika, [auto build test WARNING on linus/master] [also build test WARNING on v4.14-rc4 next-20171013] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] ocfs2/cluster: make config_item_type const

2017-10-12 Thread Bhumika Goyal
This is a followup patch for: https://lkml.org/lkml/2017/10/11/375 and https://patchwork.kernel.org/patch/649/ Make these structures const as they are either passed to the functions having the argument as const or stored as a reference in the "ci_type" const field of a config_item structure.

[PATCH] ocfs2/cluster: make config_item_type const

2017-10-12 Thread Bhumika Goyal
This is a followup patch for: https://lkml.org/lkml/2017/10/11/375 and https://patchwork.kernel.org/patch/649/ Make these structures const as they are either passed to the functions having the argument as const or stored as a reference in the "ci_type" const field of a config_item structure.