Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1420207

Re: [RESEND/PATCHv4 v4 3/3] firmware: Support loading into a pre-allocated buffer

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [RESEND/PATCHv4 v4 3/3] firmware: Support loading into a pre-allocated buffer
Date 2016-06-12 11:30 +0200
Message-ID <rJ9Sp-6QH-9@gated-at.bofh.it> (permalink)
References <rHsmu-56I-41@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi,

[auto build test ERROR on driver-core/driver-core-testing]
[also build test ERROR on v4.7-rc2]
[cannot apply to next-20160609]
[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/Stephen-Boyd/firmware-Consolidate-kmap-read-write-logic/20160607-164005
config: x86_64-randconfig-v0-06121632 (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   In file included from drivers/video/fbdev/metronomefb.c:33:0:
>> include/linux/firmware.h:82:1: error: expected identifier or '(' before '{' token
    {
    ^
   include/linux/firmware.h:80:19: warning: 'request_firmware_into_buf' declared 'static' but never defined [-Wunused-function]
    static inline int request_firmware_into_buf(const struct firmware **firmware_p,
                      ^~~~~~~~~~~~~~~~~~~~~~~~~

vim +82 include/linux/firmware.h

    76	{
    77		return -EINVAL;
    78	}
    79	
    80	static inline int request_firmware_into_buf(const struct firmware **firmware_p,
    81		const char *name, struct device *device, void *buf, size_t size);
  > 82	{
    83		return -EINVAL;
    84	}
    85	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[RESEND/PATCHv4 v4 0/3] request_firmware() into pre-allocated buffers Stephen Boyd <stephen.boyd@linaro.org> - 2016-06-07 18:50 +0200
  [RESEND/PATCHv4 v4 2/3] firmware: Provide infrastructure to make fw caching optional Stephen Boyd <stephen.boyd@linaro.org> - 2016-06-07 18:50 +0200
    Re: [RESEND/PATCHv4 v4 2/3] firmware: Provide infrastructure to make  fw caching optional "Luis R. Rodriguez" <mcgrof@kernel.org> - 2016-06-14 04:00 +0200
  [RESEND/PATCHv4 v4 3/3] firmware: Support loading into a pre-allocated buffer Stephen Boyd <stephen.boyd@linaro.org> - 2016-06-07 18:50 +0200
    Re: [RESEND/PATCHv4 v4 3/3] firmware: Support loading into a  pre-allocated buffer kbuild test robot <lkp@intel.com> - 2016-06-12 11:30 +0200
  [RESEND/PATCHv4 v4 1/3] firmware: Consolidate kmap/read/write logic Stephen Boyd <stephen.boyd@linaro.org> - 2016-06-07 18:50 +0200
    Re: [RESEND/PATCHv4 v4 1/3] firmware: Consolidate kmap/read/write  logic Andrew Morton <akpm@linux-foundation.org> - 2016-06-07 22:30 +0200

csiph-web