Re: Linux 4.4.128

2018-04-16 Thread Greg KH
On Mon, Apr 16, 2018 at 05:58:26PM +0800, Lei Chen wrote: > Hi Greg, > This release has build failure on file tools/perf/tests/code-reading.c: > > tests/code-reading.c: In function ‘read_object_code’: > tests/code-reading.c:186:19: error: ‘KMOD_DECOMP_LEN’ undeclared > (first use in this function)

Re: Linux 4.4.128

2018-04-16 Thread Lei Chen
Hi Greg, This release has build failure on file tools/perf/tests/code-reading.c: tests/code-reading.c: In function ‘read_object_code’: tests/code-reading.c:186:19: error: ‘KMOD_DECOMP_LEN’ undeclared (first use in this function) char decomp_name[KMOD_DECOMP_LEN]; ^ Thanks, Le