All of lore.kernel.org
 help / color / mirror / Atom feed
From: "kernelci.org bot" <bot@kernelci.org>
To: broonie@kernel.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	khilman@baylibre.com, tomeu.vizoso@collabora.com,
	enric.balletbo@collabora.com, mgalka@collabora.com,
	guillaume.tucker@collabora.com,
	YueHaibing <yuehaibing@huawei.com>,
	Randy Dunlap <rdunlap@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	"kernelci.org bot" <bot@kernelci.org>,
	Jaroslav Kysela <perex@perex.cz>, Joe Perches <joe@perches.com>,
	"David S. Miller" <davem@davemloft.net>,
	linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org
Subject: next/pending-fixes bisection: boot on meson-gxl-s905x-khadas-vim
Date: Fri, 13 Dec 2019 00:23:13 -0800 (PST)	[thread overview]
Message-ID: <5df34a71.1c69fb81.74136.f165@mx.google.com> (raw)

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* 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
-------------------------------------------------------------------------------

                 reply	other threads:[~2019-12-13  8:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5df34a71.1c69fb81.74136.f165@mx.google.com \
    --to=bot@kernelci.org \
    --cc=broonie@kernel.org \
    --cc=davem@davemloft.net \
    --cc=devel@driverdev.osuosl.org \
    --cc=enric.balletbo@collabora.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=guillaume.tucker@collabora.com \
    --cc=joe@perches.com \
    --cc=khilman@baylibre.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mgalka@collabora.com \
    --cc=perex@perex.cz \
    --cc=rdunlap@infradead.org \
    --cc=tglx@linutronix.de \
    --cc=tomeu.vizoso@collabora.com \
    --cc=yuehaibing@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.