linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Li Zhijian <zhijianx.li@intel.com>
To: Andrew Morton <akpm@linux-foundation.org>,
	kbuild test robot <lkp@intel.com>
Cc: Jesse Brandeburg <jesse.brandeburg@intel.com>,
	kbuild-all@lists.01.org,
	Andy Shevchenko <andriy.shevchenko@intel.com>,
	Linux Memory Management List <linux-mm@kvack.org>
Subject: Re: [kbuild-all] Re: [linux-next:master 12485/12912] cc1: error: arch/um/include/uapi: No such file or directory
Date: Fri, 5 Jun 2020 12:26:10 +0800	[thread overview]
Message-ID: <6e421668-3972-787f-a422-1724cf2b1924@intel.com> (raw)
In-Reply-To: <20200527150004.8a7daf78ee736503f0a437a0@linux-foundation.org>



On 5/28/20 6:00 AM, Andrew Morton wrote:
> On Wed, 27 May 2020 20:02:15 +0800 kbuild test robot <lkp@intel.com> wrote:
>
>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
>> head:   b0523c7b1c9d0edcd6c0fe6d2cb558a9ad5c60a8
>> commit: cb6c014b5a3f9082ef4ff45684d7bf17e5441b36 [12485/12912] lib: make a test module with set/clear bit
>> config: um-allmodconfig (attached as .config)
>> compiler: gcc-9 (Debian 9.3.0-13) 9.3.0
>> reproduce (this is a W=1 build):
>>          git checkout cb6c014b5a3f9082ef4ff45684d7bf17e5441b36
>>          # save the attached .config to linux build tree
>>          make W=1 ARCH=um
>>
>> If you fix the issue, kindly add following tag as appropriate
>> Reported-by: kbuild test robot <lkp@intel.com>
>>
>> All errors (new ones prefixed by >>, old ones prefixed by <<):
>>
>>>> cc1: error: arch/um/include/uapi: No such file or directory [-Werror=missing-include-dirs]
>> cc1: all warnings being treated as errors
> Thanks.    I don't think this patch could cause this error.  I suspect the um
> Makefiles are having problems.
+++ b/lib/Makefile
@@ -76,6 +76,8 @@ obj-$(CONFIG_TEST_SORT) += test_sort.o
  obj-$(CONFIG_TEST_USER_COPY) += test_user_copy.o
  obj-$(CONFIG_TEST_STATIC_KEYS) += test_static_keys.o
  obj-$(CONFIG_TEST_STATIC_KEYS) += test_static_key_base.o
+obj-$(CONFIG_TEST_BITOPS) += test_bitops.o
+CFLAGS_test_bitops.o += -Werror

-Werror is added by this patch, and 0Day is not intelligent enough :)
so 0Day realized there are new errors

we will try to improve 0Day/LKP in the future.

Thanks
Zhijian


>
> When I do
>
> make allmodconfig
> make -j20 W=1 M=lib
>
> I get a screenful of these warnings.
> _______________________________________________
> kbuild-all mailing list -- kbuild-all@lists.01.org
> To unsubscribe send an email to kbuild-all-leave@lists.01.org



      parent reply	other threads:[~2020-06-05  4:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-27 12:02 kbuild test robot
2020-05-27 22:00 ` Andrew Morton
2020-05-28  1:37   ` [kbuild-all] " Philip Li
2020-06-05  4:26   ` Li Zhijian [this message]

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=6e421668-3972-787f-a422-1724cf2b1924@intel.com \
    --to=zhijianx.li@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=andriy.shevchenko@intel.com \
    --cc=jesse.brandeburg@intel.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-mm@kvack.org \
    --cc=lkp@intel.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