All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: Martin Michlmayr <tbm@cyrius.com>
Cc: MIPS Linux List <linux-mips@linux-mips.org>,
	Stuart Anderson <anderson@netsweng.com>
Subject: Re: linux kernel building for mips malta target board
Date: Wed, 18 Jan 2006 13:05:59 +0000	[thread overview]
Message-ID: <20060118130559.GB3555@linux-mips.org> (raw)
In-Reply-To: <20060118125203.GA21997@deprecation.cyrius.com>

On Wed, Jan 18, 2006 at 12:52:03PM +0000, Martin Michlmayr wrote:

> * Ralf Baechle <ralf@linux-mips.org> [2005-11-03 16:33]:
> > > There was a comment on IRC that there was a register allocation issue which
> > > lead to the current code. I'm not sure of the exact details, but I _think_
> > > this change ends up being equivilent to the code it replaces.
> > 
> > It's correct - but triggers plenty of extra warnings and you forgot about
> > get_user() which has the same kind of issue.  Also you don't have the
> > guarantee that <linux/types.h> has been included, so in order to avoid a
> > yet another header file dependency I changed s8, s16 etc. to char, short,
> > int, long long.  Working on it but as usual uaccess.h is quite a quiz.
> 
> What's the status of this?
> 
> With current linux-mips git I still get the problem.  As a reminder,
> the error is:
> 
>   CC      fs/compat_ioctl.o
> fs/compat_ioctl.c: In function 'fd_ioctl_trans':
> fs/compat_ioctl.c:1831: error: read-only variable '__gu_val' used as 'asm' output
> fs/compat_ioctl.c:1831: error: read-only variable '__gu_val' used as 'asm' output
> fs/compat_ioctl.c:1831: error: read-only variable '__gu_val' used as 'asm' output
> fs/compat_ioctl.c:1831: error: read-only variable '__gu_val' used as 'asm' output
> make[1]: *** [fs/compat_ioctl.o] Error 1

I have not been able to find some construct that keeps gcc happy and at the
same time doesn't result in significantly worse code.  That matters because
get_user / put_user are used very often throughout the kernel.

  Ralf

  reply	other threads:[~2006-01-18 13:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1EXLJV-0005R4-K3@real.realitydiluted.com>
2005-11-03  0:45 ` linux kernel building for mips malta target board David Daney
2005-11-03  1:02   ` Stuart Anderson
2005-11-03  1:19     ` David Daney
2005-11-03  2:20       ` Stuart Anderson
2005-11-03 16:33         ` Ralf Baechle
2006-01-18 12:52           ` Martin Michlmayr
2006-01-18 13:05             ` Ralf Baechle [this message]
2006-01-18 13:37               ` Martin Michlmayr

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=20060118130559.GB3555@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=anderson@netsweng.com \
    --cc=linux-mips@linux-mips.org \
    --cc=tbm@cyrius.com \
    /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.