All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH 3/3] isystem: delete global -isystem compile option
Date: Mon, 02 Aug 2021 09:30:49 +0800	[thread overview]
Message-ID: <202108020911.z8HcPi6f-lkp@intel.com> (raw)
In-Reply-To: <20210801201336.2224111-3-adobriyan@gmail.com>

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

Hi Alexey,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on powerpc/next]
[also build test ERROR on linuxtv-media/master linus/master v5.14-rc3 next-20210730]
[cannot apply to uml/linux-next]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Alexey-Dobriyan/isystem-trim-fixup-stdarg-h-and-other-headers/20210802-041553
base:   https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
config: arm-allyesconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 10.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/0day-ci/linux/commit/68fed7fc2569ffbc882f0a36ecb4095d953de63c
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Alexey-Dobriyan/isystem-trim-fixup-stdarg-h-and-other-headers/20210802-041553
        git checkout 68fed7fc2569ffbc882f0a36ecb4095d953de63c
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross O=build_dir ARCH=arm SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> crypto/aegis128-neon-inner.c:11:10: fatal error: arm_neon.h: No such file or directory
      11 | #include <arm_neon.h>
         |          ^~~~~~~~~~~~
   compilation terminated.


vim +11 crypto/aegis128-neon-inner.c

a4397635afea5d Ard Biesheuvel 2019-08-12   8  
a4397635afea5d Ard Biesheuvel 2019-08-12   9  #define AES_ROUND	"aese %0.16b, %1.16b \n\t aesmc %0.16b, %0.16b"
a4397635afea5d Ard Biesheuvel 2019-08-12  10  #else
a4397635afea5d Ard Biesheuvel 2019-08-12 @11  #include <arm_neon.h>
a4397635afea5d Ard Biesheuvel 2019-08-12  12  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 78442 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Alexey Dobriyan <adobriyan@gmail.com>, akpm@linux-foundation.org
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
	linux-arch@vger.kernel.org, masahiroy@kernel.org,
	Alexey Dobriyan <adobriyan@gmail.com>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	Michael Ellerman <mpe@ellerman.id.au>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>
Subject: Re: [PATCH 3/3] isystem: delete global -isystem compile option
Date: Mon, 2 Aug 2021 09:30:49 +0800	[thread overview]
Message-ID: <202108020911.z8HcPi6f-lkp@intel.com> (raw)
In-Reply-To: <20210801201336.2224111-3-adobriyan@gmail.com>

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

Hi Alexey,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on powerpc/next]
[also build test ERROR on linuxtv-media/master linus/master v5.14-rc3 next-20210730]
[cannot apply to uml/linux-next]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Alexey-Dobriyan/isystem-trim-fixup-stdarg-h-and-other-headers/20210802-041553
base:   https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
config: arm-allyesconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 10.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/0day-ci/linux/commit/68fed7fc2569ffbc882f0a36ecb4095d953de63c
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Alexey-Dobriyan/isystem-trim-fixup-stdarg-h-and-other-headers/20210802-041553
        git checkout 68fed7fc2569ffbc882f0a36ecb4095d953de63c
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross O=build_dir ARCH=arm SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> crypto/aegis128-neon-inner.c:11:10: fatal error: arm_neon.h: No such file or directory
      11 | #include <arm_neon.h>
         |          ^~~~~~~~~~~~
   compilation terminated.


vim +11 crypto/aegis128-neon-inner.c

a4397635afea5d Ard Biesheuvel 2019-08-12   8  
a4397635afea5d Ard Biesheuvel 2019-08-12   9  #define AES_ROUND	"aese %0.16b, %1.16b \n\t aesmc %0.16b, %0.16b"
a4397635afea5d Ard Biesheuvel 2019-08-12  10  #else
a4397635afea5d Ard Biesheuvel 2019-08-12 @11  #include <arm_neon.h>
a4397635afea5d Ard Biesheuvel 2019-08-12  12  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 78442 bytes --]

  parent reply	other threads:[~2021-08-02  1:30 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-01 20:13 [PATCH 1/3] isystem: trim/fixup stdarg.h and other headers Alexey Dobriyan
2021-08-01 20:13 ` Alexey Dobriyan
2021-08-01 20:13 ` [PATCH 2/3] isystem: ship and use stdarg.h Alexey Dobriyan
2021-08-03  7:14   ` Ard Biesheuvel
2021-08-17  1:30     ` Masahiro Yamada
2021-08-06 13:00   ` Rafael J. Wysocki
2021-08-01 20:13 ` [PATCH 3/3] isystem: delete global -isystem compile option Alexey Dobriyan
2021-08-01 20:13   ` Alexey Dobriyan
2021-08-01 20:13   ` Alexey Dobriyan
2021-08-01 21:32   ` Segher Boessenkool
2021-08-01 21:32     ` Segher Boessenkool
2021-08-01 21:32     ` Segher Boessenkool
2021-08-02  6:42     ` Alexey Dobriyan
2021-08-02  6:42       ` Alexey Dobriyan
2021-08-02  6:42       ` Alexey Dobriyan
2021-08-02 16:47       ` Segher Boessenkool
2021-08-02 16:47         ` Segher Boessenkool
2021-08-02 16:47         ` Segher Boessenkool
2021-08-02 20:30         ` Alexey Dobriyan
2021-08-02 20:30           ` Alexey Dobriyan
2021-08-02 20:30           ` Alexey Dobriyan
2021-08-02 21:42           ` Segher Boessenkool
2021-08-02 21:42             ` Segher Boessenkool
2021-08-02 21:42             ` Segher Boessenkool
2021-08-02  1:30   ` kernel test robot [this message]
2021-08-02  1:30     ` kernel test robot
2021-08-02 18:18   ` Nathan Chancellor
2021-08-02 18:18     ` Nathan Chancellor
2021-08-02 18:18     ` Nathan Chancellor
2021-08-02 20:32     ` Alexey Dobriyan
2021-08-02 20:32       ` Alexey Dobriyan
2021-08-02 20:32       ` Alexey Dobriyan
2021-08-02 20:38       ` Nathan Chancellor
2021-08-02 20:38         ` Nathan Chancellor
2021-08-02 20:38         ` Nathan Chancellor
2021-08-02  0:21 ` [PATCH 1/3] isystem: trim/fixup stdarg.h and other headers kernel test robot
2021-08-02  0:21   ` kernel test robot
2021-08-02  0:21   ` kernel 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=202108020911.z8HcPi6f-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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 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.