# git rev-parse -q --verify 192ffb7515839b1cc8457e0a8c1e09783de019d3^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify 192ffb7515839b1cc8457e0a8c1e09783de019d3^{commit} 192ffb7515839b1cc8457e0a8c1e09783de019d3 # git checkout -q -f -B kisskb 192ffb7515839b1cc8457e0a8c1e09783de019d3 # git clean -qxdf # < git log -1 # commit 192ffb7515839b1cc8457e0a8c1e09783de019d3 # Merge: 9ecc4d775f61 8842604446d1 # Author: Linus Torvalds # Date: Thu May 7 15:27:11 2020 -0700 # # Merge tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace # # Pull tracing fixes from Steven Rostedt: # # - Fix bootconfig causing kernels to fail with CONFIG_BLK_DEV_RAM # enabled # # - Fix allocation leaks in bootconfig tool # # - Fix a double initialization of a variable # # - Fix API bootconfig usage from kprobe boot time events # # - Reject NULL location for kprobes # # - Fix crash caused by preempt delay module not cleaning up kthread # correctly # # - Add vmalloc_sync_mappings() to prevent x86_64 page faults from # recursively faulting from tracing page faults # # - Fix comment in gpu/trace kerneldoc header # # - Fix documentation of how to create a trace event class # # - Make the local tracing_snapshot_instance_cond() function static # # * tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: # tools/bootconfig: Fix resource leak in apply_xbc() # tracing: Make tracing_snapshot_instance_cond() static # tracing: Fix doc mistakes in trace sample # gpu/trace: Minor comment updates for gpu_mem_total tracepoint # tracing: Add a vmalloc_sync_mappings() for safe measure # tracing: Wait for preempt irq delay thread to finish # tracing/kprobes: Reject new event if loc is NULL # tracing/boottime: Fix kprobe event API usage # tracing/kprobes: Fix a double initialization typo # bootconfig: Fix to remove bootconfig data from initrd while boot # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 192ffb7515839b1cc8457e0a8c1e09783de019d3 # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- randconfig KCONFIG_SEED=0xCDFBF1D0 # 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 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- help # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- olddefconfig .config:5299:warning: override: reassigning to symbol STANDALONE .config:5305:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/arch/powerpc/crypto/md5-glue.c: In function 'ppc_md5_final': /kisskb/src/arch/powerpc/crypto/md5-glue.c:106:1: internal compiler error: in change_address_1, at emit-rtl.c:1933 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:267: arch/powerpc/crypto/md5-glue.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:488: arch/powerpc/crypto] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/kernel/sched/core.c: In function 'try_to_wake_up': /kisskb/src/kernel/sched/core.c:2631:12: warning: 'cpu' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/arch/powerpc/lib/sstep.c: In function 'do_byte_reverse': /kisskb/src/arch/powerpc/lib/sstep.c:243:1: internal compiler error: in change_address_1, at emit-rtl.c:1933 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:267: arch/powerpc/lib/sstep.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:488: arch/powerpc/lib] Error 2 /kisskb/src/arch/powerpc/kvm/powerpc.c: In function 'kvmppc_swab_shared': /kisskb/src/arch/powerpc/kvm/powerpc.c:158:1: internal compiler error: in change_address_1, at emit-rtl.c:1933 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:266: arch/powerpc/kvm/powerpc.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/arch/powerpc/kvm/emulate_loadstore.c: In function 'kvmppc_check_altivec_disabled': /kisskb/src/arch/powerpc/kvm/emulate_loadstore.c:60:1: internal compiler error: in change_address_1, at emit-rtl.c:1933 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:266: arch/powerpc/kvm/emulate_loadstore.o] Error 1 /kisskb/src/arch/powerpc/kvm/book3s.c: In function 'kvmppc_book3s_irqprio_deliver': /kisskb/src/arch/powerpc/kvm/book3s.c:344:1: internal compiler error: in change_address_1, at emit-rtl.c:1933 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:266: arch/powerpc/kvm/book3s.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:488: arch/powerpc/kvm] Error 2 /kisskb/src/fs/quota/quota_v2.c: In function 'v2r1_disk2memdqb': /kisskb/src/fs/quota/quota_v2.c:267:1: internal compiler error: in change_address_1, at emit-rtl.c:1933 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:266: fs/quota/quota_v2.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:488: fs/quota] Error 2 make[1]: *** [/kisskb/src/Makefile:1722: fs] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/arch/powerpc/kernel/traps.c: In function 'p9_hmi_special_emu': /kisskb/src/arch/powerpc/kernel/traps.c:1053:1: internal compiler error: in change_address_1, at emit-rtl.c:1933 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:266: arch/powerpc/kernel/traps.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] make[2]: *** [/kisskb/src/scripts/Makefile.build:488: arch/powerpc/kernel] Error 2 /kisskb/src/crypto/rmd128.c: In function 'rmd128_final': /kisskb/src/crypto/rmd128.c:291:1: internal compiler error: in change_address_1, at emit-rtl.c:1933 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [/kisskb/src/scripts/Makefile.build:266: crypto/rmd128.o] Error 1 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/crypto/rmd320.c: In function 'rmd320_final': /kisskb/src/crypto/rmd320.c:359:1: internal compiler error: in change_address_1, at emit-rtl.c:1933 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [/kisskb/src/scripts/Makefile.build:266: crypto/rmd320.o] Error 1 /kisskb/src/crypto/sha3_generic.c: In function 'crypto_sha3_final': /kisskb/src/crypto/sha3_generic.c:237:1: internal compiler error: in change_address_1, at emit-rtl.c:1933 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [/kisskb/src/scripts/Makefile.build:266: crypto/sha3_generic.o] Error 1 make[1]: *** [/kisskb/src/Makefile:1722: crypto] Error 2 make[1]: *** [/kisskb/src/Makefile:1722: arch/powerpc] Error 2 /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1774:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c: In function 'axi_chan_dump_lli': /kisskb/src/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c:531:1: internal compiler error: in change_address_1, at emit-rtl.c:1933 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:267: drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:488: drivers/dma/dw-axi-dmac] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:488: drivers/dma] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_unmap_desc_packed.part.20': /kisskb/src/drivers/virtio/virtio_ring.c:960:1: internal compiler error: in change_address_1, at emit-rtl.c:1933 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:266: drivers/virtio/virtio_ring.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:488: drivers/virtio] Error 2 /kisskb/src/kernel/bpf/core.c: In function '___bpf_prog_run': /kisskb/src/kernel/bpf/core.c:1643:1: internal compiler error: in change_address_1, at emit-rtl.c:1933 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:267: kernel/bpf/core.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:488: kernel/bpf] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/kernel/trace/ftrace.c: In function 'pid_open': /kisskb/src/kernel/trace/ftrace.c:7167:6: warning: 'seq_ops' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/trace/ftrace.c: In function 'pid_write': /kisskb/src/kernel/trace/ftrace.c:7262:22: warning: 'other_pids' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/trace/ftrace.c:7245:23: warning: 'filtered_pids' may be used uninitialized in this function [-Wuninitialized] make[1]: *** [/kisskb/src/Makefile:1722: drivers] Error 2 /kisskb/src/kernel/trace/trace_events.c: In function 'event_create_dir': /kisskb/src/kernel/trace/trace_events.c:2189:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] make[1]: *** [/kisskb/src/Makefile:1722: kernel] Error 2 make: *** [Makefile:180: sub-make] Error 2 Command 'make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.6 # Build took: 0:00:42.370855