# git rev-parse -q --verify a089e4fed5c5e8717f233d71bb750fbf9e1f38e0^{commit} a089e4fed5c5e8717f233d71bb750fbf9e1f38e0 already have revision, skipping fetch # git checkout -q -f -B kisskb a089e4fed5c5e8717f233d71bb750fbf9e1f38e0 # git clean -qxdf # < git log -1 # commit a089e4fed5c5e8717f233d71bb750fbf9e1f38e0 # Merge: cf0240a755b8 458c8961c194 # Author: Linus Torvalds # Date: Mon Mar 11 11:22:15 2019 -0700 # # Merge tag 'linux-watchdog-5.1-rc1' of git://www.linux-watchdog.org/linux-watchdog # # Pull watchdog updates from Wim Van Sebroeck: # # - a new watchdog driver for the Mellanox systems # # - renesas-wdt: Document r8a77470 support # # - numerous 'Mark expected switch fall-throughs' # # - qcom: Add suspend/resume support # # - some small fixes and documentation updates # # * tag 'linux-watchdog-5.1-rc1' of git://www.linux-watchdog.org/linux-watchdog: # watchdog: w83877f_wdt: Mark expected switch fall-through # watchdog: sc520_wdt: Mark expected switch fall-through # watchdog: sbc60xxwdt: Mark expected switch fall-through # watchdog: smsc37b787_wdt: Mark expected switch fall-through # watchdog: sc1200: Mark expected switch fall-through # watchdog: pc87413: Mark expected switch fall-through # Documentation/watchdog: Add documentation mlx-wdt driver # watchdog: mlx-wdt: introduce a watchdog driver for Mellanox systems. # platform_data/mlxreg: additions for Mellanox watchdog driver. # watchdog: Update sysfs documentation. # watchdog: dw: remove useless pr_fmt # watchdog: pika_wdt: drop pointless static qualifier in pikawdt_init # watchdog/hpwdt: Update Kconfig documentation # dt-bindings: watchdog: renesas-wdt: Document r8a77470 support # watchdog: qcom: Add suspend/resume support # < /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 a089e4fed5c5e8717f233d71bb750fbf9e1f38e0 # < make -s -j 10 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- allmodconfig # make -s -j 10 ARCH=arm64 O=/kisskb/build/linus_arm64-allmodconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- In file included from /kisskb/src/include/asm-generic/bug.h:18, from /kisskb/src/arch/arm64/include/asm/bug.h:37, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/drivers/dma/imx-dma.c:14: /kisskb/src/drivers/dma/imx-dma.c: In function 'imxdma_sg_next': /kisskb/src/include/linux/kernel.h:827:29: warning: comparison of distinct pointer types lacks a cast (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1))) ^~ /kisskb/src/include/linux/kernel.h:841:4: note: in expansion of macro '__typecheck' (__typecheck(x, y) && __no_side_effects(x, y)) ^~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:851:24: note: in expansion of macro '__safe_cmp' __builtin_choose_expr(__safe_cmp(x, y), \ ^~~~~~~~~~ /kisskb/src/include/linux/kernel.h:860:19: note: in expansion of macro '__careful_cmp' #define min(x, y) __careful_cmp(x, y, <) ^~~~~~~~~~~~~ /kisskb/src/drivers/dma/imx-dma.c:288:8: note: in expansion of macro 'min' now = min(d->len, sg_dma_len(sg)); ^~~ Completed OK # rm -rf /kisskb/build/linus_arm64-allmodconfig_arm64-gcc8 # Build took: 0:45:22.690735