On Mon, Jan 16, 2023 at 4:21 AM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote: [ ... ] > Please clarify your problem. > > My best guess is, you just added V=1 option to > print the full log, didn't you? > Sorry, forgot the make-line (this morning posted from my smartphone): $ /usr/bin/perf stat make V=1 -j4 LLVM=1 LLVM_IAS=1 PAHOLE=/opt/pahole/bin/pahole LOCALVERSION=-1-amd64-clang15-kcfi KBUILD_BUILD_HOST=iniza KBUILD_BUILD_USER=sedat.dilek@xxxxxxxxx KBUILD_BUILD_TIMESTAMP=2023-01-15 bindeb-pkg KDEB_PKGVERSION=6.2.0~rc4-1~unstable+dileks1 > > I can see the same build log by running the following command. > > > > $ make V=1 mrproper defconfig prepare | grep sha1sum > + [ clean = clean ] > + cleanup > + rm -f .btf.* > + rm -f System.map > + rm -f vmlinux > + rm -f vmlinux.map > + exit 0 > if ! command -v sha1sum >/dev/null; then echo "warning: cannot check > the header due to sha1sum missing"; exit 0; fi; if [ "$(sed -n '$s:// > ::p' include/linux/atomic/atomic-arch-fallback.h)" != "$(sed '$d' > include/linux/atomic/atomic-arch-fallback.h | sha1sum | sed 's/ > .*//')" ]; then echo "error: > include/linux/atomic/atomic-arch-fallback.h has been modified." >&2; > exit 1; fi; touch .checked-atomic-arch-fallback.h > if ! command -v sha1sum >/dev/null; then echo "warning: cannot check > the header due to sha1sum missing"; exit 0; fi; if [ "$(sed -n '$s:// > ::p' include/linux/atomic/atomic-instrumented.h)" != "$(sed '$d' > include/linux/atomic/atomic-instrumented.h | sha1sum | sed 's/ .*//')" > ]; then echo "error: include/linux/atomic/atomic-instrumented.h has > been modified." >&2; exit 1; fi; touch .checked-atomic-instrumented.h > if ! command -v sha1sum >/dev/null; then echo "warning: cannot check > the header due to sha1sum missing"; exit 0; fi; if [ "$(sed -n '$s:// > ::p' include/linux/atomic/atomic-long.h)" != "$(sed '$d' > include/linux/atomic/atomic-long.h | sha1sum | sed 's/ .*//')" ]; then > echo "error: include/linux/atomic/atomic-long.h has been modified." > >&2; exit 1; fi; touch .checked-atomic-long.h > > > > > > > > > > Thanks. > > > > Best regards, > > -Sedat- > > > > > -- > Best Regards > Masahiro Yamada