Buildresult: linus/m5272c3_defconfig/m68k-gcc11 built on May 29 2022, 05:29
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
May 29 2022, 05:29
Duration:
0:00:16.478308
Builder:
ka4
Revision:
Merge tag 'pinctrl-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl (
907bb57aa7b471872aab2f2e83e9713a145673f9)
Target:
linus/m5272c3_defconfig/m68k-gcc11
Branch:
linus
Compiler:
m68k-gcc11
(m68k-linux-gcc (GCC) 11.1.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
m5272c3_defconfig
(
download
)
Log:
Download original
Possible warnings (1)
mm/oom_kill.c:60:25: warning: 'vm_oom_kill_table' defined but not used [-Wunused-variable]
Full Log
# git rev-parse -q --verify 907bb57aa7b471872aab2f2e83e9713a145673f9^{commit} 907bb57aa7b471872aab2f2e83e9713a145673f9 already have revision, skipping fetch # git checkout -q -f -B kisskb 907bb57aa7b471872aab2f2e83e9713a145673f9 # git clean -qxdf # < git log -1 # commit 907bb57aa7b471872aab2f2e83e9713a145673f9 # Merge: ca7984dff94c 83969805cc71 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat May 28 11:15:54 2022 -0700 # # Merge tag 'pinctrl-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl # # Pull pin control updates from Linus Walleij: # "Pretty big this time. Mostly due to (nice) Renesas refactorings. # # Core changes: # # - New helpers from Andy such as for_each_gpiochip_node() affecting # both GPIO and pin control, improving a bunch of drivers in the # process. # # - Pulled in Marc Zyngiers work to make IRQ chips immutable, and # started to apply fixups on top. # # New drivers: # # - New driver for Marvell MVEBU 98DX2530. # # - New driver for Mediatek MT8195. # # - Support Qualcomm PMX65 and PM6125. # # - New driver for Qualcomm SC7280 LPASS pin control. # # - New driver for Rockchip RK3588. # # - New driver for NXP Freescale i.MXRT1170. # # - New driver for Mediatek MT6795 Helio X10. # # Improvements: # # - Several Aspeed G6 cleanups and non-critical fixes. # # - Thorought refactoring of some of the ever improving Renesas # drivers. # # - Clean up Mediatek MT8192 bindings a bit. # # - PWM output and clock monitoring in the Ocelot LAN966x driver. # # - Thorough refactoring and cleanup of the Ralink drivers such as # RT2880, RT3883, RT305X, MT7620, MT7621, MT7628 splitting these into # proper sub-drivers" # # * tag 'pinctrl-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (161 commits) # pinctrl: apple: Use a raw spinlock for the regmap # pinctrl: berlin: bg4ct: Use devm_platform_*ioremap_resource() APIs # pinctrl: intel: Fix kernel doc format, i.e. add return sections # dt-bindings: pinctrl: qcom: Drop 'maxItems' on 'wakeup-parent' # pinctrl: starfive: Make the irqchip immutable # pinctrl: mediatek: Add pinctrl driver for MT6795 Helio X10 # dt-bindings: pinctrl: Add MediaTek MT6795 pinctrl bindings # pinctrl: freescale: Add i.MXRT1170 pinctrl driver support # dt-bindings: pinctrl: add i.MXRT1170 pinctrl Documentation # dt-bindings: pinctrl: rockchip: increase max amount of device functions # dt-bindings: pinctrl: qcom,pmic-gpio: add 'gpio-reserved-ranges' # dt-bindings: pinctrl: qcom,pmic-gpio: add 'input-disable' # dt-bindings: pinctrl: qcom,pmic-gpio: describe gpio-line-names # dt-bindings: pinctrl: qcom,pmic-gpio: fix matching pin config # dt-bindings: pinctrl: qcom,pmic-gpio: document PM8150L and PMM8155AU # pinctrl: qcom: spmi-gpio: Add pm6125 compatible # dt-bindings: pinctrl: qcom-pmic-gpio: Add pm6125 compatible # pinctrl: intel: Drop unused irqchip member in struct intel_pinctrl # pinctrl: intel: make irq_chip immutable # pinctrl: cherryview: Use GPIO chip pointer in chv_gpio_irq_mask_unmask() # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 907bb57aa7b471872aab2f2e83e9713a145673f9 # < make -s -j 120 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- m5272c3_defconfig # < make -s -j 120 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 120 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 120 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- /kisskb/src/mm/oom_kill.c:60:25: warning: 'vm_oom_kill_table' defined but not used [-Wunused-variable] 60 | static struct ctl_table vm_oom_kill_table[] = { | ^~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 # Build took: 0:00:16.478308
© Michael Ellerman 2006-2018.