# git rev-parse -q --verify 3006adf3be79cde4d14b1800b963b82b6e5572e0^{commit} 3006adf3be79cde4d14b1800b963b82b6e5572e0 already have revision, skipping fetch # git checkout -q -f -B kisskb 3006adf3be79cde4d14b1800b963b82b6e5572e0 # git clean -qxdf # < git log -1 # commit 3006adf3be79cde4d14b1800b963b82b6e5572e0 # Merge: ba7d997a2a29 81ec384b80ff # Author: Linus Torvalds # Date: Wed Oct 4 18:19:55 2023 -0700 # # Merge tag 'rtla-v6.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bristot/linux # # Pull rtla fixes from Daniel Bristot de Oliveira: # "rtla (Real-Time Linux Analysis) tool fixes. # # Timerlat auto-analysis: # # - Timerlat is reporting thread interference time without thread noise # events occurrence. It was caused because the thread interference # variable was not reset after the analysis of a timerlat activation # that did not hit the threshold. # # - The IRQ handler delay is estimated from the delta of the IRQ # latency reported by timerlat, and the timestamp from IRQ handler # start event. If the delta is near-zero, the drift from the external # clock and the trace event and/or the overhead can cause the value # to be negative. If the value is negative, print a zero-delay. # # - IRQ handlers happening after the timerlat thread event but before # the stop tracing were being reported as IRQ that happened before # the *current* IRQ occurrence. Ignore Previous IRQ noise in this # condition because they are valid only for the *next* timerlat # activation. # # Timerlat user-space: # # - Timerlat is stopping all user-space thread if a CPU becomes # offline. Do not stop the entire tool if a CPU is/become offline, # but only the thread of the unavailable CPU. Stop the tool only, if # all threads leave because the CPUs become/are offline. # # man-pages: # # - Fix command line example in timerlat hist man page" # # * tag 'rtla-v6.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bristot/linux: # rtla: fix a example in rtla-timerlat-hist.rst # rtla/timerlat: Do not stop user-space if a cpu is offline # rtla/timerlat_aa: Fix previous IRQ delay for IRQs that happens after thread sample # rtla/timerlat_aa: Fix negative IRQ delay # rtla/timerlat_aa: Zero thread sum after every sample analysis # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 3006adf3be79cde4d14b1800b963b82b6e5572e0 # make -s -j 32 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/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 # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig CONFIG_SPI_STM32_QSPI=n # < make -s -j 32 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 32 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:14014:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:14018:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:14020:warning: override: reassigning to symbol UML_NET_SLIP .config:14025:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 32 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 LINK linux Completed OK # rm -rf /kisskb/build/linus_allmodconfig_um-x86_64-gcc12 # Build took: 0:19:31.793932