linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: kbuild-all@01.org, linux-kernel@vger.kernel.org,
	Andrey Smirnov <andrew.smirnov@gmail.com>,
	cphealy@gmail.com, Lucas Stach <l.stach@pengutronix.de>,
	Nikita Yushchenko <nikita.yoush@cogentembedded.com>,
	Lee Jones <lee.jones@linaro.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Pavel Machek <pavel@ucw.cz>,
	Andy Shevchenko <andy.shevchenko@gmail.com>,
	Guenter Roeck <linux@roeck-us.net>, Rob Herring <robh@kernel.org>,
	Johan Hovold <johan@kernel.org>,
	Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Subject: Re: [PATCH v12 3/5] mfd: Add driver for RAVE Supervisory Processor
Date: Sun, 12 Nov 2017 23:36:50 +0800	[thread overview]
Message-ID: <201711122342.OqsOcTEk%fengguang.wu@intel.com> (raw)
In-Reply-To: <20171109160556.17018-4-andrew.smirnov@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1680 bytes --]

Hi Andrey,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on linus/master]
[also build test ERROR on v4.14-rc8]
[cannot apply to next-20171110]
[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/Andrey-Smirnov/ZII-RAVE-platform-driver/20171112-215306
config: blackfin-allyesconfig (attached as .config)
compiler: bfin-uclinux-gcc (GCC) 6.2.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=blackfin 

All errors (new ones prefixed by >>):

   drivers/mfd/rave-sp.c: In function 'csum_ccitt':
>> drivers/mfd/rave-sp.c:237:25: error: implicit declaration of function 'crc_ccitt_false' [-Werror=implicit-function-declaration]
     const u16 calculated = crc_ccitt_false(0xffff, buf, size);
                            ^~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors

vim +/crc_ccitt_false +237 drivers/mfd/rave-sp.c

   234	
   235	static void csum_ccitt(const u8 *buf, size_t size, u8 *crc)
   236	{
 > 237		const u16 calculated = crc_ccitt_false(0xffff, buf, size);
   238	
   239		/*
   240		 * While the rest of the wire protocol is little-endian,
   241		 * CCITT-16 CRC in RDU2 device is sent out in big-endian order.
   242		 */
   243		put_unaligned_be16(calculated, crc);
   244	}
   245	

---
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: 46041 bytes --]

  reply	other threads:[~2017-11-12 15:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-09 16:05 [PATCH v12 0/5] ZII RAVE platform driver Andrey Smirnov
2017-11-09 16:05 ` [PATCH v12 1/5] serdev: Make .remove in struct serdev_device_driver optional Andrey Smirnov
2017-11-09 16:05 ` [PATCH v12 2/5] serdev: Introduce devm_serdev_device_open() Andrey Smirnov
2017-11-09 16:05 ` [PATCH v12 3/5] mfd: Add driver for RAVE Supervisory Processor Andrey Smirnov
2017-11-12 15:36   ` kbuild test robot [this message]
2017-11-12 19:18   ` kbuild test robot
2017-11-09 16:05 ` [PATCH v12 4/5] watchdog: Add RAVE SP watchdog driver Andrey Smirnov
2017-11-12 17:03   ` kbuild test robot
2017-11-12 20:11   ` kbuild test robot
2017-11-09 16:05 ` [PATCH v12 5/5] dt-bindings: watchdog: Add bindings for " Andrey Smirnov

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=201711122342.OqsOcTEk%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=andrew.smirnov@gmail.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=cphealy@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=johan@kernel.org \
    --cc=kbuild-all@01.org \
    --cc=l.stach@pengutronix.de \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=nikita.yoush@cogentembedded.com \
    --cc=pavel@ucw.cz \
    --cc=robh@kernel.org \
    --cc=sebastian.reichel@collabora.co.uk \
    /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;
as well as URLs for NNTP newsgroup(s).