Buildresult: linus/se7619_defconfig/sh4-gcc10 built on May 2 2021, 08:33
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
May 2 2021, 08:33
Duration:
0:00:19.778385
Builder:
ka4
Revision:
Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux (
10a3efd0fee5e881b1866cf45950808575cb0f24)
Target:
linus/se7619_defconfig/sh4-gcc10
Branch:
linus
Compiler:
sh4-gcc10
(sh4-linux-gcc (GCC) 10.1.0 / GNU ld (GNU Binutils) 2.34)
Config:
se7619_defconfig
(
download
)
Log:
Download original
Possible warnings (7)
<stdin>:1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] arch/sh/kernel/traps.c:183:15: warning: unused variable 'cpu' [-Wunused-variable] drivers/tty/serial/sh-sci.c:2666:19: warning: unused variable 'sport' [-Wunused-variable]
Full Log
# git rev-parse -q --verify 10a3efd0fee5e881b1866cf45950808575cb0f24^{commit} 10a3efd0fee5e881b1866cf45950808575cb0f24 already have revision, skipping fetch # git checkout -q -f -B kisskb 10a3efd0fee5e881b1866cf45950808575cb0f24 # git clean -qxdf # < git log -1 # commit 10a3efd0fee5e881b1866cf45950808575cb0f24 # Merge: 22650f148126 c6e3bf437184 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat May 1 12:22:38 2021 -0700 # # Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux # # Pull perf tool updates from Arnaldo Carvalho de Melo: # "perf stat: # # - Add support for hybrid PMUs to support systems such as Intel # Alderlake and its BIG/little core/atom cpus. # # - Introduce 'bperf' to share hardware PMCs with BPF. # # - New --iostat option to collect and present IO stats on Intel # hardware. # # This functionality is based on recently introduced sysfs attributes # for Intel® Xeon® Scalable processor family (code name Skylake-SP) # in commit bb42b3d39781 ("perf/x86/intel/uncore: Expose an Uncore # unit to IIO PMON mapping") # # It is intended to provide four I/O performance metrics in MB per # each PCIe root port: # # - Inbound Read: I/O devices below root port read from the host memory # - Inbound Write: I/O devices below root port write to the host memory # - Outbound Read: CPU reads from I/O devices below root port # - Outbound Write: CPU writes to I/O devices below root port # # - Align CSV output for summary. # # - Clarify --null use cases: Assess raw overhead of 'perf stat' or # measure just wall clock time. # # - Improve readability of shadow stats. # # perf record: # # - Change the COMM when starting tha workload so that --exclude-perf # doesn't seem to be not honoured. # # - Improve 'Workload failed' message printing events + what was # exec'ed. # # - Fix cross-arch support for TIME_CONV. # # perf report: # # - Add option to disable raw event ordering. # # - Dump the contents of PERF_RECORD_TIME_CONV in 'perf report -D'. # # - Improvements to --stat output, that shows information about # PERF_RECORD_ events. # # - Preserve identifier id in OCaml demangler. # # perf annotate: # # - Show full source location with 'l' hotkey in the 'perf annotate' # TUI. # # - Add line number like in TUI and source location at EOL to the 'perf # annotate' --stdio mode. # # - Add --demangle and --demangle-kernel to 'perf annotate'. # # - Allow configuring annotate.demangle{,_kernel} in 'perf config'. # # - Fix sample events lost in stdio mode. # # perf data: # # - Allow converting a perf.data file to JSON. # # libperf: # # - Add support for user space counter access. # # - Update topdown documentation to permit rdpmc calls. # # perf test: # # - Add 'perf test' for 'perf stat' CSV output. # # - Add 'perf test' entries to test the hybrid PMU support. # # - Cleanup 'perf test daemon' if its 'perf test' is interrupted. # # - Handle metric reuse in pmu-events parsing 'perf test' entry. # # - Add test for PE executable support. # # - Add timeout for wait for daemon start in its 'perf test' entries. # # Build: # # - Enable libtraceevent dynamic linking. # # - Improve feature detection output. # # - Fix caching of feature checks caching. # # - First round of updates for tools copies of kernel headers. # # - Enable warnings when compiling BPF programs. # # Vendor specific events: # # - Intel: # - Add missing skylake & icelake model numbers. # # - arm64: # - Add Hisi hip08 L1, L2 and L3 metrics. # - Add Fujitsu A64FX PMU events. # # - PowerPC: # - Initial JSON/events list for power10 platform. # - Remove unsupported power9 metrics. # # - AMD: # - Add Zen3 events. # - Fix broken L2 Cache Hits from L2 HWPF metric. # - Use lowercases for all the eventcodes and umasks. # # Hardware tracing: # # - arm64: # - Update CoreSight ETM metadata format. # - Fix bitmap for CS-ETM option. # - Support PID tracing in config. # - Detect pid in VMID for kernel running at EL2. # # Arch specific updates: # # - MIPS: # - Support MIPS unwinding and dwarf-regs. # - Generate mips syscalls_n64.c syscall table. # # - PowerPC: # - Add support for PERF_SAMPLE_WEIGH_STRUCT on PowerPC. # - Support pipeline stage cycles for powerpc. # # libbeauty: # # - Fix fsconfig generator" # # * tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: (132 commits) # perf build: Defer printing detected features to the end of all feature checks # tools build: Allow deferring printing the results of feature detection # perf build: Regenerate the FEATURE_DUMP file after extra feature checks # perf session: Dump PERF_RECORD_TIME_CONV event # perf session: Add swap operation for event TIME_CONV # perf jit: Let convert_timestamp() to be backwards-compatible # perf tools: Change fields type in perf_record_time_conv # perf tools: Enable libtraceevent dynamic linking # perf Documentation: Document intel-hybrid support # perf tests: Skip 'perf stat metrics (shadow stat) test' for hybrid # perf tests: Support 'Convert perf time to TSC' test for hybrid # perf tests: Support 'Session topology' test for hybrid # perf tests: Support 'Parse and process metrics' test for hybrid # perf tests: Support 'Track with sched_switch' test for hybrid # perf tests: Skip 'Setup struct perf_event_attr' test for hybrid # perf tests: Add hybrid cases for 'Roundtrip evsel->name' test # perf tests: Add hybrid cases for 'Parse event definition strings' test # perf record: Uniquify hybrid event name # perf stat: Warn group events from different hybrid PMU # perf stat: Filter out unmatched aggregation for hybrid event # ... # < /opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 10a3efd0fee5e881b1866cf45950808575cb0f24 # < make -s -j 120 ARCH=sh O=/kisskb/build/linus_se7619_defconfig_sh4-gcc10 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux- se7619_defconfig # < make -s -j 120 ARCH=sh O=/kisskb/build/linus_se7619_defconfig_sh4-gcc10 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 120 ARCH=sh O=/kisskb/build/linus_se7619_defconfig_sh4-gcc10 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 120 ARCH=sh O=/kisskb/build/linus_se7619_defconfig_sh4-gcc10 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h <stdin>:1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] In file included from /kisskb/src/arch/sh/include/asm/hw_irq.h:6, from /kisskb/src/include/linux/irq.h:589, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/sh/include/asm/hardirq.h:9, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/serial_core.h:13, from /kisskb/src/include/linux/serial_sci.h:6, from /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:11: /kisskb/src/include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:105:24: note: in expansion of macro '_INTC_ARRAY' 105 | _INTC_ARRAY(vectors), _INTC_ARRAY(groups), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:8: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:106:2: note: in expansion of macro '_INTC_ARRAY' 106 | _INTC_ARRAY(mask_regs), _INTC_ARRAY(prio_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:8: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:107:2: note: in expansion of macro '_INTC_ARRAY' 107 | _INTC_ARRAY(sense_regs), _INTC_ARRAY(ack_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:8: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:107:27: note: in expansion of macro '_INTC_ARRAY' 107 | _INTC_ARRAY(sense_regs), _INTC_ARRAY(ack_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:8: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/traps.c: In function 'nmi_trap_handler': /kisskb/src/arch/sh/kernel/traps.c:183:15: warning: unused variable 'cpu' [-Wunused-variable] 183 | unsigned int cpu = smp_processor_id(); | ^~~ /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'sci_remap_port': /kisskb/src/drivers/tty/serial/sh-sci.c:2666:19: warning: unused variable 'sport' [-Wunused-variable] 2666 | struct sci_port *sport = to_sci_port(port); | ^~~~~ Completed OK # rm -rf /kisskb/build/linus_se7619_defconfig_sh4-gcc10 # Build took: 0:00:19.778385
© Michael Ellerman 2006-2018.