From: Mahesh Jagannath Salgaonkar <mahesh@linux.vnet.ibm.com>
To: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, linuxppc-dev <linuxppc-dev@ozlabs.org>,
Laurent Dufour <ldufour@linux.vnet.ibm.com>,
Nicholas Piggin <npiggin@gmail.com>,
stable@vger.kernel.org,
"Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
Subject: Re: [PATCH v4 1/6] powerpc/pseries: Defer the logging of rtas error to irq work queue.
Date: Fri, 29 Jun 2018 10:19:04 +0530 [thread overview]
Message-ID: <c43f4da4-6989-86dd-5104-ac73ae60b19f@linux.vnet.ibm.com> (raw)
In-Reply-To: <201806290421.wmb85tYm%fengguang.wu@intel.com>
On 06/29/2018 02:35 AM, kbuild test robot wrote:
> Hi Mahesh,
>
> Thank you for the patch! Yet something to improve:
>
> [auto build test ERROR on powerpc/next]
> [also build test ERROR on v4.18-rc2 next-20180628]
> [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/Mahesh-J-Salgaonkar/powerpc-pseries-Defer-the-logging-of-rtas-error-to-irq-work-queue/20180628-224101
> base: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
> config: powerpc-defconfig (attached as .config)
> compiler: powerpc64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
> reproduce:
> 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
> GCC_VERSION=7.2.0 make.cross ARCH=powerpc
>
> Note: the linux-review/Mahesh-J-Salgaonkar/powerpc-pseries-Defer-the-logging-of-rtas-error-to-irq-work-queue/20180628-224101 HEAD 3496ae1afd6528103d508528e25bfca82c60f4ee builds fine.
> It only hurts bisectibility.
>
> All errors (new ones prefixed by >>):
>
> arch/powerpc/platforms/pseries/ras.c: In function 'mce_process_errlog_event':
>>> arch/powerpc/platforms/pseries/ras.c:433:8: error: implicit declaration of function 'fwnmi_get_errlog'; did you mean 'fwnmi_get_errinfo'? [-Werror=implicit-function-declaration]
> err = fwnmi_get_errlog();
> ^~~~~~~~~~~~~~~~
> fwnmi_get_errinfo
>>> arch/powerpc/platforms/pseries/ras.c:433:6: error: assignment makes pointer from integer without a cast [-Werror=int-conversion]
> err = fwnmi_get_errlog();
> ^
> cc1: all warnings being treated as errors
Ouch... Looks like I pushed down the function definition while
rearranging the hunks. Will fix it in next revision. Thanks for catching
this.
Thanks,
-Mahesh.
next prev parent reply other threads:[~2018-06-29 4:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-28 11:10 [PATCH v4 0/6] powerpc/pseries: Machien check handler improvements Mahesh J Salgaonkar
2018-06-28 11:10 ` [PATCH v4 1/6] powerpc/pseries: Defer the logging of rtas error to irq work queue Mahesh J Salgaonkar
2018-06-28 13:19 ` Laurent Dufour
2018-06-29 4:41 ` Mahesh Jagannath Salgaonkar
2018-06-28 21:05 ` kbuild test robot
2018-06-29 4:49 ` Mahesh Jagannath Salgaonkar [this message]
2018-06-28 11:11 ` [PATCH v4 2/6] powerpc/pseries: Fix endainness while restoring of r3 in MCE handler Mahesh J Salgaonkar
2018-06-28 11:11 ` [PATCH v4 3/6] powerpc/pseries: Define MCE error event section Mahesh J Salgaonkar
2018-06-28 11:11 ` [PATCH v4 4/6] powerpc/pseries: flush SLB contents on SLB MCE errors Mahesh J Salgaonkar
2018-06-28 11:13 ` [PATCH v4 5/6] powerpc/pseries: Display machine check error details Mahesh J Salgaonkar
2018-06-28 11:13 ` [PATCH v4 6/6] powerpc/pseries: Dump the SLB contents on SLB MCE errors Mahesh J Salgaonkar
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=c43f4da4-6989-86dd-5104-ac73ae60b19f@linux.vnet.ibm.com \
--to=mahesh@linux.vnet.ibm.com \
--cc=aneesh.kumar@linux.vnet.ibm.com \
--cc=kbuild-all@01.org \
--cc=ldufour@linux.vnet.ibm.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=lkp@intel.com \
--cc=npiggin@gmail.com \
--cc=stable@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).