lkml.org 
[lkml]   [2019]   [Dec]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subjectnext/pending-fixes bisection: boot on meson-gxl-s905x-khadas-vim
From
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* This automated bisection report was sent to you on the basis *
* that you may be involved with the breaking commit it has *
* found. No manual investigation has been done to verify it, *
* and the root cause of the problem may be somewhere else. *
* *
* If you do send a fix, please include this trailer: *
* Reported-by: "kernelci.org bot" <bot@kernelci.org> *
* *
* Hope this helps! *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

next/pending-fixes bisection: boot on meson-gxl-s905x-khadas-vim

Summary:
Start: 9626c50a1d3d Merge remote-tracking branch 'pinctrl-intel-fixes/fixes'
Details: https://kernelci.org/boot/id/5df2d947024b891c56960f1b
Plain log: https://storage.kernelci.org//next/pending-fixes/v5.5-rc1-399-g9626c50a1d3d/arm64/defconfig/gcc-8/lab-baylibre/boot-meson-gxl-s905x-khadas-vim.txt
HTML log: https://storage.kernelci.org//next/pending-fixes/v5.5-rc1-399-g9626c50a1d3d/arm64/defconfig/gcc-8/lab-baylibre/boot-meson-gxl-s905x-khadas-vim.html
Result: 2f4d984b9544 staging: hp100: Fix build error without ETHERNET

Checks:
revert: PASS
verify: PASS

Parameters:
Tree: next
URL: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
Branch: pending-fixes
Target: meson-gxl-s905x-khadas-vim
CPU arch: arm64
Lab: lab-baylibre
Compiler: gcc-8
Config: defconfig
Test suite: boot

Breaking commit found:

-------------------------------------------------------------------------------
commit 2f4d984b9544e03ef9435a750f4cc7de1df61051
Author: YueHaibing <yuehaibing@huawei.com>
Date: Wed Nov 13 10:13:06 2019 +0800

staging: hp100: Fix build error without ETHERNET

It should depends on ETHERNET, otherwise building fails:

drivers/staging/hp/hp100.o: In function `hp100_pci_remove':
hp100.c:(.text+0x165): undefined reference to `unregister_netdev'
hp100.c:(.text+0x214): undefined reference to `free_netdev'

Fixes: 52340b82cf1a ("hp100: Move 100BaseVG AnyLAN driver to staging")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested
Link: https://lore.kernel.org/r/20191113021306.35464-1-yuehaibing@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

diff --git a/drivers/staging/hp/Kconfig b/drivers/staging/hp/Kconfig
index fb395cfe6b92..f20ab21a6b2a 100644
--- a/drivers/staging/hp/Kconfig
+++ b/drivers/staging/hp/Kconfig
@@ -6,6 +6,7 @@
config NET_VENDOR_HP
bool "HP devices"
default y
+ depends on ETHERNET
depends on ISA || EISA || PCI
---help---
If you have a network (Ethernet) card belonging to this class, say Y.
-------------------------------------------------------------------------------

Git bisection log:

-------------------------------------------------------------------------------
git bisect start
# good: [37d4e84f765bb3038ddfeebdc5d1cfd7e1ef688f] Merge tag 'ceph-for-5.5-rc2' of git://github.com/ceph/ceph-client
git bisect good 37d4e84f765bb3038ddfeebdc5d1cfd7e1ef688f
# bad: [9626c50a1d3daecad647af5f45f4f91fadb610fc] Merge remote-tracking branch 'pinctrl-intel-fixes/fixes'
git bisect bad 9626c50a1d3daecad647af5f45f4f91fadb610fc
# good: [82ef4500432fecdff6c857e46caf61cee9d0e250] Merge remote-tracking branch 'driver-core.current/driver-core-linus'
git bisect good 82ef4500432fecdff6c857e46caf61cee9d0e250
# bad: [60b91f6383bc97ea632b0f4c2887500755614de4] Merge remote-tracking branch 'omap-fixes/fixes'
git bisect bad 60b91f6383bc97ea632b0f4c2887500755614de4
# bad: [843fc1ab17e0cc8580b6555a29aea083ee9af8b8] Merge remote-tracking branch 'staging.current/staging-linus'
git bisect bad 843fc1ab17e0cc8580b6555a29aea083ee9af8b8
# bad: [74ca34118a0e05793935d804ccffcedd6eb56596] staging: rtl8188eu: fix interface sanity check
git bisect bad 74ca34118a0e05793935d804ccffcedd6eb56596
# good: [bd41c445b7b96e46efb799ff33bdf870479488cf] iio: imu: st_lsm6dsx: do not power-off accel if events are enabled
git bisect good bd41c445b7b96e46efb799ff33bdf870479488cf
# bad: [2f4d984b9544e03ef9435a750f4cc7de1df61051] staging: hp100: Fix build error without ETHERNET
git bisect bad 2f4d984b9544e03ef9435a750f4cc7de1df61051
# good: [7347f09a198a045d5f6ea5e9c8fcc1db98e5a854] Merge tag 'iio-fixes-for-5.5a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus
git bisect good 7347f09a198a045d5f6ea5e9c8fcc1db98e5a854
# good: [1184fd9966702a5a1cea73bdb6fe646b961c387c] staging: exfat: properly support discard in clr_alloc_bitmap()
git bisect good 1184fd9966702a5a1cea73bdb6fe646b961c387c
# good: [453a4b6d8e1bdff2b8e1f56f4b8a8ef6d36b0e77] staging: fbtft: Do not hardcode SPI CS polarity inversion
git bisect good 453a4b6d8e1bdff2b8e1f56f4b8a8ef6d36b0e77
# first bad commit: [2f4d984b9544e03ef9435a750f4cc7de1df61051] staging: hp100: Fix build error without ETHERNET
-------------------------------------------------------------------------------
\
 
 \ /
  Last update: 2019-12-13 09:24    [W:0.026 / U:0.156 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site