All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Al Viro <viro@ZenIV.linux.org.uk>
Cc: kbuild-all@01.org,
	Lauro Ramos Venancio <lauro.venancio@openbossa.org>,
	linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org
Subject: Re: [PATCH] nfc: fix get_unaligned_...() misuses
Date: Fri, 7 Apr 2017 15:01:08 +0800	[thread overview]
Message-ID: <201704071425.y3028hzk%fengguang.wu@intel.com> (raw)
In-Reply-To: <20170406164847.GU29622@ZenIV.linux.org.uk>

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

Hi Al,

[auto build test ERROR on linus/master]
[also build test ERROR on v4.11-rc5 next-20170406]
[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/Al-Viro/nfc-fix-get_unaligned_-misuses/20170407-123722
config: i386-allmodconfig (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

>> drivers/nfc/nxp-nci/firmware.c:27:29: fatal error: linux/unaligned.h: No such file or directory
    #include <linux/unaligned.h>
                                ^
   compilation terminated.

vim +27 drivers/nfc/nxp-nci/firmware.c

    21	 * along with this program; if not, see <http://www.gnu.org/licenses/>.
    22	 */
    23	
    24	#include <linux/completion.h>
    25	#include <linux/firmware.h>
    26	#include <linux/nfc.h>
  > 27	#include <linux/unaligned.h>
    28	
    29	#include "nxp-nci.h"
    30	

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

  parent reply	other threads:[~2017-04-07  7:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-06 16:48 [PATCH] nfc: fix get_unaligned_...() misuses Al Viro
2017-04-06 16:58 ` Al Viro
2017-04-16 22:45   ` Samuel Ortiz
2017-04-07  7:01 ` kbuild test robot [this message]
2017-04-07  7:28 ` 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=201704071425.y3028hzk%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@01.org \
    --cc=lauro.venancio@openbossa.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=viro@ZenIV.linux.org.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.