[PATCH] kvm vmx: free vpid when fail to create vcpu
Fix bug of the exception path, free allocated vpid when fail to create vcpu. Signed-off-by: Lai Jiangshan <laijs(a)cn.fujitsu.com> --- diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 686492e..077cac5 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@ -2290,6 +2290,16 @@ static void allocat... 17 Apr 2010 05:20
Mr. Paul Gomez.
I am a Senior Auditor working with a Bank here in Spain, I need your assistance in repatriating $9.500m left behind by a late customer that died with his entire family before it is declared unserviceable. Every attempt to trace any member of his family has proved unsuccessful and abortive. I will give you more informat... 17 Apr 2010 05:20
[PATCH] mac8390: change an error return code and some cleanup, take 3
Change an error return code from -EAGAIN to -EBUSY since the former is misleading. Nubus slots are geographically addressed and their irqs are equally inflexible. -EAGAIN is misleading because retrying will not help fix whatever bug it was that made the irq unavailable. Also promote the log message. Likew... 16 Apr 2010 23:58
[PATCH 0/2] Change some config options to be automatically selected
Hello, Here are two patches, which have for goal to simplify in Kconfig the selection of the options WMI and BACKLIGHT_CLASS_DEVICE. Both are not something that anyone will want per se, but only some kind of libraries used by other modules. Some modules "selected" them while other just "depended on" them, so to ma... 16 Apr 2010 20:41
[PATCH 1/2] Make WMI be selected automatically when needed
Many different modules depend on WMI. In Kconfig, some used to "depend" on it, while others "selected" it. As WMI by itself is useless and more like a library, it's easier for the user to have it automatically selected whenever needed. It's especially true for options in completely different places (like LEDS_DELL_... 16 Apr 2010 20:41
vmscan: move priority variable into scan_control
On Thu, Apr 15, 2010 at 06:21:35PM +0100, Mel Gorman wrote: From: KOSAKI Motohiro <kosaki.motohiro(a)jp.fujitsu.com> Now very lots function in vmscan have `priority' argument. It consume stack slightly. To move it on struct scan_control reduce stack. I don't like this much because it obfuscates value comm... 16 Apr 2010 19:33
[GIT PULL] iBFT features.
The iBFT firmware driver has seen some action this last month. Here is a short primer on what it is: The iBFT is an equivalant to the Boot Flag, except that its geared towards iSCSI and hence requires much more information (such as the IP of target, passwords, which device to login, etc). iBFT is a data structure ... 16 Apr 2010 19:33
vmscan: kill prev_priority completely
On Thu, Apr 15, 2010 at 06:21:34PM +0100, Mel Gorman wrote: From: KOSAKI Motohiro <kosaki.motohiro(a)jp.fujitsu.com> Since 2.6.28 zone->prev_priority is unused. Then it can be removed safely. It reduce stack usage slightly. Now I have to say that I'm sorry. 2 years ago, I thghout prev_priority can ... 16 Apr 2010 19:33
[PATCH 2/4] ibft: For UEFI machines actually do scan ACPI for iBFT.
For machines with IBFT 1.03 do scan the ACPI table for 'iBFT' or for 'IBFT'. If the machine is in UEFI mode, only do the ACPI table scan. For all other machines (pre IBFT 1.03) do a memory scan if not found in the ACPI tables. Author: Konrad Rzeszutek Wilk <konrad(a)kernel.org> Acked-by: Peter Jones <pjones(a)redhat... 16 Apr 2010 19:33
5 years of Linux development in Git
Dear kernel hackers & Git lovers, some of you might have noticed already that today we celebrate 5 years of Linux kernel development in Git. After looking for an alternative to Bitkeeper, Linus came up with his own solution and wrote that new tool he called Git. Exactly 5 years ago, Linus announced Linux-2.6.12-r... 16 Apr 2010 19:33