Comment 2 for bug 1765010

Revision history for this message
Juerg Haefliger (juergh) wrote :

Skipped the following commit since it introduces a build failure as shown below:
   * perf tests: Decompress kernel module before objdump

  CC tests/llvm-src-base.o
  CC tests/llvm-src-kbuild.o
  LD util/libperf-in.o
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];
                   ^