# git rev-parse -q --verify 4d66020dcef83314092f2c8c89152a8d122627e2^{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 4d66020dcef83314092f2c8c89152a8d122627e2^{commit} 4d66020dcef83314092f2c8c89152a8d122627e2 # git checkout -q -f -B kisskb 4d66020dcef83314092f2c8c89152a8d122627e2 # git clean -qxdf # < git log -1 # commit 4d66020dcef83314092f2c8c89152a8d122627e2 # Merge: 77dbd72b982c f37c3bbc6359 # Author: Linus Torvalds # Date: Sun Jan 16 10:15:32 2022 +0200 # # Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace # # Pull tracing updates from Steven Rostedt: # "New: # # - The Real Time Linux Analysis (RTLA) tool is added to the tools # directory. # # - Can safely filter on user space pointers with: field.ustring ~ # "match-string" # # - eprobes can now be filtered like any other event. # # - trace_marker(_raw) now uses stream_open() to allow multiple threads # to safely write to it. Note, this could possibly break existing # user space, but we will not know until we hear about it, and then # can revert the change if need be. # # - New field in events to display when bottom halfs are disabled. # # - Sorting of the ftrace functions are now done at compile time # instead of at bootup. # # Infrastructure changes to support future efforts: # # - Added __rel_loc type for trace events. Similar to __data_loc but # the offset to the dynamic data is based off of the location of the # descriptor and not the beginning of the event. Needed for user # defined events. # # - Some simplification of event trigger code. # # - Make synthetic events process its callback better to not hinder # other event callbacks that are registered. Needed for user defined # events. # # And other small fixes and cleanups" # # * tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: (50 commits) # tracing: Add ustring operation to filtering string pointers # rtla: Add rtla timerlat hist documentation # rtla: Add rtla timerlat top documentation # rtla: Add rtla timerlat documentation # rtla: Add rtla osnoise hist documentation # rtla: Add rtla osnoise top documentation # rtla: Add rtla osnoise man page # rtla: Add Documentation # rtla/timerlat: Add timerlat hist mode # rtla: Add timerlat tool and timelart top mode # rtla/osnoise: Add the hist mode # rtla/osnoise: Add osnoise top mode # rtla: Add osnoise tool # rtla: Helper functions for rtla # rtla: Real-Time Linux Analysis tool # tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails # tracing: Remove duplicate warnings when calling trace_create_file() # tracing/kprobes: 'nmissed' not showed correctly for kretprobe # tracing: Add test for user space strings when filtering on string pointers # tracing: Have syscall trace events use trace_event_buffer_lock_reserve() # ... # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 4d66020dcef83314092f2c8c89152a8d122627e2 # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- randconfig # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- help # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- olddefconfig .config:7961:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- In file included from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/tm.h:27, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/structleak_plugin.c:32: /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\ ^ /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/config/elfos.h:170:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/tm.h:44, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/structleak_plugin.c:32: /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/defaults.h:126:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ cc1plus: warning: unrecognized command line option '-Wno-format-diag' warning: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum Completed OK # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 # Build took: 0:05:39.526384