From: kbuild test robot <lkp@intel.com>
To: Lubomir Rintel <lkundrak@v3.sk>
Cc: kbuild-all@01.org, Andy Shevchenko <andy@infradead.org>,
Darren Hart <dvhart@infradead.org>,
platform-driver-x86@vger.kernel.org,
James Cameron <quozl@laptop.org>,
Mark Rutland <mark.rutland@arm.com>, Pavel Machek <pavel@ucw.cz>,
Rob Herring <robh+dt@kernel.org>,
Sebastian Reichel <sre@kernel.org>,
x86@kernel.org, devicetree@vger.kernel.org,
linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org,
Lubomir Rintel <lkundrak@v3.sk>,
Sebastian Reichel <sebastian.reichel@collabora.com>
Subject: Re: [PATCH v3 15/16] power: supply: olpc_battery: Avoid using platform_info
Date: Tue, 8 Jan 2019 13:54:30 +0800 [thread overview]
Message-ID: <201901081352.d2utAYa9%fengguang.wu@intel.com> (raw)
In-Reply-To: <20190107183439.50626-16-lkundrak@v3.sk>
[-- Attachment #1: Type: text/plain, Size: 1176 bytes --]
Hi Lubomir,
I love your patch! Perhaps something to improve:
[auto build test WARNING on linus/master]
[also build test WARNING on v5.0-rc1 next-20190107]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Lubomir-Rintel/Add-support-for-OLPC-XO-1-75-Embedded-Controller/20190108-114514
config: i386-randconfig-s3-201901 (attached as .config)
compiler: gcc-6 (Debian 6.4.0-9) 6.4.0 20171026
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All warnings (new ones prefixed by >>):
>> WARNING: vmlinux.o(.text+0x49efd): Section mismatch in reference from the function olpc_dt_compatible_match() to the function .init.text:olpc_dt_getproperty()
The function olpc_dt_compatible_match() references
the function __init olpc_dt_getproperty().
This is often because olpc_dt_compatible_match lacks a __init
annotation or the annotation of olpc_dt_getproperty is wrong.
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 32943 bytes --]
next prev parent reply other threads:[~2019-01-08 5:55 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-07 18:34 [PATCH v3 00/16] Add support for OLPC XO 1.75 Embedded Controller Lubomir Rintel
2019-01-07 18:34 ` [PATCH v3 01/16] dt-bindings: olpc,xo1.75-ec: Add OLPC XO-1.75 EC bindings Lubomir Rintel
2019-01-07 18:34 ` [PATCH v3 02/16] Platform: OLPC: Remove an unused include Lubomir Rintel
2019-01-07 18:34 ` [PATCH v3 03/16] Revert "platform/olpc: Make ec explicitly non-modular" Lubomir Rintel
2019-01-08 8:29 ` Lubomir Rintel
2019-01-07 18:34 ` [PATCH v3 04/16] Platform: OLPC: Move OLPC config symbol out of x86 tree Lubomir Rintel
2019-01-08 5:54 ` kbuild test robot
2019-01-07 18:34 ` [PATCH v3 05/16] Platform: OLPC: Add XO-1.75 EC driver Lubomir Rintel
2019-01-08 6:23 ` kbuild test robot
2019-01-07 18:34 ` [PATCH v3 06/16] Platform: OLPC: Avoid a warning if the EC didn't register yet Lubomir Rintel
2019-01-07 18:34 ` [PATCH v3 07/16] Platform: OLPC: Move EC-specific functionality out from x86 Lubomir Rintel
2019-01-08 4:09 ` kbuild test robot
2019-01-07 18:34 ` [PATCH v3 08/16] Platform: OLPC: Use BIT() and GENMASK() for event masks Lubomir Rintel
2019-01-07 18:34 ` [PATCH v3 09/16] Platform: OLPC: add a regulator for the DCON Lubomir Rintel
2019-01-07 18:34 ` [PATCH v3 10/16] dt-bindings: olpc_battery: Add XO-1.5 battery Lubomir Rintel
2019-01-07 18:34 ` [PATCH v3 11/16] x86, olpc: Use a correct version when making up a battery node Lubomir Rintel
2019-01-07 18:34 ` [PATCH v3 12/16] power: supply: olpc_battery: Use DT to get battery version Lubomir Rintel
2019-01-07 18:34 ` [PATCH v3 13/16] power: supply: olpc_battery: Move priv data to a struct Lubomir Rintel
2019-01-07 18:34 ` [PATCH v3 14/16] power: supply: olpc_battery: Use devm_power_supply_register() Lubomir Rintel
2019-01-07 18:34 ` [PATCH v3 15/16] power: supply: olpc_battery: Avoid using platform_info Lubomir Rintel
2019-01-08 5:54 ` kbuild test robot [this message]
2019-01-07 18:34 ` [PATCH v3 16/16] power: supply: olpc_battery: Add OLPC XO 1.75 support Lubomir Rintel
2019-01-08 7:11 ` kbuild test robot
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=201901081352.d2utAYa9%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=andy@infradead.org \
--cc=devicetree@vger.kernel.org \
--cc=dvhart@infradead.org \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=lkundrak@v3.sk \
--cc=mark.rutland@arm.com \
--cc=pavel@ucw.cz \
--cc=platform-driver-x86@vger.kernel.org \
--cc=quozl@laptop.org \
--cc=robh+dt@kernel.org \
--cc=sebastian.reichel@collabora.com \
--cc=sre@kernel.org \
--cc=x86@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
all inboxes | Powered by JetHome®