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-devel

[Xen-devel] [GIT PULL] A couple of Xen bugfixes

To: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [GIT PULL] A couple of Xen bugfixes
From: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Date: Wed, 04 Nov 2009 15:44:27 -0800
Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, the arch/x86 maintainers <x86@xxxxxxxxxx>, Linux Kernel Mailing List <linux-kernel@xxxxxxxxxxxxxxx>, Stable Kernel <stable@xxxxxxxxxx>
Delivery-date: Wed, 04 Nov 2009 15:44:49 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Lightning/1.0pre Thunderbird/3.0b4
Hi Linus,

Here's a couple of Xen bugfixes:

    * Suppress the extended topology leaf in cpuid; such details are
      meaningless in a virtual cpu
    * Make hvc_xen poll when the output buffer is full rather than
      depend on a workqueue to do it.  Otherwise we can lose oops info
      on crashes when scheduling has been disabled.

Thanks,
    J

The following changes since commit 973df35ed9ff7806403e793a2ad7e9bd4c2fd2a9:
  Jeremy Fitzhardinge (1):
        xen: set up mmu_ops before trying to set any ptes

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git bugfix

Jeremy Fitzhardinge (2):
      xen/hvc: make sure console output is always emitted, with explicit polling
      xen: mask extended topology info in cpuid

 arch/x86/xen/enlighten.c |   11 ++++++++++-
 drivers/char/hvc_xen.c   |   25 ++++++++++++++++++++++++-
 2 files changed, 34 insertions(+), 2 deletions(-)




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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [GIT PULL] A couple of Xen bugfixes, Jeremy Fitzhardinge <=