core: workque: workqueue recursion when unplugging usb WCDMA modem on 2.6.32 kernel
Hi, I have one ARM11-based board, while upgrading the kernel from 27 to 32, got the workqueue recursion warning almost, and the console get lost. While the issue can be resolved by applying the patch "[PATCH v2] core: workqueue: return on workqueue recursion", and I am still struggling to find the root cause. ... 23 Apr 2010 21:10
blk-cgroup: Fix RCU correctness warning in cfq_init_queue()
On Thu, Apr 22, 2010 at 05:17:51PM -0700, Paul E. McKenney wrote: On Thu, Apr 22, 2010 at 07:55:55PM -0400, Vivek Goyal wrote: On Thu, Apr 22, 2010 at 04:15:56PM -0700, Paul E. McKenney wrote: On Thu, Apr 22, 2010 at 11:54:52AM -0400, Vivek Goyal wrote: With RCU correctness on, We see following ... 26 Apr 2010 17:13
KVM: SVM: Handle MCE intercepts always on host level
On Fri, Apr 23, 2010 at 03:58:18PM +0200, Alexander Graf wrote: On 22.04.2010, at 12:33, Joerg Roedel wrote: This patch prevents MCE intercepts from being propagated into the L1 guest if they happened in an L2 guest. Good catch. How did you stumble over this? While thinking about another ... 23 Apr 2010 17:50
Mass storage gadget: Handle eject request
On Fri, 23 Apr 2010 fabien.chouteau(a)gmail.com wrote: From: Fabien Chouteau <fabien.chouteau(a)barco.com> This patch adds handling of the "Start/Stop Unit" SCSI request to simulate media ejection. A sysfs entry to get the "eject" state of a LUN is also added. Sorry I didn't notice this earlier... --... 28 Apr 2010 05:03
AMD L3 cache index disable fixes for .35
From: Borislav Petkov <bp(a)amd64.org> Date: Fri, Apr 23, 2010 at 08:50:16AM +0200 I get compilation failures on tip:x86/cpu with this patchset: arch/x86/built-in.o: In function `amd_check_l3_disable': intel_cacheinfo.c:(.cpuinit.text+0x412): undefined reference to `num_k8_northbridges' ... 3 May 2010 15:22
KVM: SVM: Sync cr0 and cr3 to kvm state before nested handling
On Fri, Apr 23, 2010 at 03:50:20PM +0200, Alexander Graf wrote: On 22.04.2010, at 12:33, Joerg Roedel wrote: This patch syncs cr0 and cr3 from the vmcb to the kvm state before nested intercept handling is done. This allows to simplify the vmexit path. Signed-off-by: Joerg Roedel <jo... 23 Apr 2010 17:50
ath5k misbehaving affecting other kernel parts unrelated?
On Fri, Apr 23, 2010 at 08:06:13AM +0100, Pedro Francisco wrote: Greetings! Is it possible a faulty ath5k module to affect diverse parts of kernel causing different oopses to happen referencing things as different as cdrom_ioctl, find_vma, i915_gem_object_get_pages, get_vfs_caps_from_disk, warn_sl... 23 Apr 2010 21:09
KVM: SVM: Propagate nested entry failure into guest hypervisor
On 22.04.2010, at 12:33, Joerg Roedel wrote: This patch implements propagation of a failes guest vmrun back into the guest instead of killing the whole guest. Oh, nice one. Ack. Alex -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordom... 23 Apr 2010 17:50
KVM: SVM: Handle MCE intercepts always on host level
On 22.04.2010, at 12:33, Joerg Roedel wrote: This patch prevents MCE intercepts from being propagated into the L1 guest if they happened in an L2 guest. Good catch. How did you stumble over this? Ack. Alex -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of ... 23 Apr 2010 17:50
KVM: SVM: Report emulated SVM features to userspace
On 22.04.2010, at 12:33, Joerg Roedel wrote: This patch implements the reporting of the emulated SVM features to userspace instead of the real hardware capabilities. Every real hardware capability needs emulation in nested svm so the old behavior was broken. Cc: stable(a)kernel.org Again, please... 23 Apr 2010 17:50