* [regression] x86-64, mem: Convert memmove() to assembly file and fix return value bug
@ 2011-03-25 8:19 Alexey Fisher
2011-03-25 8:29 ` Yu, Fenghua
0 siblings, 1 reply; 3+ messages in thread
From: Alexey Fisher @ 2011-03-25 8:19 UTC (permalink / raw)
To: kernel-testers-u79uwXL29TY76Z2rM5mHXA; +Cc: Fenghua Yu, H. Peter Anvin
Hallo,
kernel fails to compile with this message:
linux-2.6/arch/x86/lib/memmove_64.c: No such file or directory
regression introduced by patch:
commit 9599ec0471deae24044241e2173090d2cbc0e899
Author: Fenghua Yu <fenghua.yu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Date: Mon Jan 17 17:39:15 2011 -0800
x86-64, mem: Convert memmove() to assembly file and fix return value bug
...
--
Regards,
Alexey
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [regression] x86-64, mem: Convert memmove() to assembly file and fix return value bug
2011-03-25 8:19 [regression] x86-64, mem: Convert memmove() to assembly file and fix return value bug Alexey Fisher
@ 2011-03-25 8:29 ` Yu, Fenghua
[not found] ` <493994B35A117E4F832F97C4719C4C04EC4068A8-osO9UTpF0URqS6EAlXoojrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Yu, Fenghua @ 2011-03-25 8:29 UTC (permalink / raw)
To: Alexey Fisher,
kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: H. Peter Anvin
> -----Original Message-----
> From: Alexey Fisher [mailto:bug-track@fisher-privat.net]
> Sent: Friday, March 25, 2011 1:19 AM
> To: kernel-testers@vger.kernel.org
> Cc: Yu, Fenghua; H. Peter Anvin
> Subject: [regression] x86-64, mem: Convert memmove() to assembly file
> and fix return value bug
>
> Hallo,
>
> kernel fails to compile with this message:
> linux-2.6/arch/x86/lib/memmove_64.c: No such file or directory
>
> regression introduced by patch:
> commit 9599ec0471deae24044241e2173090d2cbc0e899
> Author: Fenghua Yu <fenghua.yu@intel.com>
> Date: Mon Jan 17 17:39:15 2011 -0800
> x86-64, mem: Convert memmove() to assembly file and fix return value
> bug
You need "make mrproper" to clean up dependency before you build a new kernel. Make is confused by previous memmove_64.S file.
There is a tip patch in fixdep.c to remove this kind of dependency. Seems that patch is not in upstream yet.
Thanks.
-Fenghua
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [regression] x86-64, mem: Convert memmove() to assembly file and fix return value bug
[not found] ` <493994B35A117E4F832F97C4719C4C04EC4068A8-osO9UTpF0URqS6EAlXoojrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2011-03-25 8:43 ` Alexey Fisher
0 siblings, 0 replies; 3+ messages in thread
From: Alexey Fisher @ 2011-03-25 8:43 UTC (permalink / raw)
To: Yu, Fenghua
Cc: kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
H. Peter Anvin
Am Freitag, den 25.03.2011, 01:29 -0700 schrieb Yu, Fenghua:
> > -----Original Message-----
> > From: Alexey Fisher [mailto:bug-track-M18mAb7Tlt0yCq4wW13eYl6hYfS7NtTn@public.gmane.org]
> > Sent: Friday, March 25, 2011 1:19 AM
> > To: kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> > Cc: Yu, Fenghua; H. Peter Anvin
> > Subject: [regression] x86-64, mem: Convert memmove() to assembly file
> > and fix return value bug
> >
> > Hallo,
> >
> > kernel fails to compile with this message:
> > linux-2.6/arch/x86/lib/memmove_64.c: No such file or directory
> >
> > regression introduced by patch:
> > commit 9599ec0471deae24044241e2173090d2cbc0e899
> > Author: Fenghua Yu <fenghua.yu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> > Date: Mon Jan 17 17:39:15 2011 -0800
> > x86-64, mem: Convert memmove() to assembly file and fix return value
> > bug
>
> You need "make mrproper" to clean up dependency before you build a new kernel. Make is confused by previous memmove_64.S file.
>
> There is a tip patch in fixdep.c to remove this kind of dependency. Seems that patch is not in upstream yet.
>
> Thanks.
Thank you,
make mrproper, fixed it.
--
Regards,
Alexey
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-25 8:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-25 8:19 [regression] x86-64, mem: Convert memmove() to assembly file and fix return value bug Alexey Fisher
2011-03-25 8:29 ` Yu, Fenghua
[not found] ` <493994B35A117E4F832F97C4719C4C04EC4068A8-osO9UTpF0URqS6EAlXoojrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2011-03-25 8:43 ` Alexey Fisher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).