login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
March
»
6
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt direction flag
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Jakub Jelinek <jakub@...>
To: Andi Kleen <andi@...>
Cc: H. Peter Anvin <hpa@...>, Richard Guenther <richard.guenther@...>, Joe Buck <Joe.Buck@...>, Michael Matz <matz@...>, Jan Hubicka <hubicka@...>, Aurelien Jarno <aurelien@...>, <linux-kernel@...>, <gcc@...>
Subject:
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt direction flag
Date: Thursday, March 6, 2008 - 5:01 am
On Thu, Mar 06, 2008 at 09:44:05AM +0100, Andi Kleen wrote:
quoted text
> "H. Peter Anvin" <hpa@zytor.com> writes: > > > Richard Guenther wrote: > > > We didn't yet run into this issue and build openSUSE with 4.3 since > > > more than > > > three month. > > > > > > > Well, how often do you take a trap inside an overlapping memmove()? > > That was the state with older gcc, but with newer gcc it does not necessarily > reset the flag before the next function call. > > so e.g. if you have > > memmove(...) > for (... very long loop .... ) { > /* no function calls */ > /* signals happen */ > } > > the signal could see the direction flag
memmove is supposed to (and does) do a cld insn after it finishes the backward copying. Jakub --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Aurelien Jarno
, (Wed Mar 5, 11:30 am)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, H.J. Lu
, (Wed Mar 5, 12:56 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, H. Peter Anvin
, (Wed Mar 5, 12:00 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Joe Buck
, (Wed Mar 5, 3:58 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Aurelien Jarno
, (Wed Mar 5, 4:23 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Mikael Pettersson
, (Thu Mar 6, 5:45 am)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Michael Matz
, (Wed Mar 5, 4:38 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, H. Peter Anvin
, (Wed Mar 5, 4:44 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Aurelien Jarno
, (Wed Mar 5, 4:52 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Andrew Haley
, (Thu Mar 6, 5:53 am)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Andi Kleen
, (Thu Mar 6, 7:45 am)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Richard Guenther
, (Thu Mar 6, 8:06 am)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Joe Buck
, (Thu Mar 6, 1:34 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Richard Guenther
, (Thu Mar 6, 4:54 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, H. Peter Anvin
, (Thu Mar 6, 4:56 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Andi Kleen
, (Thu Mar 6, 6:06 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Michael Matz
, (Fri Mar 7, 10:09 am)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Chris Lattner
, (Fri Mar 7, 12:56 am)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, David Miller
, (Wed Mar 5, 5:23 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Joe Buck
, (Wed Mar 5, 4:42 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Jan Hubicka
, (Wed Mar 5, 4:49 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Michael Matz
, (Wed Mar 5, 5:02 pm)
RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt dir...
, Joe Buck
, (Wed Mar 5, 5:20 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, Michael Matz
, (Wed Mar 5, 5:43 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, Olivier Galibert
, (Wed Mar 5, 7:17 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, David Daney
, (Wed Mar 5, 7:21 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, Olivier Galibert
, (Thu Mar 6, 10:06 am)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, Alexandre Oliva
, (Sat Mar 8, 3:10 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, David Miller
, (Wed Mar 5, 6:17 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, Joe Buck
, (Wed Mar 5, 6:12 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, Andrew Pinski
, (Wed Mar 5, 5:43 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, Richard Guenther
, (Wed Mar 5, 5:32 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, Aurelien Jarno
, (Wed Mar 5, 5:45 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, H. Peter Anvin
, (Wed Mar 5, 5:34 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, Andi Kleen
, (Thu Mar 6, 4:44 am)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, Jakub Jelinek
, (Thu Mar 6, 5:01 am)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, H. Peter Anvin
, (Thu Mar 6, 11:20 am)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, Richard Guenther
, (Wed Mar 5, 5:40 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, David Miller
, (Wed Mar 5, 6:16 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, Michael Matz
, (Wed Mar 5, 6:51 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, H. Peter Anvin
, (Wed Mar 5, 6:58 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, Michael Matz
, (Wed Mar 5, 7:07 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, Olivier Galibert
, (Wed Mar 5, 7:12 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, David Miller
, (Wed Mar 5, 7:10 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, Joe Buck
, (Wed Mar 5, 7:16 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, Joe Buck
, (Wed Mar 5, 6:37 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, Joe Buck
, (Wed Mar 5, 5:43 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt...
, Richard Guenther
, (Wed Mar 5, 5:44 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, H. Peter Anvin
, (Wed Mar 5, 5:07 pm)
[PATCH] x86: Clear DF before calling signal handler
, Aurelien Jarno
, (Wed Mar 5, 2:14 pm)
Re: [PATCH] x86: Clear DF before calling signal handler
, Ingo Molnar
, (Thu Mar 6, 5:21 am)
Re: [PATCH] x86: Clear DF before calling signal handler
, H. Peter Anvin
, (Wed Mar 5, 2:17 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Jens Axboe
Re: [BUG] New Kernel Bugs
Faik Uygur
Re: Linux 2.6.21-rc1
Ingo Molnar
[patch 02/13] syslets: add syslet.h include file, user API/ABI definitions
Greg Kroah-Hartman
[PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO
git
:
linux-netdev
:
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
Jarek Poplawski
Re: Data corruption issue with splice() on 2.6.27.10
Steven Rostedt
Re: -rt scheduling: wakeup bug?
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
14 users
and
938 guests
online.
Online users
floridacheapca
zeekec
internetmarkwxm
macesprayiabe
mis-soldppi
elmasguapodelm
nhlawyersdsxq
licassar
howtocreateasa
strcmp
francorizzo83
boschdiswashwbc
cleanupregistr
utilitytime72
Syndicate