# git rev-parse -q --verify 98477740630f270aecf648f1d6a9dbc6027d4ff1^{commit} 98477740630f270aecf648f1d6a9dbc6027d4ff1 already have revision, skipping fetch # git checkout -q -f -B kisskb 98477740630f270aecf648f1d6a9dbc6027d4ff1 # git clean -qxdf # < git log -1 # commit 98477740630f270aecf648f1d6a9dbc6027d4ff1 # Merge: beaeb4f39bc3 78edc005f477 # Author: Linus Torvalds # Date: Mon Sep 21 12:42:31 2020 -0700 # # Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu # # Pull RCU fix from Paul McKenney: # "This contains a single commit that fixes a bug that was introduced in # the last merge window. This bug causes a compiler warning complaining # about show_rcu_tasks_classic_gp_kthread() being an unused static # function in !SMP kernels. # # The fix is straightforward, just adding an 'inline' to make this a # static inline function, thus avoiding the warning. # # This bug was reported by Laurent Pinchart, who would like it fixed # sooner rather than later" # # * 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu: # rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread() # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-ld --version # < git log --format=%s --max-count=1 98477740630f270aecf648f1d6a9dbc6027d4ff1 # < make -s -j 80 ARCH=arm O=/kisskb/build/linus_omap1_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- omap1_defconfig # < make -s -j 80 ARCH=arm O=/kisskb/build/linus_omap1_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- help # make -s -j 80 ARCH=arm O=/kisskb/build/linus_omap1_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- olddefconfig # make -s -j 80 ARCH=arm O=/kisskb/build/linus_omap1_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- /kisskb/src/drivers/gpio/gpio-omap.c:1519:12: warning: 'omap_gpio_suspend' defined but not used [-Wunused-function] static int omap_gpio_suspend(struct device *dev) ^ /kisskb/src/drivers/gpio/gpio-omap.c:1531:12: warning: 'omap_gpio_resume' defined but not used [-Wunused-function] static int omap_gpio_resume(struct device *dev) ^ /kisskb/src/arch/arm/mach-omap1/board-ams-delta.c:462:12: warning: 'ams_delta_camera_power' defined but not used [-Wunused-function] static int ams_delta_camera_power(struct device *dev, int power) ^ Completed OK # rm -rf /kisskb/build/linus_omap1_defconfig_arm-gcc4.9 # Build took: 0:01:20.650504