# git rev-parse -q --verify 065b6c4c913d3986c2118acb7e7fb364ce4fb625^{commit} 065b6c4c913d3986c2118acb7e7fb364ce4fb625 already have revision, skipping fetch # git checkout -q -f -B kisskb 065b6c4c913d3986c2118acb7e7fb364ce4fb625 # git clean -qxdf # < git log -1 # commit 065b6c4c913d3986c2118acb7e7fb364ce4fb625 # Merge: 3d8dfe75ef69 935665c1a117 # Author: Linus Torvalds # Date: Sun Mar 10 10:58:43 2019 -0700 # # Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux # # Pull Devicetree updates from Rob Herring: # # - Fix a unittest failure on UML. Preparation for converting to kunit # test framework. # # - Add annotations to dtx_diff output # # - Fix unittest reporting of expected error # # - Move DMA configuration for virtual devices into the driver that needs # it (s5p-mfc) # # - Vendor prefixes for feiyang and techstar # # - Convert ARM GIC, GICv3, and L2x0 to DT schema # # - Add r8a7778/9 HSCIF serial bindings # # * tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: # of: unittest: unflatten device tree on UML when testing # dt-bindings: Add vendor prefix for feiyang # dt-bindings: Add vendor prefix for techstar # dt-bindings: display: add missing semicolon in example # of: mark early_init_dt_alloc_reserved_memory_arch static # of: add dtc annotations functionality to dtx_diff # of: unittest: add caution to function header comment # of: unittest: remove report of expected error # dt-bindings: interrupt-controller: Convert ARM GICv3 to json-schema # dt-bindings: interrupt-controller: Convert ARM GIC to json-schema # dt-bindings: arm: l2x0: Convert L2 cache to json-schema # media: s5p-mfc: Fix memdev DMA configuration # dt-bindings: serial: sh-sci: Document r8a7778/9 HSCIF bindings # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 065b6c4c913d3986c2118acb7e7fb364ce4fb625 # < make -s -j 80 ARCH=powerpc O=/kisskb/build/linus-rand_randconfig+ppc64le_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0xCF1CC9 # 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=n # Added to kconfig CONFIG_CPU_LITTLE_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_BOOK3E_64=n # Added to kconfig CONFIG_PPC_BOOK3S_64=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_LD_HEAD_STUB_CATCH=y # yes \n | make -s -j 80 ARCH=powerpc O=/kisskb/build/linus-rand_randconfig+ppc64le_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 80 ARCH=powerpc O=/kisskb/build/linus-rand_randconfig+ppc64le_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- :1478:2: warning: #warning syscall io_uring_setup not implemented [-Wcpp] :1481:2: warning: #warning syscall io_uring_enter not implemented [-Wcpp] :1484:2: warning: #warning syscall io_uring_register not implemented [-Wcpp] In file included from /kisskb/src/include/linux/printk.h:7:0, from /kisskb/src/include/linux/kernel.h:15, from /kisskb/src/mm/debug.c:9: /kisskb/src/mm/debug.c: In function 'dump_mm': /kisskb/src/include/linux/kern_levels.h:5:18: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 19 has type 'long int' [-Wformat=] #define KERN_SOH "\001" /* ASCII Start Of Header */ ^ /kisskb/src/include/linux/kern_levels.h:8:20: note: in expansion of macro 'KERN_SOH' #define KERN_EMERG KERN_SOH "0" /* system is unusable */ ^ /kisskb/src/include/linux/printk.h:296:9: note: in expansion of macro 'KERN_EMERG' printk(KERN_EMERG pr_fmt(fmt), ##__VA_ARGS__) ^ /kisskb/src/mm/debug.c:133:2: note: in expansion of macro 'pr_emerg' pr_emerg("mm %px mmap %px seqnum %llu task_size %lu\n" ^ /kisskb/src/arch/powerpc/kernel/eeh.c:1792:12: warning: 'proc_eeh_show' defined but not used [-Wunused-function] static int proc_eeh_show(struct seq_file *m, void *v) ^ WARNING: vmlinux.o(.text+0x29a4): Section mismatch in reference from the variable __boot_from_prom to the function .init.text:prom_init() The function __boot_from_prom() references the function __init prom_init(). This is often because __boot_from_prom lacks a __init annotation or the annotation of prom_init is wrong. WARNING: vmlinux.o(.text+0x2c34): Section mismatch in reference from the variable start_here_multiplatform to the function .init.text:early_setup() The function start_here_multiplatform() references the function __init early_setup(). This is often because start_here_multiplatform lacks a __init annotation or the annotation of early_setup is wrong. WARNING: vmlinux.o(.text+0x2c68): Section mismatch in reference from the variable start_here_common to the function .init.text:start_kernel() The function start_here_common() references the function __init start_kernel(). This is often because start_here_common lacks a __init annotation or the annotation of start_kernel is wrong. Completed OK # rm -rf /kisskb/build/linus-rand_randconfig+ppc64le_ppc64le-gcc5 # Build took: 0:02:17.019156