Sony vaio serie F PCIe PME service failure.
(Add CC) 2.6.33.* works OK? On piÄ…tek, 21 maja 2010 o 23:44:04 Xavier Gnata wrote: Hi, I get that during the boot of the vaio VPCF11M1E using unpatched 2.6.34 from kernel.org: [ 2.047242] pcieport 0000:00:01.0: Failed to receive control of PCIe PME service: ACPI _OSC failed [ 2.047... 23 May 2010 15:45
KVM: MMU: allow more page become unsync at gfn mapping time
On 05/23/2010 03:14 PM, Xiao Guangrong wrote: In current code, shadow page can become asynchronous only if one shadow page for a gfn, this rule is too strict, in fact, we can let all last mapping page(i.e, it's the pte page) become unsync, and sync them at invlpg or flush tlb time. This patch allow mo... 24 May 2010 03:40
net: mac8390 - Sort out memory/MMIO accesses and casts (was: Re: drivers/net/mac8390.c: Remove useless memcpy casting)
On Sun, 23 May 2010, Geert Uytterhoeven wrote: Any news from the test front? Not as yet. I did get as far as building 2.6.34 for m68k. I have a couple of other small patches to test with this release too. I hope to send them within the merge window (i.e. this week). Finn Gr{oetje,eeting}s, ... 28 May 2010 13:45
Wireless IBSS on Linux-2.6.34 broken by commit 3bbb9ec946428b96657126768f65487a48dd090c
> On Sun, 2010-05-23 at 05:58 +0100, Jeff Chua wrote: Wireless IBSS on Linux-2.6.34 is broken. Reverting commit 3bbb9ec946428b96657126768f65487a48dd090c makes it work again. This was tested by bisecting the kernel. On Sun, May 23, 2010 at 2:21 PM, Arjan van de Ven <arjan(a)linux.intel.com> wrote: can you g... 23 May 2010 10:17
[PATCH 1/2] KVM: MMU: allow more page become unsync at gfn mapping time
In current code, shadow page can become asynchronous only if one shadow page for a gfn, this rule is too strict, in fact, we can let all last mapping page(i.e, it's the pte page) become unsync, and sync them at invlpg or flush tlb time. This patch allow more page become asynchronous at gfn mapping time Signed... 23 May 2010 09:11
[PATCH 2/2] KVM: MMU: allow more page become unsync at getting sp time
Allow more page become asynchronous at getting sp time, if need create new shadow page for gfn but it not allow unsync(level > 1), we should unsync all gfn's unsync page Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 47 +++++++++++++++++++++++++++++++++++++---------- 1... 23 May 2010 09:11
[PATCH 1/2] isdn/capi: make reset_ctr op truly optional
The CAPI controller operation reset_ctr is marked as optional, and not all drivers do implement it. Add a check to the kernel CAPI whether it exists before trying to call it. Impact: oops prevention Signed-off-by: Tilman Schmidt <tilman(a)imap.cc> --- drivers/isdn/capi/kcapi.c | 6 ++++++ 1 files changed, 6 ... 23 May 2010 08:07
[PATCH 0/2] ISDN fixes for 2.6.35
Karsten, David, following are two patches to the CAPI subsystem and the Gigaset driver I'd like to see included in kernel release 2.6.35. Together they fix a reported hang of the userspace command "capiinit stop". Thanks, Tilman Tilman Schmidt (3): isdn/capi: make reset_ctr op truly optional isdn/gig... 23 May 2010 08:07
[PATCH 2/2] isdn/gigaset: remove dummy CAPI method implementations
Dummy implementations for the optional CAPI controller operations load_firmware and reset_ctr can cause userspace callers to hang indefinitely. It's better not to implement them at all. Impact: bugfix Signed-off-by: Tilman Schmidt <tilman(a)imap.cc> --- drivers/isdn/gigaset/capi.c | 28 ++----------------------... 23 May 2010 08:07
ISDN fixes for 2.6.35
On Sonntag, 23. Mai 2010 03:14:43 Tilman Schmidt wrote: Karsten, David, following are two patches to the CAPI subsystem and the Gigaset driver I'd like to see included in kernel release 2.6.35. Together they fix a reported hang of the userspace command "capiinit stop". Acked-by: Karsten Keil <isdn... 24 May 2010 03:40