WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] At the time of debugging the fs segment problem, I notic

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] At the time of debugging the fs segment problem, I noticed this bug (and
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Tue, 28 Jun 2005 17:42:53 +0000
Cc: james@xxxxxxxxxxxxx
Delivery-date: Tue, 28 Jun 2005 18:01:09 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
ChangeSet 1.1767, 2005/06/28 18:42:53+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx

        At the time of debugging the fs segment problem, I noticed this bug (and
        was able to test it).
        
        Signed-off-by: Jun Nakajima <jun.nakajima@xxxxxxxxx>



 entry.S |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


diff -Nru a/linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/entry.S 
b/linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/entry.S
--- a/linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/entry.S    2005-06-28 
14:02:23 -04:00
+++ b/linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/entry.S    2005-06-28 
14:02:23 -04:00
@@ -769,11 +769,11 @@
 .section .fixup,"ax";  \
 6:     movq $0,(%rsp); \
        jmp 1b;         \
-7:     movq $0,(%rsp); \
+7:     movq $0,8(%rsp);        \
        jmp 2b;         \
-8:     movq $0,(%rsp); \
+8:     movq $0,16(%rsp);       \
        jmp 3b;         \
-9:     movq $0,(%rsp); \
+9:     movq $0,24(%rsp);       \
        jmp 4b;         \
 .previous;             \
 .section __ex_table,"a";\

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] At the time of debugging the fs segment problem, I noticed this bug (and, BitKeeper Bot <=