public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vinod.koul@intel.com>
To: John Stultz <john.stultz@linaro.org>
Cc: kbuild test robot <lkp@intel.com>,
	kbuild-all@01.org, lkml <linux-kernel@vger.kernel.org>,
	Zhangfei Gao <zhangfei.gao@linaro.org>,
	Krzysztof Kozlowski <k.kozlowski@samsung.com>,
	Maxime Ripard <maxime.ripard@free-electrons.com>,
	Dan Williams <dan.j.williams@intel.com>,
	Mark Brown <broonie@kernel.org>, Andy Green <andy@warmcat.com>
Subject: Re: [RESEND][PATCH 1/7 v4] Kconfig: Allow k3dma driver to be selected for more then HISI3xx platforms
Date: Mon, 29 Aug 2016 13:45:55 +0530	[thread overview]
Message-ID: <20160829081553.GB9355@localhost> (raw)
In-Reply-To: <CALAqxLX8D6CsrXMrab0KwRNdzOFivRbPUeGM19JmQ_-mUrFmhQ@mail.gmail.com>

On Mon, Aug 22, 2016 at 09:24:42PM -0700, John Stultz wrote:
> On Mon, Aug 22, 2016 at 9:23 PM, kbuild test robot <lkp@intel.com> wrote:
> > Hi John,
> >
> > [auto build test ERROR on linus/master]
> > [also build test ERROR on v4.8-rc3 next-20160822]
> > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
> > [Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on]
> > [Check https://git-scm.com/docs/git-format-patch for more information]
> >
> > url:    https://github.com/0day-ci/linux/commits/John-Stultz/K3DMA-fixes-for-HiKey-HDMI-audio/20160823-070749
> > config: i386-allmodconfig (attached as .config)
> > compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705
> > reproduce:
> >         # save the attached .config to linux build tree
> >         make ARCH=i386
> >
> > Note: the linux-review/John-Stultz/K3DMA-fixes-for-HiKey-HDMI-audio/20160823-070749 HEAD 1f1a623a69af65b192d7f6e2949d4a2dcf75d137 builds fine.
> >       It only hurts bisectibility.
> >
> > All errors (new ones prefixed by >>):
> >
> >    drivers/dma/k3dma.c: In function 'k3_dma_prep_memcpy':
> >>> drivers/dma/k3dma.c:432:20: error: implicit declaration of function '__virt_to_phys' [-Werror=implicit-function-declaration]
> >      ds->desc_hw_lli = __virt_to_phys((unsigned long)&ds->desc_hw[0]);
> >                        ^~~~~~~~~~~~~~
> 
> Grumble.. Looks like this is due to COMPILE_TEST being enabled in the
> i386 config and the Kconfig change happening before the fix to remove
> __virt_to_phys from this driver.
> 
> Reordering so the Kconfig change is applied last would avoid this.
> 
> Vinod/Dan: Would you prefer I resend a new patchset with the fixed
> order, or do you mind re-ordering the Kconfig change when you apply?

Yes, prefer a new patchset ...

Thanks
-- 
~Vinod

  reply	other threads:[~2016-08-29  8:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-22 22:56 [RESEND][PATCH 0/7 v4] K3DMA fixes for HiKey HDMI audio John Stultz
2016-08-22 22:56 ` [RESEND][PATCH 1/7 v4] Kconfig: Allow k3dma driver to be selected for more then HISI3xx platforms John Stultz
2016-08-23  4:23   ` kbuild test robot
2016-08-23  4:24     ` John Stultz
2016-08-29  8:15       ` Vinod Koul [this message]
2016-08-22 22:56 ` [RESEND][PATCH 2/7 v4] k3dma: Fix hisi burst clipping John Stultz
2016-08-22 22:56 ` [RESEND][PATCH 3/7 v4] k3dma: Fix dma err offsets John Stultz
2016-08-22 22:56 ` [RESEND][PATCH 4/7 v4] k3dma: Fix "nobody cared" message seen on any error John Stultz
2016-08-22 22:56 ` [RESEND][PATCH 5/7 v4] k3dma: Fix occasional DMA ERR issue by using proper dma api John Stultz
2016-08-22 22:56 ` [RESEND][PATCH 6/7 v4] k3dma: Fix memory handling in preparation for cyclic mode John Stultz
2016-08-22 22:56 ` [RESEND][PATCH 7/7 v4] k3dma: Add cyclic mode for audio John Stultz

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=20160829081553.GB9355@localhost \
    --to=vinod.koul@intel.com \
    --cc=andy@warmcat.com \
    --cc=broonie@kernel.org \
    --cc=dan.j.williams@intel.com \
    --cc=john.stultz@linaro.org \
    --cc=k.kozlowski@samsung.com \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=maxime.ripard@free-electrons.com \
    --cc=zhangfei.gao@linaro.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