login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
June
»
30
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into per cpu area
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Jeremy Fitzhardinge <jeremy@...>
To: Mike Travis <travis@...>
Cc: Eric W. Biederman <ebiederm@...>, Christoph Lameter <clameter@...>, Linux Kernel Mailing List <linux-kernel@...>, H. Peter Anvin <hpa@...>
Subject:
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into per cpu area
Date: Monday, June 30, 2008 - 1:43 pm
Mike Travis wrote:
quoted text
> Eric W. Biederman wrote: > >> Mike Travis <travis@sgi.com> writes: >> > ... > >>> Can we generate a new symbol which would account for LOAD_OFFSET? >>> >> Ouch. Absolute symbols indeed. On the 32bit kernel that may play havoc >> with the relocatable kernel, although we have had similar absolute logic >> for the last year. With __per_cpu_start and __per_cpu_end so it may >> not be a problem. >> >> To initialize the percpu data you do want to talk to the virtual address >> at __per_coup_load. But it is absolute Ugh. >> >> It might be worth saying something like. >> .data.percpu.start : AT(.data.percpu.dummy - LOAD_OFFSET) { >> DATA(0) >> . = ALIGN(align); >> __per_cpu_load = . ; >> } >> To make __per_cpu_load a relative symbol. ld has a bad habit of taking >> symbols out of empty sections and making them absolute. Which is why >> I added the DATA(0). >> >> Still I don't think that would be the 64bit problem. >> >> Eric >> > > FYI, I did try this out and it caused the bootloader to scramble the > loaded data. The first corruption I found was the .x86cpuvendor.init > section contained all zeroes.
Well, that's what appeared to be happening with the pre-initialized GDT as well, so I'm not sure that's a new symptom. J --
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:
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Jeremy Fitzhardinge
, (Fri Jun 20, 1:25 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Christoph Lameter
, (Fri Jun 20, 1:48 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Jeremy Fitzhardinge
, (Fri Jun 20, 2:37 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Fri Jun 20, 3:06 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Eric W. Biederman
, (Fri Jun 20, 4:25 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Mon Jun 30, 1:07 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Jeremy Fitzhardinge
, (Mon Jun 30, 1:43 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, H. Peter Anvin
, (Mon Jun 30, 1:18 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Mon Jun 30, 1:57 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Eric W. Biederman
, (Mon Jun 30, 4:50 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Tue Jul 1, 7:49 am)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Jeremy Fitzhardinge
, (Mon Jun 30, 5:08 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Tue Jul 1, 8:09 am)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Eric W. Biederman
, (Tue Jul 1, 4:40 am)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, H. Peter Anvin
, (Tue Jul 1, 12:56 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Eric W. Biederman
, (Tue Jul 1, 2:41 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Jeremy Fitzhardinge
, (Tue Jul 1, 1:26 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Eric W. Biederman
, (Tue Jul 1, 4:40 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Andi Kleen
, (Tue Jul 1, 5:11 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Eric W. Biederman
, (Tue Jul 1, 5:42 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Jeremy Fitzhardinge
, (Tue Jul 1, 5:10 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Eric W. Biederman
, (Tue Jul 1, 5:39 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, H. Peter Anvin
, (Tue Jul 1, 10:01 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Eric W. Biederman
, (Tue Jul 1, 11:08 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Jeremy Fitzhardinge
, (Tue Jul 1, 5:52 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, H. Peter Anvin
, (Tue Jul 1, 8:20 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Tue Jul 1, 9:15 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Tue Jul 1, 9:44 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, H. Peter Anvin
, (Tue Jul 1, 9:45 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Wed Jul 2, 6:50 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Eric W. Biederman
, (Thu Jul 3, 12:34 am)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Mon Jul 7, 1:17 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Eric W. Biederman
, (Mon Jul 7, 3:46 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Tue Jul 8, 2:21 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Eric W. Biederman
, (Tue Jul 8, 7:36 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Wed Jul 9, 10:37 am)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Eric W. Biederman
, (Wed Jul 9, 6:38 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Wed Jul 9, 7:30 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Eric W. Biederman
, (Wed Jul 9, 8:04 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Jeremy Fitzhardinge
, (Tue Jul 8, 7:49 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Fri Jul 25, 4:06 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Jeremy Fitzhardinge
, (Fri Jul 25, 4:12 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Fri Jul 25, 4:34 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Jeremy Fitzhardinge
, (Fri Jul 25, 4:43 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Fri Jul 25, 5:05 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Wed Jul 9, 10:39 am)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Tue Jul 1, 9:55 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, H. Peter Anvin
, (Tue Jul 1, 9:40 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Eric W. Biederman
, (Tue Jul 1, 9:32 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Tue Jul 1, 9:51 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Eric W. Biederman
, (Tue Jul 1, 10:50 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Jeremy Fitzhardinge
, (Tue Jul 1, 12:27 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Tue Jul 1, 12:55 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Mon Jun 23, 12:55 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Jeremy Fitzhardinge
, (Mon Jun 23, 1:33 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Mon Jun 23, 2:04 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Mon Jun 23, 2:36 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Jeremy Fitzhardinge
, (Mon Jun 23, 3:41 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Mon Jun 23, 8:02 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Christoph Lameter
, (Fri Jun 20, 4:55 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Christoph Lameter
, (Fri Jun 20, 2:51 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Jeremy Fitzhardinge
, (Fri Jun 20, 3:04 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Eric W. Biederman
, (Fri Jun 20, 3:43 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Fri Jun 20, 4:04 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Christoph Lameter
, (Fri Jun 20, 4:37 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, H. Peter Anvin
, (Fri Jun 20, 3:21 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Mike Travis
, (Fri Jun 20, 2:30 pm)
Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
, Jeremy Fitzhardinge
, (Fri Jun 20, 2:40 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
[GIT PATCH] driver core patches against 2.6.24
James Bottomley
Re: Announce: Linux-next (Or Andrew's dream :-))
Andrew Morton
echo mem > /sys/power/state
Peter Zijlstra
[PATCH 00/23] per device dirty throttling -v8
git
:
linux-netdev
:
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
David Miller
[GIT]: Networking
Gerrit Renker
[PATCH 18/37] dccp: Support for Mandatory options
Michael S. Tsirkin
Re: [RFC PATCH v2 03/19] vbus: add connection-client helper infrastructure
linux-raid
:
NeilBrown
[PATCH 00/18] Assorted md patches headed for 2.6.30
Justin Piszcz
General question (scheduler) with SSDs?
Neil Brown
Re: Any hope for a 27 disk RAID6+1HS array with four disks reporting "No md superb...
Ryan Wagoner
High IO Wait with RAID 1
Colocation donated by:
Who's online
There are currently
1 user
and
759 guests
online.
Online users
bobby33ser
Syndicate