From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [Patch] Fix for x86_64 boot failures due tobadsegment setup for protected mode. Date: Sat, 11 Nov 2006 00:09:01 +0000 Message-ID: References: <4554FE1B.8080408@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4554FE1B.8080408@redhat.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Steven Rostedt , Keir Fraser Cc: "Yu, Wilfred" , "Xin, Xiaohui" , xen-devel@lists.xensource.com, Herbert Xu , "Jiang, Yunhong" , "Li, Xin B" , "Li, Susie" List-Id: xen-devel@lists.xenproject.org On 10/11/06 10:32 pm, "Steven Rostedt" wrote: > I was playing with Plan9 which happens to also tinker with ss, fs, and > gs in this critical section. It still crashes pretty early, but it > crashes earlier without this patch. This patch lets Plan9 crash at the > same location before the original patch Stephen Tweedie sent :}. > > This patch makes the mov_to_seg more complete. I left out cs, since I > don't think that would even make sense with a mov. Thanks, I'll check this in. -- Keir