mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Brice Goglin <bgoglin@ens-lyon.fr>
Cc: linux-kernel@vger.kernel.org, tigran@veritas.com, davej@suse.de,
	hpa@zytor.com, akpm@digeo.com
Subject: Re: copy_from_user broken on i386 since 2.5.57
Date: Wed, 22 Jan 2003 19:50:47 +0100	[thread overview]
Message-ID: <20030122185047.GA927@mars.ravnborg.org> (raw)
In-Reply-To: <20030122183148.GB23109@ens-lyon.fr>

On Wed, Jan 22, 2003 at 07:31:48PM +0100, Brice Goglin wrote:
> Hi,
> 
> Trying to compile a very very simple module for 2.5,
> I got an error from gcc saying that assembly code
> is incorrect.
[snip]
> 
> Here's gcc report :
> 
> mp760:~/tmp% gcc user.c -c -o user.o -Ipath_to_2.5.57/include

Use:
make -C path/to/kernel/src SUBDIRS=$PWD modules

The way you specify is broken with recent kernels.
Btw. do not define __KERNEL__ and MODULE, thats already done,
when compiling a module like this.

	Sam

      parent reply	other threads:[~2003-01-22 18:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-22 18:31 Brice Goglin
2003-01-22 18:49 ` Andrew Morton
2003-01-23 23:22   ` Bill Davidsen
     [not found]   ` <Pine.LNX.3.96.1030123182133.9688A-100000@gatekeeper.tmr.co m>
2003-01-24  3:35     ` Mike Galbraith
2003-01-22 18:50 ` Sam Ravnborg [this message]

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=20030122185047.GA927@mars.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=akpm@digeo.com \
    --cc=bgoglin@ens-lyon.fr \
    --cc=davej@suse.de \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tigran@veritas.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome