From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
To: Sakari Ailus <sakari.ailus@iki.fi>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>,
Mauro Carvalho Chehab <mchehab@osg.samsung.com>,
linux-kernel@vger.kernel.org, linux-media@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
hverkuil@xs4all.nl, pawel@osciak.com, kyungmin.park@samsung.com
Subject: Re: [PATCH] [media] media: Kconfig: add dependency of HAS_DMA
Date: Wed, 3 Feb 2016 13:31:03 +0530 [thread overview]
Message-ID: <20160203080103.GB6801@sudip-pc> (raw)
In-Reply-To: <20160114084658.GK576@valkosipuli.retiisi.org.uk>
Hi Mauro,
On Thu, Jan 14, 2016 at 10:46:59AM +0200, Sakari Ailus wrote:
> Hi Marek and Sudip,
>
> On Wed, Jan 13, 2016 at 03:36:39PM +0100, Marek Szyprowski wrote:
> > Hello,
> >
> > On 2016-01-12 15:10, Sakari Ailus wrote:
> > >On Mon, Jan 11, 2016 at 06:23:11PM +0530, Sudip Mukherjee wrote:
> > >>On Wed, Dec 30, 2015 at 06:56:03PM +0530, Sudip Mukherjee wrote:
> > >>>The build of m32r allmodconfig fails with the error:
> > >>>drivers/media/v4l2-core/videobuf2-dma-contig.c:484:2:
> > >>> error: implicit declaration of function 'dma_get_cache_alignment'
> > >>>
> > >>>The build of videobuf2-dma-contig.c depends on HAS_DMA and it is
> > >>>correctly mentioned in the Kconfig but the symbol VIDEO_STI_BDISP also
> > >>>selects VIDEOBUF2_DMA_CONTIG, so it is trying to compile
> > >>>videobuf2-dma-contig.c even though HAS_DMA is not defined.
> > >>>
> > >>>Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
> > >>>---
> > >>A gentle ping. m32r allmodconfig still fails with next-20160111. Build
> > >>log is at:
> > >>https://travis-ci.org/sudipm-mukherjee/parport/jobs/101536379
> > >Hi Sudip,
> > >
> > >Even though the issue now manifests itself on m32r, the problem is wider
> > >than that: dma_get_cache_alignment() is only defined if CONFIG_HAS_DMA is
> > >set.
> > >
> > >I wonder if using videobuf2-dma-contig makes any sense if HAS_DMA is
> > >disabled, so perhaps it'd be possible to make it depend on HAS_DMA.
> >
> > VIDEOBUF2_DMA_CONTIG already depends on HAS_DMA, but when driver use select
> > directive for enabling support for VIDEOBUF2_DMA_CONTIG, the dependencies
> > are not checked further. This is known limitation/feature of kconfig system.
>
> Thanks for the insight. Sounds like this is the right thing to do then.
>
> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
I got an update from patchwork that it has been accepted, but I still do
not see it in linux-next or in rc2. m32r allmodconfig build still fails.
build log of next-20160203 is at
https://travis-ci.org/sudipm-mukherjee/parport/jobs/106657434
regards
sudip
next prev parent reply other threads:[~2016-02-03 8:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-30 13:26 [PATCH] [media] media: Kconfig: add dependency of HAS_DMA Sudip Mukherjee
2016-01-11 12:53 ` Sudip Mukherjee
2016-01-12 14:10 ` Sakari Ailus
2016-01-12 16:05 ` Sudip Mukherjee
2016-01-13 14:36 ` Marek Szyprowski
2016-01-14 8:46 ` Sakari Ailus
2016-02-03 8:01 ` Sudip Mukherjee [this message]
2016-02-03 19:13 ` Sakari Ailus
2016-01-23 13:55 ` Geert Uytterhoeven
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=20160203080103.GB6801@sudip-pc \
--to=sudipm.mukherjee@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=hverkuil@xs4all.nl \
--cc=kyungmin.park@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=mchehab@osg.samsung.com \
--cc=pawel@osciak.com \
--cc=sakari.ailus@iki.fi \
/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