# git rev-parse -q --verify 7178fb0b239d1c037876301c116fc9a6c1bd2ac0^{commit} 7178fb0b239d1c037876301c116fc9a6c1bd2ac0 already have revision, skipping fetch # git checkout -q -f -B kisskb 7178fb0b239d1c037876301c116fc9a6c1bd2ac0 # git clean -qxdf # < git log -1 # commit 7178fb0b239d1c037876301c116fc9a6c1bd2ac0 # Merge: 70c9fb570b7c 6f55967ad9d9 # Author: Linus Torvalds # Date: Sun May 5 14:37:25 2019 -0700 # # Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull perf fixes from Ingo Molnar: # "I'd like to apologize for this very late pull request: I was dithering # through the week whether to send the fixes, and then yesterday Jiri's # crash fix for a regression introduced in this cycle clearly marked # perf/urgent as 'must merge now'. # # Most of the commits are tooling fixes, plus there's three kernel fixes # via four commits: # # - race fix in the Intel PEBS code # # - fix an AUX bug and roll back a previous attempt # # - fix AMD family 17h generic HW cache-event perf counters # # The largest diffstat contribution comes from the AMD fix - a new event # table is introduced, which is a fairly low risk change but has a large # linecount" # # * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: # perf/x86/intel: Fix race in intel_pmu_disable_event() # perf/x86/intel/pt: Remove software double buffering PMU capability # perf/ring_buffer: Fix AUX software double buffering # perf tools: Remove needless asm/unistd.h include fixing build in some places # tools arch uapi: Copy missing unistd.h headers for arc, hexagon and riscv # tools build: Add -ldl to the disassembler-four-args feature test # perf cs-etm: Always allocate memory for cs_etm_queue::prev_packet # perf cs-etm: Don't check cs_etm_queue::prev_packet validity # perf report: Report OOM in status line in the GTK UI # perf bench numa: Add define for RUSAGE_THREAD if not present # tools lib traceevent: Change tag string for error # perf annotate: Fix build on 32 bit for BPF annotation # tools uapi x86: Sync vmx.h with the kernel # perf bpf: Return value with unlocking in perf_env__find_btf() # MAINTAINERS: Include vendor specific files under arch/*/events/* # perf/x86/amd: Update generic hardware cache events for Family 17h # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 7178fb0b239d1c037876301c116fc9a6c1bd2ac0 # < make -s -j 10 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 allmodconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # yes \n | make -s -j 10 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 oldconfig yes: standard output: Broken pipe # make -s -j 10 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/arch/um/kernel/skas/uaccess.c: In function 'do_op_one_page': /kisskb/src/arch/um/kernel/skas/uaccess.c:62:10: warning: unused variable 'buf' [-Wunused-variable] jmp_buf buf; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'is_umdir_used': /kisskb/src/arch/um/os-Linux/umid.c:138:2: warning: ISO C90 forbids variable length array 'file' [-Wvla] char file[strlen(uml_dir) + UMID_LEN + sizeof("/pid\0")]; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'create_pid_file': /kisskb/src/arch/um/os-Linux/umid.c:213:2: warning: ISO C90 forbids variable length array 'file' [-Wvla] char file[strlen(uml_dir) + UMID_LEN + sizeof("/pid\0")]; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'remove_umid_dir': /kisskb/src/arch/um/os-Linux/umid.c:388:2: warning: ISO C90 forbids variable length array 'dir' [-Wvla] char dir[strlen(uml_dir) + UMID_LEN + 1], err; ^ /kisskb/src/security/apparmor/policy_unpack.c: In function 'unpack_trans_table': /kisskb/src/security/apparmor/policy_unpack.c:496:9: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] str[pos] = ':'; ^ /kisskb/src/mm/mprotect.c: In function 'change_pte_range': /kisskb/src/mm/mprotect.c:42:20: warning: unused variable 'mm' [-Wunused-variable] struct mm_struct *mm = vma->vm_mm; ^ /kisskb/src/lib/lz4/lz4hc_compress.c: In function 'LZ4HC_compress_generic': /kisskb/src/lib/lz4/lz4hc_compress.c:579:1: warning: the frame size of 2144 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ LINK linux Completed OK # rm -rf /kisskb/build/linus_um-allmodconfig_um-x86_64 # Build took: 0:10:32.237473