# git rev-parse -q --verify df202b452fe6c6d6f1351bad485e2367ef1e644e^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify df202b452fe6c6d6f1351bad485e2367ef1e644e^{commit} df202b452fe6c6d6f1351bad485e2367ef1e644e # git checkout -q -f -B kisskb df202b452fe6c6d6f1351bad485e2367ef1e644e # git clean -qxdf # < git log -1 # commit df202b452fe6c6d6f1351bad485e2367ef1e644e # Merge: 16477cdfefdb 5ce2176b81f7 # Author: Linus Torvalds # Date: Thu May 26 12:09:50 2022 -0700 # # Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild # # Pull Kbuild updates from Masahiro Yamada: # # - Add HOSTPKG_CONFIG env variable to allow users to override pkg-config # # - Support W=e as a shorthand for KCFLAGS=-Werror # # - Fix CONFIG_IKHEADERS build to support toybox cpio # # - Add scripts/dummy-tools/pahole to ease distro packagers' life # # - Suppress false-positive warnings from checksyscalls.sh for W=2 build # # - Factor out the common code of arch/*/boot/install.sh into # scripts/install.sh # # - Support 'kernel-install' tool in scripts/prune-kernel # # - Refactor module-versioning to link the symbol versions at the final # link of vmlinux and modules # # - Remove CONFIG_MODULE_REL_CRCS because module-versioning now works in # an arch-agnostic way # # - Refactor modpost, Makefiles # # * tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (56 commits) # genksyms: adjust the output format to modpost # kbuild: stop merging *.symversions # kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS # modpost: extract symbol versions from *.cmd files # modpost: add sym_find_with_module() helper # modpost: change the license of EXPORT_SYMBOL to bool type # modpost: remove left-over cross_compile declaration # kbuild: record symbol versions in *.cmd files # kbuild: generate a list of objects in vmlinux # modpost: move *.mod.c generation to write_mod_c_files() # modpost: merge add_{intree_flag,retpoline,staging_flag} to add_header # scripts/prune-kernel: Use kernel-install if available # kbuild: factor out the common installation code into scripts/install.sh # modpost: split new_symbol() to symbol allocation and hash table addition # modpost: make sym_add_exported() always allocate a new symbol # modpost: make multiple export error # modpost: dump Module.symvers in the same order of modules.order # modpost: traverse the namespace_list in order # modpost: use doubly linked list for dump_lists # modpost: traverse unresolved symbols in order # ... # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 df202b452fe6c6d6f1351bad485e2367ef1e644e # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- Completed OK # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5 # Build took: 0:03:39.097551