mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* copy_from_user broken on i386 since 2.5.57
@ 2003-01-22 18:31 Brice Goglin
  2003-01-22 18:49 ` Andrew Morton
  2003-01-22 18:50 ` Sam Ravnborg
  0 siblings, 2 replies; 5+ messages in thread
From: Brice Goglin @ 2003-01-22 18:31 UTC (permalink / raw)
  To: linux-kernel; +Cc: tigran, davej, hpa, akpm

Hi,

Trying to compile a very very simple module for 2.5,
I got an error from gcc saying that assembly code
is incorrect.
This problem appeared in 2.5.57 and is still here
in 2.5.59.
I only tried on i386.

Here's a very simple example code :

#define __KERNEL__
#define MODULE
#include "linux/module.h"
#include "asm/uaccess.h"

int func(void *to, const void *from) {
  return __copy_from_user(to, from, 1);
}


Here's gcc report :

mp760:~/tmp% gcc user.c -c -o user.o -Ipath_to_2.5.57/include
/tmp/cceAbcRd.s: Assembler messages:
/tmp/cceAbcRd.s:120: Error: `%al' not allowed with `movl'
/tmp/cceAbcRd.s:124: Error: `%al' not allowed with `xorl'
/tmp/cceAbcRd.s:209: Warning: using `%eax' instead of `%ax' due to `l' suffix
/tmp/cceAbcRd.s:213: Warning: using `%eax' instead of `%ax' due to `l' suffix
/tmp/cceAbcRd.s:213: Warning: using `%eax' instead of `%ax' due to `l' suffix


Regards

Brice Goglin
============
Ph.D Student
Laboratoire de l'Informatique et du Parallélisme
ENS Lyon
France

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-01-24  3:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-22 18:31 copy_from_user broken on i386 since 2.5.57 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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome