# 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-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 df202b452fe6c6d6f1351bad485e2367ef1e644e # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:8059:warning: override: reassigning to symbol STANDALONE .config:8061:warning: override: reassigning to symbol MODULE_SIG .config:8063:warning: override: reassigning to symbol PPC64 .config:8064:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:8068:warning: override: reassigning to symbol GCC_PLUGINS # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/mm/slice.c: In function 'slice_get_unmapped_area': /kisskb/src/arch/powerpc/mm/slice.c:639:1: warning: the frame size of 1072 bytes is larger than 1024 bytes [-Wframe-larger-than=] 639 | } | ^ /kisskb/src/fs/fat/dir.c: In function 'fat_alloc_new_dir': /kisskb/src/fs/fat/dir.c:1195:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=] 1195 | } | ^ /kisskb/src/fs/fat/dir.c: In function 'fat_add_new_entries': /kisskb/src/fs/fat/dir.c:1279:1: warning: the frame size of 1072 bytes is larger than 1024 bytes [-Wframe-larger-than=] 1279 | } | ^ /kisskb/src/fs/fat/fatent.c: In function 'fat_free_clusters': /kisskb/src/fs/fat/fatent.c:633:1: warning: the frame size of 1104 bytes is larger than 1024 bytes [-Wframe-larger-than=] 633 | } | ^ /kisskb/src/fs/fat/fatent.c: In function 'fat_alloc_clusters': /kisskb/src/fs/fat/fatent.c:551:1: warning: the frame size of 1184 bytes is larger than 1024 bytes [-Wframe-larger-than=] 551 | } | ^ /kisskb/src/fs/ntfs/aops.c: In function 'ntfs_read_block': /kisskb/src/fs/ntfs/aops.c:358:1: warning: the frame size of 1104 bytes is larger than 1024 bytes [-Wframe-larger-than=] 358 | } | ^ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_clear_mft_tail': /kisskb/src/fs/ntfs3/fsntfs.c:772:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=] 772 | } | ^ /kisskb/src/fs/ext4/move_extent.c: In function 'mext_page_mkuptodate': /kisskb/src/fs/ext4/move_extent.c:232:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] 232 | } | ^ /kisskb/src/fs/buffer.c: In function 'block_read_full_folio': /kisskb/src/fs/buffer.c:2340:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] 2340 | } | ^ /kisskb/src/fs/mpage.c: In function '__mpage_writepage': /kisskb/src/fs/mpage.c:638:1: warning: the frame size of 1232 bytes is larger than 1024 bytes [-Wframe-larger-than=] 638 | } | ^ /kisskb/src/fs/mpage.c: In function 'do_mpage_readpage': /kisskb/src/fs/mpage.c:303:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=] 303 | } | ^ /kisskb/src/fs/ext4/readpage.c: In function 'ext4_mpage_readpages': /kisskb/src/fs/ext4/readpage.c:407:1: warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=] 407 | } | ^ /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld: warning: orphan section `.stubs' from `drivers/mfd/rsmu_core.o' being placed in section `.stubs' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld: warning: orphan section `.stubs' from `drivers/mfd/rsmu_core.o' being placed in section `.stubs' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld: warning: orphan section `.stubs' from `drivers/mfd/rsmu_core.o' being placed in section `.stubs' Completed OK # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 # Build took: 0:04:17.940709