From: kbuild test robot <lkp@intel.com>
To: info@are.ma
Cc: kbuild-all@01.org, linux-media@vger.kernel.org, "Буди Романто,
AreMa Inc" <knightrider@are.ma>,
linux-kernel@vger.kernel.org, crope@iki.fi, m.chehab@samsung.com,
mchehab@osg.samsung.com, hdegoede@redhat.com,
laurent.pinchart@ideasonboard.com, mkrufky@linuxtv.org,
sylvester.nawrocki@gmail.com, g.liakhovetski@gmx.de,
peter.senna@gmail.com
Subject: Re: [media 7/7] PCI bridge driver for PT3 & PXQ3PE
Date: Mon, 15 Feb 2016 20:57:26 +0800 [thread overview]
Message-ID: <201602152005.UfVs7xXd%fengguang.wu@intel.com> (raw)
In-Reply-To: <a0c13be89c5f43de0693f37144a00255c6090ffd.1455528251.git.knightrider@are.ma>
[-- Attachment #1: Type: text/plain, Size: 3915 bytes --]
Hi Буди,
[auto build test ERROR on linuxtv-media/master]
[cannot apply to v4.5-rc4 next-20160215]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/info-are-ma/Driver-bundle-for-PT3-PX-Q3PE/20160215-173307
base: git://linuxtv.org/media_tree.git master
config: x86_64-allyesconfig (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All error/warnings (new ones prefixed by >>):
In file included from include/linux/module.h:18:0,
from drivers/media/dvb-core/dvb_frontend.h:35,
from drivers/media/pci/ptx/ptx_common.c:8:
>> include/linux/moduleparam.h:13:29: error: 'KBUILD_MODNAME' undeclared here (not in a function)
#define MODULE_PARAM_PREFIX KBUILD_MODNAME "."
^
include/linux/moduleparam.h:220:43: note: in definition of macro '__module_param_call'
static const char __param_str_##name[] = prefix #name; \
^
>> include/linux/moduleparam.h:448:22: note: in expansion of macro 'MODULE_PARAM_PREFIX'
__module_param_call(MODULE_PARAM_PREFIX, name, \
^
>> include/linux/moduleparam.h:429:2: note: in expansion of macro 'module_param_array_named'
module_param_array_named(name, name, type, nump, perm)
^
>> drivers/media/dvb-core/dvbdev.h:55:2: note: in expansion of macro 'module_param_array'
module_param_array(adapter_nr, short, NULL, 0444); \
^
>> drivers/media/pci/ptx/ptx_common.c:145:1: note: in expansion of macro 'DVB_DEFINE_MOD_OPT_ADAPTER_NR'
DVB_DEFINE_MOD_OPT_ADAPTER_NR(adap_no);
^
>> include/linux/moduleparam.h:13:44: error: expected ',' or ';' before string constant
#define MODULE_PARAM_PREFIX KBUILD_MODNAME "."
^
include/linux/moduleparam.h:220:43: note: in definition of macro '__module_param_call'
static const char __param_str_##name[] = prefix #name; \
^
>> include/linux/moduleparam.h:448:22: note: in expansion of macro 'MODULE_PARAM_PREFIX'
__module_param_call(MODULE_PARAM_PREFIX, name, \
^
>> include/linux/moduleparam.h:429:2: note: in expansion of macro 'module_param_array_named'
module_param_array_named(name, name, type, nump, perm)
^
>> drivers/media/dvb-core/dvbdev.h:55:2: note: in expansion of macro 'module_param_array'
module_param_array(adapter_nr, short, NULL, 0444); \
^
>> drivers/media/pci/ptx/ptx_common.c:145:1: note: in expansion of macro 'DVB_DEFINE_MOD_OPT_ADAPTER_NR'
DVB_DEFINE_MOD_OPT_ADAPTER_NR(adap_no);
^
vim +/KBUILD_MODNAME +13 include/linux/moduleparam.h
^1da177e Linus Torvalds 2005-04-16 7
^1da177e Linus Torvalds 2005-04-16 8 /* You can override this manually, but generally this should match the
^1da177e Linus Torvalds 2005-04-16 9 module name. */
^1da177e Linus Torvalds 2005-04-16 10 #ifdef MODULE
^1da177e Linus Torvalds 2005-04-16 11 #define MODULE_PARAM_PREFIX /* empty */
^1da177e Linus Torvalds 2005-04-16 12 #else
367cb704 Sam Ravnborg 2006-01-06 @13 #define MODULE_PARAM_PREFIX KBUILD_MODNAME "."
^1da177e Linus Torvalds 2005-04-16 14 #endif
^1da177e Linus Torvalds 2005-04-16 15
730b69d2 Rusty Russell 2008-10-22 16 /* Chosen so that structs with an unsigned long line up. */
:::::: The code at line 13 was first introduced by commit
:::::: 367cb704212cd0c9273ba2b1e62523139210563b kbuild: un-stringnify KBUILD_MODNAME
:::::: TO: Sam Ravnborg <sam@mars.ravnborg.org>
:::::: CC: Sam Ravnborg <sam@mars.ravnborg.org>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 52455 bytes --]
next prev parent reply other threads:[~2016-02-15 12:55 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-15 9:27 [media 0/7] Driver bundle for PT3 & PX-Q3PE info
2016-02-15 9:27 ` [media 1/7] raise adapter number limit info
2016-02-15 9:27 ` [media 2/7] add NXP tda2014x & Newport Media nm120/130/131 tuners info
2016-02-15 9:27 ` [media 3/7] drop backstabbing drivers info
2016-02-15 9:27 ` [media 4/7] Toshiba TC90522XBG quad demod (2ch OFDM + 2ch 8PSK) for PT3 & PXQ3PE info
2016-02-15 9:27 ` [media 5/7] MaxLinear MxL301RF ISDB-T tuner info
2016-02-15 9:27 ` [media 6/7] Sharp QM1D1C0042 ISDB-S tuner info
2016-02-15 9:27 ` [media 7/7] PCI bridge driver for PT3 & PXQ3PE info
2016-02-15 11:51 ` kbuild test robot
2016-02-15 12:57 ` kbuild test robot [this message]
2016-02-16 2:07 ` AreMa Inc.
[not found] <cover.1455566803.git.knightrider@are.ma>
2016-02-15 20:07 ` info
-- strict thread matches above, loose matches on Subject: below --
2016-02-15 17:24 [media 0/7] Driver bundle for PT3 & PX-Q3PE info
2016-02-15 17:10 ` [media 7/7] PCI bridge driver for PT3 & PXQ3PE info
2016-02-15 6:08 [media 0/7] Driver bundle for PT3 & PX-Q3PE info
2016-02-15 6:08 ` [media 7/7] PCI bridge driver for PT3 & PXQ3PE info
2016-02-15 6:23 ` kbuild test robot
2016-02-15 6:47 ` kbuild test robot
2016-02-15 7:34 ` 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=201602152005.UfVs7xXd%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=crope@iki.fi \
--cc=g.liakhovetski@gmx.de \
--cc=hdegoede@redhat.com \
--cc=info@are.ma \
--cc=kbuild-all@01.org \
--cc=knightrider@are.ma \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=m.chehab@samsung.com \
--cc=mchehab@osg.samsung.com \
--cc=mkrufky@linuxtv.org \
--cc=peter.senna@gmail.com \
--cc=sylvester.nawrocki@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox