* [GIT PULL] (xen) stable/bug.fixes for 3.1-rc5.
@ 2011-09-06 16:10 Konrad Rzeszutek Wilk
0 siblings, 0 replies; only message in thread
From: Konrad Rzeszutek Wilk @ 2011-09-06 16:10 UTC (permalink / raw)
To: Linus Torvalds, linux-kernel; +Cc: david.vrabel, imammedo, Ian.Campbell
Hey Linus,
Please git pull the following branch from my backup git server:
git pull git://oss.oracle.com/git/kwilk/xen.git stable/bug.fixes
It is based off git commit 60c5f08e154fd235056645e050f2cd5671b19125
Jeremy Fitzhardinge (1):
xen/tracing: Fix tracing config option properly
Which you pulled in earlier (3.1-rc3?).
We got some ecstatic bug-fixes - one in particular has been in the tree since 2.6.27!
They are (in order of "oh-my-what-a-bug"):
1). Don't enable the interrupts when a page fault has occurred - this ended up triggering
when we were executing a IRQ handler and re-enabling the IRQ line!
2). Respect the dom0_mem=max:X argument that the hypervisor can use to limit the amount
of memory the initial Linux kernel would use. Without it, on largish (32GB>) the
initial domain had tons of unused 'struct page' that were never going to be used.
3). Lastly, print out a warning when the user uses specific Linux kernel parameters
that we cannot handle ("nosmp" or "noapic").
The credit list is:
David Vrabel (1):
xen: use maximum reservation to limit amount of usable RAM
Igor Mammedov (1):
xen: x86_32: do not enable iterrupts when returning from exception in interrupt context
Konrad Rzeszutek Wilk (1):
xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead.
Diff stat:
arch/x86/xen/setup.c | 19 +++++++++++++++++++
arch/x86/xen/smp.c | 10 ++++++++++
arch/x86/xen/xen-asm_32.S | 8 +++++---
3 files changed, 34 insertions(+), 3 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-06 16:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-06 16:10 [GIT PULL] (xen) stable/bug.fixes for 3.1-rc5 Konrad Rzeszutek Wilk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.