All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Vitor Massaru Iha <vitor@massaru.org>, kunit-dev@googlegroups.com
Cc: kbuild-all@lists.01.org, linux-kselftest@vger.kernel.org,
	brendanhiggins@google.com, linux-kernel@vger.kernel.org,
	davidgow@google.com,
	linux-kernel-mentees@lists.linuxfoundation.org,
	keescook@chromium.org
Subject: Re: [Linux-kernel-mentees] [PATCH v3] lib: overflow_kunit: add KUnit test conversion of check_*_overflow
Date: Tue, 21 Jul 2020 21:33:24 +0800	[thread overview]
Message-ID: <202007212104.4SNe65Pf%lkp@intel.com> (raw)
In-Reply-To: <20200720224418.200495-1-vitor@massaru.org>

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

Hi Vitor,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on c63d2dd7e134ebddce4745c51f9572b3f0d92b26]

url:    https://github.com/0day-ci/linux/commits/Vitor-Massaru-Iha/lib-overflow_kunit-add-KUnit-test-conversion-of-check_-_overflow/20200721-064712
base:    c63d2dd7e134ebddce4745c51f9572b3f0d92b26
config: x86_64-randconfig-c002-20200719 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-14) 9.3.0
reproduce (this is a W=1 build):
        # save the attached .config to linux build tree
        make W=1 ARCH=x86_64 

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

All warnings (new ones prefixed by >>):

>> WARNING: modpost: lib/overflow_kunit.o(.data+0x0): Section mismatch in reference from the variable suites to the variable .init.data:overflow_test_suite
   The variable suites references
   the variable __initdata overflow_test_suite
   If the reference is valid then annotate the
   variable with or __refdata (see linux/init.h) or name the variable:
   

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

[-- Attachment #3: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Vitor Massaru Iha <vitor@massaru.org>, kunit-dev@googlegroups.com
Cc: kbuild-all@lists.01.org, linux-kselftest@vger.kernel.org,
	linux-kernel@vger.kernel.org, brendanhiggins@google.com,
	keescook@chromium.org, davidgow@google.com,
	skhan@linuxfoundation.org,
	linux-kernel-mentees@lists.linuxfoundation.org
Subject: Re: [PATCH v3] lib: overflow_kunit: add KUnit test conversion of check_*_overflow
Date: Tue, 21 Jul 2020 21:33:24 +0800	[thread overview]
Message-ID: <202007212104.4SNe65Pf%lkp@intel.com> (raw)
In-Reply-To: <20200720224418.200495-1-vitor@massaru.org>

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

Hi Vitor,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on c63d2dd7e134ebddce4745c51f9572b3f0d92b26]

url:    https://github.com/0day-ci/linux/commits/Vitor-Massaru-Iha/lib-overflow_kunit-add-KUnit-test-conversion-of-check_-_overflow/20200721-064712
base:    c63d2dd7e134ebddce4745c51f9572b3f0d92b26
config: x86_64-randconfig-c002-20200719 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-14) 9.3.0
reproduce (this is a W=1 build):
        # save the attached .config to linux build tree
        make W=1 ARCH=x86_64 

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

All warnings (new ones prefixed by >>):

>> WARNING: modpost: lib/overflow_kunit.o(.data+0x0): Section mismatch in reference from the variable suites to the variable .init.data:overflow_test_suite
   The variable suites references
   the variable __initdata overflow_test_suite
   If the reference is valid then annotate the
   variable with or __refdata (see linux/init.h) or name the variable:
   

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

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v3] lib: overflow_kunit: add KUnit test conversion of check_*_overflow
Date: Tue, 21 Jul 2020 21:33:24 +0800	[thread overview]
Message-ID: <202007212104.4SNe65Pf%lkp@intel.com> (raw)
In-Reply-To: <20200720224418.200495-1-vitor@massaru.org>

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

Hi Vitor,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on c63d2dd7e134ebddce4745c51f9572b3f0d92b26]

url:    https://github.com/0day-ci/linux/commits/Vitor-Massaru-Iha/lib-overflow_kunit-add-KUnit-test-conversion-of-check_-_overflow/20200721-064712
base:    c63d2dd7e134ebddce4745c51f9572b3f0d92b26
config: x86_64-randconfig-c002-20200719 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-14) 9.3.0
reproduce (this is a W=1 build):
        # save the attached .config to linux build tree
        make W=1 ARCH=x86_64 

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

All warnings (new ones prefixed by >>):

>> WARNING: modpost: lib/overflow_kunit.o(.data+0x0): Section mismatch in reference from the variable suites to the variable .init.data:overflow_test_suite
   The variable suites references
   the variable __initdata overflow_test_suite
   If the reference is valid then annotate the
   variable with or __refdata (see linux/init.h) or name the variable:
   

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

  reply	other threads:[~2020-07-21 13:34 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-20 22:44 [Linux-kernel-mentees] [PATCH v3] lib: overflow_kunit: add KUnit test conversion of check_*_overflow Vitor Massaru Iha
2020-07-20 22:44 ` Vitor Massaru Iha
2020-07-21 13:33 ` kernel test robot [this message]
2020-07-21 13:33   ` kernel test robot
2020-07-21 13:33   ` kernel test robot
2020-07-21 18:55 ` [Linux-kernel-mentees] " Kees Cook
2020-07-21 18:55   ` Kees Cook
2020-07-21 19:37   ` [Linux-kernel-mentees] " Vitor Massaru Iha
2020-07-21 19:37     ` Vitor Massaru Iha
2020-07-21 23:47     ` [Linux-kernel-mentees] " Brendan Higgins via Linux-kernel-mentees
2020-07-21 23:47       ` Brendan Higgins
2020-07-23 21:35       ` [Linux-kernel-mentees] " Vitor Massaru Iha
2020-07-23 21:35         ` Vitor Massaru Iha
2020-07-26 21:10 ` [Linux-kernel-mentees] " kernel test robot
2020-07-26 21:10   ` kernel test robot
2020-07-26 21:10   ` 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=202007212104.4SNe65Pf%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=brendanhiggins@google.com \
    --cc=davidgow@google.com \
    --cc=kbuild-all@lists.01.org \
    --cc=keescook@chromium.org \
    --cc=kunit-dev@googlegroups.com \
    --cc=linux-kernel-mentees@lists.linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=vitor@massaru.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.