login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
3
Re: [bug] crash when reading /proc/mounts (was: Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..)
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Ingo Molnar
Subject:
Re: [bug] crash when reading /proc/mounts (was: Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..)
Date: Wednesday, October 3, 2007 - 8:49 am
* Linus Torvalds <torvalds@linux-foundation.org> wrote:
quoted text
> Your compiler generates > > movl -16(%ebp),%edx > movl (%edx),%edi /* this is _totally_ bogus! */ > incl %edx > movl %edx,-16(%ebp) > movl %edi,%ecx > testb %cl,%cl > je ...
ah, ok.
quoted text
> while I get (gcc version 4.1.2 20070925 (Red Hat 4.1.2-28)): > > movl -16(%ebp), %eax # p, > movzbl (%eax), %edi #, c /* not bogus! */ > movl %edi, %edx # c, > testb %dl, %dl # > je .L64 #, > incl %eax # > movsbl %dl,%ebx #, D.12414 > movl %eax, -16(%ebp) #, p > > where the difference (apart from doing the increment differently and > different register allocation) is that I have a "movzbl" (correct), > while you have a "movl" (pure and utter crap).
i'll try with another compiler in a minute. Ingo -
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 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Linus Torvalds
, (Mon Oct 1, 8:41 pm)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Thomas Gleixner
, (Tue Oct 2, 2:17 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Andi Kleen
, (Tue Oct 2, 2:21 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Jeff Garzik
, (Tue Oct 2, 3:37 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Andi Kleen
, (Tue Oct 2, 3:48 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Thomas Gleixner
, (Tue Oct 2, 4:05 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Jiri Kosina
, (Tue Oct 2, 5:04 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Mel Gorman
, (Tue Oct 2, 5:07 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Ingo Molnar
, (Tue Oct 2, 5:15 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Ingo Molnar
, (Tue Oct 2, 7:07 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Andi Kleen
, (Tue Oct 2, 7:23 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Ingo Molnar
, (Tue Oct 2, 7:31 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, John Stoffel
, (Tue Oct 2, 7:44 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Andi Kleen
, (Tue Oct 2, 7:54 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Sam Ravnborg
, (Tue Oct 2, 7:58 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Ingo Molnar
, (Tue Oct 2, 8:03 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Andi Kleen
, (Tue Oct 2, 8:24 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Ingo Molnar
, (Tue Oct 2, 8:27 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Thomas Gleixner
, (Tue Oct 2, 8:30 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Sam Ravnborg
, (Tue Oct 2, 8:40 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, John Stoffel
, (Tue Oct 2, 8:45 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Mel Gorman
, (Tue Oct 2, 10:21 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Andrew Morton
, (Tue Oct 2, 1:11 pm)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Rafael J. Wysocki
, (Tue Oct 2, 1:12 pm)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Rafael J. Wysocki
, (Tue Oct 2, 1:31 pm)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Roland Dreier
, (Tue Oct 2, 1:32 pm)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Bill Davidsen
, (Tue Oct 2, 3:09 pm)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Bill Davidsen
, (Tue Oct 2, 3:13 pm)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Willy Tarreau
, (Tue Oct 2, 3:44 pm)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Alistair John Strachan
, (Tue Oct 2, 3:51 pm)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Glauber de Oliveira ...
, (Tue Oct 2, 4:00 pm)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Diego Calleja
, (Tue Oct 2, 4:07 pm)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Linus Torvalds
, (Tue Oct 2, 4:32 pm)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Mel Gorman
, (Tue Oct 2, 5:37 pm)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Eric St-Laurent
, (Tue Oct 2, 8:53 pm)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Ingo Molnar
, (Wed Oct 3, 1:19 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Ingo Molnar
, (Wed Oct 3, 1:21 am)
[bug] crash when reading /proc/mounts (was: Re: Linux 2.6. ...
, Ingo Molnar
, (Wed Oct 3, 1:46 am)
Re: [bug] crash when reading /proc/mounts (was: Re: Linux ...
, Ingo Molnar
, (Wed Oct 3, 1:50 am)
Re: [bug] crash when reading /proc/mounts (was: Re: Linux ...
, Ingo Molnar
, (Wed Oct 3, 2:12 am)
Re: [bug] crash when reading /proc/mounts (was: Re: Linux ...
, Ingo Molnar
, (Wed Oct 3, 2:23 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Mel Gorman
, (Wed Oct 3, 5:51 am)
Re: [bug] crash when reading /proc/mounts (was: Re: Linux ...
, Al Viro
, (Wed Oct 3, 6:34 am)
Re: [bug] crash when reading /proc/mounts (was: Re: Linux ...
, Ingo Molnar
, (Wed Oct 3, 7:08 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Timo Jantunen
, (Wed Oct 3, 7:21 am)
Re: [bug] crash when reading /proc/mounts (was: Re: Linux ...
, Al Viro
, (Wed Oct 3, 7:26 am)
Re: [bug] crash when reading /proc/mounts (was: Re: Linux ...
, Linus Torvalds
, (Wed Oct 3, 8:11 am)
Re: [bug] crash when reading /proc/mounts (was: Re: Linux ...
, Arjan van de Ven
, (Wed Oct 3, 8:12 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Diego Calleja
, (Wed Oct 3, 8:28 am)
Re: [bug] crash when reading /proc/mounts (was: Re: Linux ...
, Ingo Molnar
, (Wed Oct 3, 8:40 am)
Re: [bug] crash when reading /proc/mounts (was: Re: Linux ...
, Linus Torvalds
, (Wed Oct 3, 8:47 am)
Re: [bug] crash when reading /proc/mounts (was: Re: Linux ...
, Ingo Molnar
, (Wed Oct 3, 8:49 am)
Re: [bug] crash when reading /proc/mounts (was: Re: Linux ...
, Alan Cox
, (Wed Oct 3, 8:51 am)
Re: [bug] crash when reading /proc/mounts (was: Re: Linux ...
, Linus Torvalds
, (Wed Oct 3, 9:07 am)
Re: [bug] crash when reading /proc/mounts (was: Re: Linux ...
, Ingo Molnar
, (Wed Oct 3, 9:07 am)
Re: [bug] crash when reading /proc/mounts (was: Re: Linux ...
, Linus Torvalds
, (Wed Oct 3, 9:09 am)
Re: [bug] crash when reading /proc/mounts (was: Re: Linux ...
, Jan Engelhardt
, (Wed Oct 3, 9:25 am)
Re: [bug] crash when reading /proc/mounts (was: Re: Linux ...
, Linus Torvalds
, (Wed Oct 3, 10:07 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Jeff Garzik
, (Wed Oct 3, 12:07 pm)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Linus Torvalds
, (Wed Oct 3, 12:25 pm)
[patch] net, 9p: build fix with !CONFIG_SYSCTL
, Ingo Molnar
, (Thu Oct 4, 4:55 am)
Re: [bug] crash when reading /proc/mounts (was: Re: Linux ...
, Adrian Bunk
, (Thu Oct 4, 7:12 am)
Re: [bug] crash when reading /proc/mounts (was: Re: Linux ...
, Alexey Dobriyan
, (Thu Oct 4, 8:08 am)
[BUG] Linux 2.6.23-rc9 and MAX_ARG_PAGES
, Mathieu Chouquet-Str ...
, (Thu Oct 4, 10:05 am)
Re: [BUG] Linux 2.6.23-rc9 and MAX_ARG_PAGES
, Peter Zijlstra
, (Thu Oct 4, 10:17 am)
Re: [BUG] Linux 2.6.23-rc9 and MAX_ARG_PAGES
, Linus Torvalds
, (Thu Oct 4, 10:27 am)
Re: [BUG] Linux 2.6.23-rc9 and MAX_ARG_PAGES
, Mathieu Chouquet-Str ...
, (Thu Oct 4, 1:44 pm)
Re: [BUG] Linux 2.6.23-rc9 and MAX_ARG_PAGES
, Mathieu Chouquet-Str ...
, (Thu Oct 4, 1:47 pm)
Re: [BUG] Linux 2.6.23-rc9 and MAX_ARG_PAGES
, Linus Torvalds
, (Thu Oct 4, 2:21 pm)
Re: [BUG] Linux 2.6.23-rc9 and MAX_ARG_PAGES
, Chuck Ebbert
, (Thu Oct 4, 2:50 pm)
Re: [BUG] Linux 2.6.23-rc9 and MAX_ARG_PAGES
, Mathieu Chouquet-Str ...
, (Thu Oct 4, 2:54 pm)
Re: [BUG] Linux 2.6.23-rc9 and MAX_ARG_PAGES
, Mathieu Chouquet-Str ...
, (Thu Oct 4, 2:58 pm)
Re: [BUG] Linux 2.6.23-rc9 and MAX_ARG_PAGES
, Paul Mackerras
, (Thu Oct 4, 3:27 pm)
Re: [BUG] Linux 2.6.23-rc9 and MAX_ARG_PAGES
, Linus Torvalds
, (Thu Oct 4, 5:12 pm)
Re: [BUG] Linux 2.6.23-rc9 and MAX_ARG_PAGES
, Mathieu Chouquet-Str ...
, (Thu Oct 4, 8:22 pm)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Ingo Molnar
, (Thu Oct 4, 10:38 pm)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Ingo Molnar
, (Thu Oct 4, 10:41 pm)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Sam Ravnborg
, (Thu Oct 4, 11:11 pm)
Re: [BUG] Linux 2.6.23-rc9 and MAX_ARG_PAGES
, Peter Zijlstra
, (Fri Oct 5, 12:43 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Thomas Gleixner
, (Fri Oct 5, 1:32 am)
Re: [BUG] Linux 2.6.23-rc9 and MAX_ARG_PAGES
, Hans-Peter Jansen
, (Sat Oct 6, 1:29 am)
Re: [BUG] Linux 2.6.23-rc9 and MAX_ARG_PAGES
, Hans-Peter Jansen
, (Sat Oct 6, 4:29 am)
Re: [BUG] Linux 2.6.23-rc9 and MAX_ARG_PAGES
, Bill Davidsen
, (Sat Oct 6, 10:36 am)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Alistair John Strachan
, (Sun Oct 7, 4:44 pm)
Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
, Ingo Molnar
, (Mon Oct 22, 8:56 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
jimmy bahuleyan
Re: how about mutual compatibility between Linux's GPLv2 and GPLv3?
Andrew Morton
Re: 2.6.26-rc2-mm1
James Bottomley
Re: INITIO scsi driver fails to work properly
Kamalesh Babulal
Re: [BUG] 2.6.25-rc5-mm1 kernel panic with "Exception: 501 " on powerpc
git-commits-head
:
Linux Kernel Mailing List
amba: struct device - replace bus_id with dev_name(), dev_set_name()
Linux Kernel Mailing List
cpumask: make irq_set_affinity() take a const struct cpumask
Linux Kernel Mailing List
[ARM] move include/asm-arm to arch/arm/include/asm
Linux Kernel Mailing List
FS-Cache: Implement the cookie management part of the netfs API
Linux Kernel Mailing List
x86: remove subarchitecture support
git
:
Junio C Hamano
Re: mingw, windows, crlf/lf, and git
Santi Béjar
Re: How to use git-fmt-merge-msg?
Johannes Sixt
Re: Trying to use git-filter-branch to compress history by removing large, obsol...
Nicolas Pitre
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle
Junio C Hamano
Re: [PATCH 1/2] Teach git-describe to display distances from tags.
freebsd-current
:
Michael Moll
Re: Unable to boot on ECS K7S5A
FreeBSD Tinderbox
[head tinderbox] failure on ia64/ia64
Jack Vogel
RFC: Capability addition for IEEE 1588
Julian Elischer
oh-oh .. 128 processors..
Stefan Lambrev
rtfree: 0xc741ee88 has 1 refs
linux-netdev
:
Arnaud Ebalard
Re: [REGRESSION,BISECTED] MIPv6 support broken by f4f914b58019f0
jamal
RE: [PATCH 1/4] [NET_SCHED] explict hold dev tx lock
Patrick Ohly
[RFC PATCH 04/13] net: implement generic SOF_TIMESTAMPING_TX_* support
Ben Hutchings
[PATCH 11/11] sfc: Replace stats_enabled flag with a disable count
Jesse Barnes
Re: [PATCH] pci: fix kexec with power state D3
Colocation donated by:
Syndicate