# git rev-parse -q --verify 20eabc8966f5c1973c2dd2450060f4511389a19c^{commit} 20eabc8966f5c1973c2dd2450060f4511389a19c already have revision, skipping fetch # git checkout -q -f -B kisskb 20eabc8966f5c1973c2dd2450060f4511389a19c # git clean -qxdf # < git log -1 # commit 20eabc8966f5c1973c2dd2450060f4511389a19c # Merge: e5b7c167e46f c3cb6674df4c # Author: Linus Torvalds # Date: Thu Aug 22 11:26:10 2019 -0700 # # Merge tag 'Wimplicit-fallthrough-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux # # Pull more fallthrough fixes from Gustavo A. R. Silva: # "Fix fall-through warnings on arm and mips for multiple configurations" # # * tag 'Wimplicit-fallthrough-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux: # video: fbdev: acornfb: Mark expected switch fall-through # scsi: libsas: sas_discover: Mark expected switch fall-through # MIPS: Octeon: Mark expected switch fall-through # power: supply: ab8500_charger: Mark expected switch fall-through # watchdog: wdt285: Mark expected switch fall-through # mtd: sa1100: Mark expected switch fall-through # drm/sun4i: tcon: Mark expected switch fall-through # drm/sun4i: sun6i_mipi_dsi: Mark expected switch fall-through # ARM: riscpc: Mark expected switch fall-through # dmaengine: fsldma: Mark expected switch fall-through # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 20eabc8966f5c1973c2dd2450060f4511389a19c # < make -s -j 48 ARCH=arm64 O=/kisskb/build/linus_arm64-defconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- defconfig # make -s -j 48 ARCH=arm64 O=/kisskb/build/linus_arm64-defconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- arch/arm64/Makefile:56: CROSS_COMPILE_COMPAT not defined or empty, the compat vDSO will not be built /kisskb/src/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c: In function 'pmic_gpio_populate': /kisskb/src/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c:815:20: warning: this statement may fall through [-Wimplicit-fallthrough=] pad->have_buffer = true; ~~~~~~~~~~~~~~~~~^~~~~~ /kisskb/src/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c:816:2: note: here case PMIC_GPIO_SUBTYPE_GPIOC_4CH: ^~~~ /kisskb/src/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c:820:20: warning: this statement may fall through [-Wimplicit-fallthrough=] pad->have_buffer = true; ~~~~~~~~~~~~~~~~~^~~~~~ /kisskb/src/drivers/pinctrl/qcom/pinctrl-spmi-gpio.c:821:2: note: here case PMIC_GPIO_SUBTYPE_GPIOC_8CH: ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c: In function 'rockchip_gpio_set_config': /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:2783:3: warning: this statement may fall through [-Wimplicit-fallthrough=] rockchip_gpio_set_debounce(gc, offset, true); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-rockchip.c:2795:2: note: here default: ^~~~~~~ Completed OK # rm -rf /kisskb/build/linus_arm64-defconfig_arm64-gcc8 # Build took: 0:05:36.105229