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: [RFC] wimax: move out to staging
Date: Wed, 28 Oct 2020 08:31:00 +0800	[thread overview]
Message-ID: <202010280842.nIKUm7oH-lkp@intel.com> (raw)
In-Reply-To: <20201027212448.454129-1-arnd@kernel.org>

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

Hi Arnd,

[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on staging/staging-testing]
[also build test WARNING on net-next/master net/master linus/master v5.10-rc1 next-20201027]
[cannot apply to sparc-next/master]
[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/Arnd-Bergmann/wimax-move-out-to-staging/20201028-052547
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git af702094a63e8d56f125f473461fe3b620fba1fd
config: nios2-allyesconfig (attached as .config)
compiler: nios2-linux-gcc (GCC) 9.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/335bf35c4d6555536b2ad54173acddf06e7dca13
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Arnd-Bergmann/wimax-move-out-to-staging/20201028-052547
        git checkout 335bf35c4d6555536b2ad54173acddf06e7dca13
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=nios2 

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 >>):

>> drivers/staging/wimax/stack.c:393:29: warning: initialized field overwritten [-Woverride-init]
     393 |  [WIMAX_GNL_RFKILL_IFIDX] = { .type = NLA_U32, },
         |                             ^
   drivers/staging/wimax/stack.c:393:29: note: (near initialization for 'wimax_gnl_policy[1]')
   drivers/staging/wimax/stack.c:397:28: warning: initialized field overwritten [-Woverride-init]
     397 |  [WIMAX_GNL_STGET_IFIDX] = { .type = NLA_U32, },
         |                            ^
   drivers/staging/wimax/stack.c:397:28: note: (near initialization for 'wimax_gnl_policy[1]')
   drivers/staging/wimax/stack.c:398:26: warning: initialized field overwritten [-Woverride-init]
     398 |  [WIMAX_GNL_MSG_IFIDX] = { .type = NLA_U32, },
         |                          ^
   drivers/staging/wimax/stack.c:398:26: note: (near initialization for 'wimax_gnl_policy[1]')

vim +393 drivers/staging/wimax/stack.c

15530dfd330bd19 net/wimax/stack.c Inaky Perez-Gonzalez 2008-12-20  390  
b61a5eea5904198 net/wimax/stack.c Johannes Berg        2013-11-14  391  static const struct nla_policy wimax_gnl_policy[WIMAX_GNL_ATTR_MAX + 1] = {
b61a5eea5904198 net/wimax/stack.c Johannes Berg        2013-11-14  392  	[WIMAX_GNL_RESET_IFIDX] = { .type = NLA_U32, },
b61a5eea5904198 net/wimax/stack.c Johannes Berg        2013-11-14 @393  	[WIMAX_GNL_RFKILL_IFIDX] = { .type = NLA_U32, },
b61a5eea5904198 net/wimax/stack.c Johannes Berg        2013-11-14  394  	[WIMAX_GNL_RFKILL_STATE] = {
b61a5eea5904198 net/wimax/stack.c Johannes Berg        2013-11-14  395  		.type = NLA_U32		/* enum wimax_rf_state */
b61a5eea5904198 net/wimax/stack.c Johannes Berg        2013-11-14  396  	},
b61a5eea5904198 net/wimax/stack.c Johannes Berg        2013-11-14  397  	[WIMAX_GNL_STGET_IFIDX] = { .type = NLA_U32, },
b61a5eea5904198 net/wimax/stack.c Johannes Berg        2013-11-14  398  	[WIMAX_GNL_MSG_IFIDX] = { .type = NLA_U32, },
b61a5eea5904198 net/wimax/stack.c Johannes Berg        2013-11-14  399  	[WIMAX_GNL_MSG_DATA] = {
b61a5eea5904198 net/wimax/stack.c Johannes Berg        2013-11-14  400  		.type = NLA_UNSPEC,	/* libnl doesn't grok BINARY yet */
b61a5eea5904198 net/wimax/stack.c Johannes Berg        2013-11-14  401  	},
b61a5eea5904198 net/wimax/stack.c Johannes Berg        2013-11-14  402  };
15530dfd330bd19 net/wimax/stack.c Inaky Perez-Gonzalez 2008-12-20  403  

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

  reply	other threads:[~2020-10-28  0:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-27 21:20 [RFC] wimax: move out to staging Arnd Bergmann
2020-10-28  0:31 ` kernel test robot [this message]
2020-10-28  5:56 ` Greg Kroah-Hartman
2020-10-29 15:56   ` Jakub Kicinski
2020-10-29 16:26     ` Arnd Bergmann
2020-10-29 16:30       ` Jakub Kicinski
2020-10-28 10:34 ` Dan Carpenter
2020-10-28 13:20   ` Arnd Bergmann

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=202010280842.nIKUm7oH-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.