login
Login
/
Register
Search
Search this site:
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
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Jakub Jelinek
Subject:
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt direction flag
Date: Thursday, March 6, 2008 - 2: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, 8:30 am)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, H. Peter Anvin
, (Wed Mar 5, 9:00 am)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, H.J. Lu
, (Wed Mar 5, 9:56 am)
[PATCH] x86: Clear DF before calling signal handler
, Aurelien Jarno
, (Wed Mar 5, 11:14 am)
Re: [PATCH] x86: Clear DF before calling signal handler
, H. Peter Anvin
, (Wed Mar 5, 11:17 am)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Joe Buck
, (Wed Mar 5, 12:58 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Aurelien Jarno
, (Wed Mar 5, 1:23 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Michael Matz
, (Wed Mar 5, 1:38 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Joe Buck
, (Wed Mar 5, 1:42 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, H. Peter Anvin
, (Wed Mar 5, 1:44 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Jan Hubicka
, (Wed Mar 5, 1:49 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Aurelien Jarno
, (Wed Mar 5, 1:52 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Michael Matz
, (Wed Mar 5, 2:02 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, H. Peter Anvin
, (Wed Mar 5, 2:07 pm)
RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI wrt d ...
, Joe Buck
, (Wed Mar 5, 2:20 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, David Miller
, (Wed Mar 5, 2:23 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, Richard Guenther
, (Wed Mar 5, 2:32 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, H. Peter Anvin
, (Wed Mar 5, 2:34 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, Richard Guenther
, (Wed Mar 5, 2:40 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, Andrew Pinski
, (Wed Mar 5, 2:43 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, Joe Buck
, (Wed Mar 5, 2:43 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, Michael Matz
, (Wed Mar 5, 2:43 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, Richard Guenther
, (Wed Mar 5, 2:44 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, Aurelien Jarno
, (Wed Mar 5, 2:45 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, Joe Buck
, (Wed Mar 5, 3:12 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, David Miller
, (Wed Mar 5, 3:16 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, David Miller
, (Wed Mar 5, 3:17 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, Joe Buck
, (Wed Mar 5, 3:37 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, Michael Matz
, (Wed Mar 5, 3:51 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, H. Peter Anvin
, (Wed Mar 5, 3:58 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, Michael Matz
, (Wed Mar 5, 4:07 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, David Miller
, (Wed Mar 5, 4:10 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, Olivier Galibert
, (Wed Mar 5, 4:12 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, Joe Buck
, (Wed Mar 5, 4:16 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, Olivier Galibert
, (Wed Mar 5, 4:17 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, David Daney
, (Wed Mar 5, 4:21 pm)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, Andi Kleen
, (Thu Mar 6, 1:44 am)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, Jakub Jelinek
, (Thu Mar 6, 2:01 am)
Re: [PATCH] x86: Clear DF before calling signal handler
, Ingo Molnar
, (Thu Mar 6, 2:21 am)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Mikael Pettersson
, (Thu Mar 6, 2:45 am)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Andrew Haley
, (Thu Mar 6, 2:53 am)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Andi Kleen
, (Thu Mar 6, 4:45 am)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Richard Guenther
, (Thu Mar 6, 5:06 am)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, Olivier Galibert
, (Thu Mar 6, 7:06 am)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, H. Peter Anvin
, (Thu Mar 6, 8:20 am)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Joe Buck
, (Thu Mar 6, 10:34 am)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Richard Guenther
, (Thu Mar 6, 1:54 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, H. Peter Anvin
, (Thu Mar 6, 1:56 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Andi Kleen
, (Thu Mar 6, 3:06 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Chris Lattner
, (Thu Mar 6, 9:56 pm)
Re: Linux doesn't follow x86/x86-64 ABI wrt direction flag
, Michael Matz
, (Fri Mar 7, 7:09 am)
Re: RELEASE BLOCKER: Linux doesn't follow x86/x86-64 ABI w ...
, Alexandre Oliva
, (Sat Mar 8, 12:10 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ingo Molnar
Re: [PATCH 0/3] v2 Make hierarchical RCU less IPI-happy and add more tracing
Jeremy Fitzhardinge
Re: Linux 2.6.28.10 and Linux 2.6.29.6 XEN Guest Support Broken x86_64 in BUILD
Nick Piggin
Re: [patch] CFS (Completely Fair Scheduler), v2
Gary Hade
Re: [PATCH 0/5][RFC] Physical PCI slot objects
Dave Johnson
Re: expected behavior of PF_PACKET on NETIF_F_HW_VLAN_RX device?
linux-netdev
:
Arnd Bergmann
Re: 64-bit net_device_stats
Stephens, Allan
RE: [PATCH]: tipc: Fix oops on send prior to entering networked mode
frank.blaschka
[patch 3/5] [PATCH] qeth: support z/VM VSWITCH Port Isolation
Wu Fengguang
Re: [PATCH] dm9601: handle corrupt mac address
David Miller
Re: [PATCH net-2.6.24] Fix refcounting problem with netif_rx_reschedule()
git
:
Junio C Hamano
Re: [PATCH] [RFC] add Message-ID field to log on git-am operation
Junio C Hamano
Re: Handling large files with GIT
Karl
Re: [ANNOUNCE] pg - A patch porcelain for GIT
Josh Triplett
Re: [RFC][PATCH 00/10] Sparse: Git's "make check" target
Pierre Habouzit
Re: [PATCH] git-daemon: more powerful base-path/user-path settings, using formats.
git-commits-head
:
Linux Kernel Mailing List
MIPS: RBTX4939: Fix IOC pin-enable register updating
Linux Kernel Mailing List
regulator: update email address for Liam Girdwood
Linux Kernel Mailing List
[SCSI] ipr: add message to error table
Linux Kernel Mailing List
powerpc/32: Wire up the trampoline code for kdump
Linux Kernel Mailing List
USB: omap_udc: sync with OMAP tree
openbsd-misc
:
Josh Grosse
Re: error : pkg add phpMyAdmin
Brian Candler
Re: OBSD's perspective on SELinux
Jacob Meuser
Re: /dev/audio: Device busy
David Vasek
Re: Inexpensive, low power, "wall wart" computer
William Boshuck
Re: Richard Stallman...
Colocation donated by:
Syndicate