From: kbuild test robot <lkp@intel.com>
To: Eugene Korenevsky <ekorenevsky@gmail.com>
Cc: kbuild-all@01.org, Davidlohr Bueso <dave@stgolabs.net>,
linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org,
Ard Biesheuvel <ard.biesheuvel@linaro.org>
Subject: Re: [PATCH v2] efi: take size of partition entry from GPT header
Date: Wed, 12 Sep 2018 06:56:19 +0800 [thread overview]
Message-ID: <201809120607.UIDCRDD4%fengguang.wu@intel.com> (raw)
In-Reply-To: <20180911161527.GA30689@vnote>
[-- Attachment #1: Type: text/plain, Size: 1662 bytes --]
Hi Eugene,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on block/for-next]
[also build test ERROR on v4.19-rc3 next-20180911]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Eugene-Korenevsky/efi-take-size-of-partition-entry-from-GPT-header/20180912-054430
base: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git for-next
config: i386-randconfig-x018-201836 (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
block/partitions/efi.c: In function 'get_gpt_entry':
>> block/partitions/efi.c:670:36: error: 'gpt' undeclared (first use in this function); did you mean 'iput'?
return (gpt_entry *)((u8 *)ptes + gpt->sizeof_partition_entry * index);
^~~
iput
block/partitions/efi.c:670:36: note: each undeclared identifier is reported only once for each function it appears in
block/partitions/efi.c:671:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
vim +670 block/partitions/efi.c
667
668 static gpt_entry *get_gpt_entry(gpt_header *gpt_hdr, gpt_entry *ptes, u32 index)
669 {
> 670 return (gpt_entry *)((u8 *)ptes + gpt->sizeof_partition_entry * index);
671 }
672
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 33177 bytes --]
next prev parent reply other threads:[~2018-09-11 22:56 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-11 16:15 [PATCH v2] efi: take size of partition entry from GPT header Eugene Korenevsky
2018-09-11 16:27 ` Davidlohr Bueso
2018-09-11 16:42 ` Eugene Korenevsky
2018-09-11 22:56 ` kbuild test robot [this message]
2018-09-11 22:59 ` Ard Biesheuvel
2018-09-11 23:20 ` kbuild test robot
2018-09-12 8:38 ` Karel Zak
2018-09-13 13:06 ` David Laight
2018-09-13 19:48 ` Eugene Korenevsky
2018-09-14 9:01 ` David Laight
2018-09-14 11:07 ` kzak
2018-10-06 18:41 ` Eugene Korenevsky
2018-10-08 11:15 ` Karel Zak
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=201809120607.UIDCRDD4%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=ard.biesheuvel@linaro.org \
--cc=dave@stgolabs.net \
--cc=ekorenevsky@gmail.com \
--cc=kbuild-all@01.org \
--cc=linux-efi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.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.