public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	linux-kernel@vger.kernel.org, Jiri Kosina <jikos@kernel.org>
Subject: Build failure in -next due to 'rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h'
Date: Thu, 2 Jun 2016 17:58:48 -0700	[thread overview]
Message-ID: <20160603005848.GA11147@roeck-us.net> (raw)

Hi Arnd,

sparc32:allmodconfig fails to build in next-20160602 as follows.

In file included from drivers/block/floppy.c:185:0:
include/linux/mc146818rtc.h: In function 'mc146818_is_updating':
include/linux/mc146818rtc.h:138:9: error: 'rtc_port' undeclared (first use in this function)
include/linux/mc146818rtc.h:138:9: note: each undeclared identifier is reported only once for each function it appears in
include/linux/mc146818rtc.h: In function 'mc146818_get_time':
include/linux/mc146818rtc.h:172:17: error: 'rtc_port' undeclared (first use in this function)
include/linux/mc146818rtc.h: In function 'mc146818_set_time':
include/linux/mc146818rtc.h:278:8: error: 'rtc_port' undeclared (first use in this function)
scripts/Makefile.build:295: recipe for target 'drivers/block/floppy.o' failed

Bisect points to commit fd09cc80165c ("rtc: cmos: move mc146818rtc code out of
asm-generic/rtc.h"). Bisct log is attached.

Note that removing the offending include file works for sparc32 but
not for x86; it results in a missing definition of CMOS_READ().

Guenter

---
Bisect log:

# bad: [bb65e54d78161268e500e9744342920de782874e] mn10300: Add missing include file to proc-init.c
# good: [1a695a905c18548062509178b98bc91e67510864] Linux 4.7-rc1
git bisect start 'HEAD' 'v4.7-rc1'
# good: [2dcacc3943642b0e8f403c486b56fecb054e9764] Merge remote-tracking branch 'thermal/next'
git bisect good 2dcacc3943642b0e8f403c486b56fecb054e9764
# good: [07f0ec96d422b0d454b5cbf4fdd732c27f053d1d] Merge remote-tracking branch 'sound/for-next'
git bisect good 07f0ec96d422b0d454b5cbf4fdd732c27f053d1d
# good: [6ef7078aac785fceffc4bce468ccf68ff20826fa] Merge remote-tracking branch 'spi/for-next'
git bisect good 6ef7078aac785fceffc4bce468ccf68ff20826fa
# good: [9fc82ec042e638ea8b45c7f44bc6f7c366758545] Merge remote-tracking branch 'pinctrl/for-next'
git bisect good 9fc82ec042e638ea8b45c7f44bc6f7c366758545
# good: [179a961299a005ab2b3813c545e59aa05e9a803b] Merge remote-tracking branch 'coresight/next'
git bisect good 179a961299a005ab2b3813c545e59aa05e9a803b
# good: [8d2a69f1b02b4c2b340d7b9036fee573d9b1c2f1] samples/kprobe: convert the printk to pr_info/pr_err
git bisect good 8d2a69f1b02b4c2b340d7b9036fee573d9b1c2f1
# bad: [95df4c078bf315b7590d4439db24494837bddf88] char/genrtc: remove the rest of the driver
git bisect bad 95df4c078bf315b7590d4439db24494837bddf88
# bad: [6187350e54676a69d9742aaa9c30720d146df4a2] rtc: parisc: provide rtc_class_ops directly
git bisect bad 6187350e54676a69d9742aaa9c30720d146df4a2
# bad: [fd09cc80165cc96a2cd42abed98553549b4d09fc] rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h
git bisect bad fd09cc80165cc96a2cd42abed98553549b4d09fc
# good: [7af6a2e1c2565396f6b941ff2a989b989b24a97b] MAINTAINERS: Add file patterns for rtc device tree bindings
git bisect good 7af6a2e1c2565396f6b941ff2a989b989b24a97b
# good: [23999733c6445da22a12d373cb45d64f0afe462a] rtc: cmos: remove empty asm/mc146818rtc.h files
git bisect good 23999733c6445da22a12d373cb45d64f0afe462a
# first bad commit: [fd09cc80165cc96a2cd42abed98553549b4d09fc] rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h

             reply	other threads:[~2016-06-03  0:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-03  0:58 Guenter Roeck [this message]
2016-06-03 12:11 ` Build failure in -next due to 'rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h' Arnd Bergmann
2016-06-03 14:44   ` Guenter Roeck
2016-06-03 22:16     ` Alexandre Belloni
2016-06-04  9:38       ` Arnd Bergmann

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=20160603005848.GA11147@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=alexandre.belloni@free-electrons.com \
    --cc=arnd@arndb.de \
    --cc=jikos@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox