Linux s390 Architecture development
 help / color / mirror / Atom feed
From: Martin Schwidefsky <schwidefsky@de.ibm.com>
To: Greg KH <gregkh@suse.de>
Cc: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>,
	linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	devel@driverdev.osuosl.org, heiko.carstens@de.ibm.com,
	linux-s390@vger.kernel.org
Subject: Re: next-20091007 - comedi driver build breaks on S390x
Date: Wed, 7 Oct 2009 17:34:15 +0200	[thread overview]
Message-ID: <20091007173415.5155d995@mschwide.boeblingen.de.ibm.com> (raw)
In-Reply-To: <20091007130744.GA26081@suse.de>

On Wed, 7 Oct 2009 06:07:44 -0700
Greg KH <gregkh@suse.de> wrote:

> On Wed, Oct 07, 2009 at 04:24:58PM +0530, Kamalesh Babulal wrote:
> > Hi Greg,
> > 
> > 	next-20091007 randconfig build breaks on s390x with build error
> > 
> > drivers/staging/comedi/comedi_fops.c: In function 'comedi_mmap':
> > drivers/staging/comedi/comedi_fops.c:1453: error: 'PAGE_SHARED' undeclared (first use in this function)
> > drivers/staging/comedi/comedi_fops.c:1453: error: (Each undeclared identifier is reported only once
> > drivers/staging/comedi/comedi_fops.c:1453: error: for each function it appears in.)
> > make[3]: *** [drivers/staging/comedi/comedi_fops.o] Error 1
> 
> Odd.  What changed in the header files to cause this?

The problem has always been present, only now did randconfig find it.
The compile breaks because PAGE_SHARED is not defined for s390. The
equivalent define for s390 is PAGE_RW. The problem has not shown up so
far because all drivers who use the remap_pfn_range call with
PAGE_SHARED has dependencies not available on s390, e.g. CONFIG_PCI.

To fix this I see are two options: 1) add a PAGE_SHARED define to
arch/s390/include/asm/pgtable.h, 2) make comedi depend on !S390.

-- 
blue skies,
   Martin.

"Reality continues to ruin my life." - Calvin.

  reply	other threads:[~2009-10-07 15:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20091007173517.abfcfa2a.sfr@canb.auug.org.au>
2009-10-07 10:54 ` next-20091007 - comedi driver build breaks on S390x Kamalesh Babulal
2009-10-07 13:07   ` Greg KH
2009-10-07 15:34     ` Martin Schwidefsky [this message]
2009-10-07 17:27       ` Greg KH
2009-10-08  8:55         ` Martin Schwidefsky

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=20091007173415.5155d995@mschwide.boeblingen.de.ibm.com \
    --to=schwidefsky@de.ibm.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@suse.de \
    --cc=heiko.carstens@de.ibm.com \
    --cc=kamalesh@linux.vnet.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    /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