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 PATCH net-next v2 5/6] ice: implement device flash update via devlink
Date: Mon, 20 Jul 2020 13:26:57 +0800	[thread overview]
Message-ID: <202007201347.tmrehzqZ%lkp@intel.com> (raw)
In-Reply-To: <20200717183541.797878-6-jacob.e.keller@intel.com>

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

Hi Jacob,

[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on jkirsher-next-queue/dev-queue]
[cannot apply to net-next/master ipvs/master linus/master v5.8-rc6 next-20200717]
[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/Jacob-Keller/introduce-PLDM-firmware-update-library/20200718-031225
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git dev-queue
config: arm-randconfig-c022-20200717 (attached as .config)
compiler: arm-linux-gnueabi-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
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

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

   In file included from lib/pldmfw/pldmfw.c:15:
>> lib/pldmfw/pldmfw_private.h:60:1: warning: alignment 1 of 'struct __pldm_header' is less than 4 [-Wpacked-not-aligned]
      60 | } __packed __aligned(1);
         | ^
>> lib/pldmfw/pldmfw_private.h:45:26: warning: 'release_date' offset 19 in 'struct __pldm_header' isn't aligned to 4 [-Wpacked-not-aligned]
      45 |  struct __pldm_timestamp release_date; /* PackageReleaseDateTime */
         |                          ^~~~~~~~~~~~

vim +60 lib/pldmfw/pldmfw_private.h

6b3d6687bf587b Jacob Keller 2020-07-17  39  
6b3d6687bf587b Jacob Keller 2020-07-17  40  /* Package Header Information */
6b3d6687bf587b Jacob Keller 2020-07-17  41  struct __pldm_header {
6b3d6687bf587b Jacob Keller 2020-07-17  42  	uuid_t id;			    /* PackageHeaderIdentifier */
6b3d6687bf587b Jacob Keller 2020-07-17  43  	u8 revision;			    /* PackageHeaderFormatRevision */
6b3d6687bf587b Jacob Keller 2020-07-17  44  	__le16 size;			    /* PackageHeaderSize */
6b3d6687bf587b Jacob Keller 2020-07-17 @45  	struct __pldm_timestamp release_date; /* PackageReleaseDateTime */
6b3d6687bf587b Jacob Keller 2020-07-17  46  	__le16 component_bitmap_len;	    /* ComponentBitmapBitLength */
6b3d6687bf587b Jacob Keller 2020-07-17  47  	u8 version_type;		    /* PackageVersionStringType */
6b3d6687bf587b Jacob Keller 2020-07-17  48  	u8 version_len;			    /* PackageVersionStringLength */
6b3d6687bf587b Jacob Keller 2020-07-17  49  
6b3d6687bf587b Jacob Keller 2020-07-17  50  	/*
6b3d6687bf587b Jacob Keller 2020-07-17  51  	 * DSP0267 also includes the following variable length fields at the
6b3d6687bf587b Jacob Keller 2020-07-17  52  	 * end of this structure:
6b3d6687bf587b Jacob Keller 2020-07-17  53  	 *
6b3d6687bf587b Jacob Keller 2020-07-17  54  	 * PackageVersionString, length is version_len.
6b3d6687bf587b Jacob Keller 2020-07-17  55  	 *
6b3d6687bf587b Jacob Keller 2020-07-17  56  	 * The total size of this section is
6b3d6687bf587b Jacob Keller 2020-07-17  57  	 *   sizeof(pldm_header) + version_len;
6b3d6687bf587b Jacob Keller 2020-07-17  58  	 */
6b3d6687bf587b Jacob Keller 2020-07-17  59  	u8 version_string[];		/* PackageVersionString */
6b3d6687bf587b Jacob Keller 2020-07-17 @60  } __packed __aligned(1);
6b3d6687bf587b Jacob Keller 2020-07-17  61  

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

  reply	other threads:[~2020-07-20  5:26 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-17 18:35 [RFC PATCH net-next v2 0/6] introduce PLDM firmware update library Jacob Keller
2020-07-17 18:35 ` [RFC PATCH net-next v2 1/6] ice: Add support for unified NVM update flow capability Jacob Keller
2020-07-17 18:35 ` [RFC PATCH net-next v2 2/6] ice: Add AdminQ commands for FW update Jacob Keller
2020-07-17 18:35 ` [RFC PATCH net-next v2 3/6] ice: add flags indicating pending update of firmware module Jacob Keller
2020-07-17 18:35 ` [RFC PATCH net-next v2 4/6] Add pldmfw library for PLDM firmware update Jacob Keller
2020-07-17 18:35 ` [RFC PATCH net-next v2 5/6] ice: implement device flash update via devlink Jacob Keller
2020-07-20  5:26   ` kernel test robot [this message]
2020-07-23 23:33   ` Jacob Keller
2020-07-17 18:35 ` [RFC PATCH net-next v2 6/6] devlink: add overwrite mode to flash update Jacob Keller
2020-07-20 10:09   ` Jiri Pirko
2020-07-20 15:51     ` Jakub Kicinski
2020-07-20 18:52       ` Jacob Keller
2020-07-21 13:56         ` Jiri Pirko
2020-07-21 17:28           ` Jacob Keller
2020-07-21 13:53       ` Jiri Pirko
2020-07-21 17:04         ` Jakub Kicinski
2020-07-21 17:31           ` Jacob Keller
2020-07-22 10:51           ` Jiri Pirko
2020-07-22 15:30             ` Keller, Jacob E
2020-07-22 16:52               ` Jakub Kicinski
2020-07-22 18:21                 ` Jacob Keller
2020-07-26  7:18                   ` Jiri Pirko
2020-07-27 18:11                     ` Jacob Keller
2020-07-29 22:49                 ` Jacob Keller
2020-07-29 23:16                   ` Jakub Kicinski
2020-07-29 23:59                     ` Jacob Keller
2020-07-26  7:16               ` Jiri Pirko
2020-07-27 18:13                 ` Jacob Keller
2020-07-28 11:19                   ` Jiri Pirko
2020-07-28 16:58                     ` Jacob Keller
2020-07-28 17:09                       ` Jakub Kicinski
2020-07-28 17:43                         ` Jacob Keller
2020-07-28 22:59                         ` Jacob Keller
2020-07-17 19:58 ` [RFC PATCH net-next v2 0/6] introduce PLDM firmware update library Jakub Kicinski
2020-07-17 21:00   ` Keller, Jacob E
2020-07-17 21:08   ` Keller, Jacob E

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=202007201347.tmrehzqZ%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.