Re: kernel-4.9.94 compile error: 'KMOD_DECOMP_LEN' undeclared

2018-04-28 Thread Greg Kroah-Hartman
On Sat, Apr 28, 2018 at 07:54:36PM +0800, Teck Choon Giam wrote: > >> It still fails in 4.9.96. (not #defined there) > > > > Should be fixed in 4.9.97-r1, I know .96 still had the issue. > > > > Test compiled without issue for 4.9.97-rc1: > > wget > https://git.kernel.org/pub/scm/linux/kernel/gi

Re: kernel-4.9.94 compile error: 'KMOD_DECOMP_LEN' undeclared

2018-04-28 Thread Teck Choon Giam
>> It still fails in 4.9.96. (not #defined there) > > Should be fixed in 4.9.97-r1, I know .96 still had the issue. > Test compiled without issue for 4.9.97-rc1: wget https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/snapshot/linux-stable-rc-linux-4.9.y.tar.gz tar zxvfp

Re: kernel-4.9.94 compile error: 'KMOD_DECOMP_LEN' undeclared

2018-04-28 Thread Greg Kroah-Hartman
On Fri, Apr 27, 2018 at 11:09:56PM -0700, Randy Dunlap wrote: > On 04/27/2018 10:00 PM, Greg Kroah-Hartman wrote: > > On Fri, Apr 27, 2018 at 10:28:27AM -0700, Randy Dunlap wrote: > >> [adding some Cc:] > >> > >> On 04/14/2018 02:41 AM, Teck Choon Giam wrote: > >>> Hi, > >>> > >>> Compile linux-4.9

Re: kernel-4.9.94 compile error: 'KMOD_DECOMP_LEN' undeclared

2018-04-27 Thread Randy Dunlap
On 04/27/2018 10:00 PM, Greg Kroah-Hartman wrote: > On Fri, Apr 27, 2018 at 10:28:27AM -0700, Randy Dunlap wrote: >> [adding some Cc:] >> >> On 04/14/2018 02:41 AM, Teck Choon Giam wrote: >>> Hi, >>> >>> Compile linux-4.9.94 will have error related to KMOD_DECOMP_LEN >>> undeclared. Searching stri

Re: kernel-4.9.94 compile error: 'KMOD_DECOMP_LEN' undeclared

2018-04-27 Thread Greg Kroah-Hartman
On Fri, Apr 27, 2018 at 10:28:27AM -0700, Randy Dunlap wrote: > [adding some Cc:] > > On 04/14/2018 02:41 AM, Teck Choon Giam wrote: > > Hi, > > > > Compile linux-4.9.94 will have error related to KMOD_DECOMP_LEN > > undeclared. Searching string related to KMOD_DECOMP_LEN in > > linux-4.9.94 and

Re: kernel-4.9.94 compile error: 'KMOD_DECOMP_LEN' undeclared

2018-04-27 Thread Randy Dunlap
[adding some Cc:] On 04/14/2018 02:41 AM, Teck Choon Giam wrote: > Hi, > > Compile linux-4.9.94 will have error related to KMOD_DECOMP_LEN > undeclared. Searching string related to KMOD_DECOMP_LEN in > linux-4.9.94 and linux-4.15.17 sources as below: > > sh-4.2# grep -r KMOD_DECOMP_LEN ./linux-

Re: kernel-4.9.94 compile error: 'KMOD_DECOMP_LEN' undeclared

2018-04-20 Thread Teck Choon Giam
HI, > sh-4.2# grep -r KMOD_DECOMP_LEN ./linux-4.15.17 > ./linux-4.15.17/tools/perf/tests/code-reading.c: char > decomp_name[KMOD_DECOMP_LEN]; > ./linux-4.15.17/tools/perf/util/dso.h:#define KMOD_DECOMP_LEN > sizeof(KMOD_DECOMP_NAME) > ./linux-4.15.17/tools/perf/util/annotate.c: char tmp[KMOD_DECOM

Re: kernel-4.9.94 compile error: 'KMOD_DECOMP_LEN' undeclared

2018-04-14 Thread Akemi Yagi
On Sat, 14 Apr 2018 17:41:13 +0800, Teck Choon Giam wrote: > Hi, > > Compile linux-4.9.94 will have error related to KMOD_DECOMP_LEN > undeclared. Searching string related to KMOD_DECOMP_LEN in > linux-4.9.94 and linux-4.15.17 sources as below: > > sh-4.2# grep -r KMOD_DECOMP_LEN ./linux-4.15.1

kernel-4.9.94 compile error: 'KMOD_DECOMP_LEN' undeclared

2018-04-14 Thread Teck Choon Giam
Hi, Compile linux-4.9.94 will have error related to KMOD_DECOMP_LEN undeclared. Searching string related to KMOD_DECOMP_LEN in linux-4.9.94 and linux-4.15.17 sources as below: sh-4.2# grep -r KMOD_DECOMP_LEN ./linux-4.15.17 ./linux-4.15.17/tools/perf/tests/code-reading.c: char decomp_name[KMOD_D