# git rev-parse -q --verify 5bb9871eb8daa2e6a07caf7aeafbe2d0b3faad8f^{commit} 5bb9871eb8daa2e6a07caf7aeafbe2d0b3faad8f already have revision, skipping fetch # git checkout -q -f -B kisskb 5bb9871eb8daa2e6a07caf7aeafbe2d0b3faad8f # git clean -qxdf # git log -1 commit 5bb9871eb8daa2e6a07caf7aeafbe2d0b3faad8f Merge: 73056bb d045437 Author: Linus Torvalds Date: Thu Feb 25 20:12:09 2016 -0800 Merge tag 'trace-fixes-v4.5-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace Pull tracing fix from Steven Rostedt: "Another small bug reported to me by Chunyu Hu. When perf added a "reg" function to the function tracing event (not a tracepoint), it caused that event to be displayed as a tracepoint and could cause errors in tracepoint handling. That was solved by adding a flag to ignore ftrace non-tracepoint events. But that flag was missed when displaying events in available_events, which should only contain tracepoint events. This broke a documented way to enable all events with: cat available_events > set_event As the function non-tracepoint event would cause that to error out. The commit here fixes that by having the available_events file not list events that have the ignore flag set" * tag 'trace-fixes-v4.5-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: tracing: Fix showing function event in available_events # < /opt/cross/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-gcc --version # < git log --format=%s --max-count=1 5bb9871eb8daa2e6a07caf7aeafbe2d0b3faad8f # < make -j 48 ARCH=arm O=/home/kisskb/slave/build/linus_arm-randconfig_arm CROSS_COMPILE=/opt/cross/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- randconfig KCONFIG_SEED=0x6C97AB2C warning: (AM335X_PHY_USB) selects USB_COMMON which has unmet direct dependencies (USB_SUPPORT && (USB || USB_GADGET)) # make -j 48 ARCH=arm O=/home/kisskb/slave/build/linus_arm-randconfig_arm CROSS_COMPILE=/opt/cross/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- make[1]: Entering directory '/home/kisskb/slave/build/linus_arm-randconfig_arm' GEN ./Makefile scripts/kconfig/conf --silentoldconfig Kconfig .config:22:warning: symbol value '' invalid for PHYS_OFFSET warning: (AM335X_PHY_USB) selects USB_COMMON which has unmet direct dependencies (USB_SUPPORT && (USB || USB_GADGET)) * * Restart config... * * * Linux/arm 4.5.0-rc5 Kernel Configuration * Physical address of main memory (PHYS_OFFSET) [] (NEW) aborted! Console input/output is redirected. Run 'make oldconfig' to update configuration. /home/kisskb/slave/src/scripts/kconfig/Makefile:37: recipe for target 'silentoldconfig' failed make[3]: *** [silentoldconfig] Error 1 /home/kisskb/slave/src/Makefile:537: recipe for target 'silentoldconfig' failed make[2]: *** [silentoldconfig] Error 2 make[1]: *** No rule to make target 'include/config/auto.conf', needed by 'include/config/kernel.release'. Stop. make[1]: Leaving directory '/home/kisskb/slave/build/linus_arm-randconfig_arm' Makefile:146: recipe for target 'sub-make' failed make: *** [sub-make] Error 2 Command 'make -j 48 ARCH=arm O=/home/kisskb/slave/build/linus_arm-randconfig_arm CROSS_COMPILE=/opt/cross/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- ' returned non-zero exit status 2 # rm -rf /home/kisskb/slave/build/linus_arm-randconfig_arm # Build took: 0:00:02.876771