[PATCH][v2 1/3] x86: Export FPU API for KVM use
Also add some constants. Signed-off-by: Sheng Yang <sheng(a)linux.intel.com> --- arch/x86/include/asm/i387.h | 2 ++ arch/x86/include/asm/xsave.h | 3 +++ arch/x86/kernel/i387.c | 3 ++- arch/x86/kernel/process.c | 1 + 4 files changed, 8 insertions(+), 1 deletions(-) diff --git a/arch/... 17 May 2010 05:52
qemu/nfsroot: BUG: sleeping function called from invalid context at 2.6.33.3-rt19-i686-pc/kernel/rtmutex.c:684
On Mon, May 17, Thomas Gleixner wrote: On Sun, 16 May 2010, Olaf Hering wrote: Running 2.6.33.3-rt19 in qemu with nfsroot floods dmesg with lots of warnings like BUG: sleeping function called from invalid context at /opt/cross/sys-root/i686-linux/usr/src/linux-2.6.33-i686-kernel-source/k... 17 May 2010 05:52
drivers/char: Eliminate use after free
On (Sat) May 15 2010 [11:45:53], Julia Lawall wrote: From: Julia Lawall <julia(a)diku.dk> In each case, the first argument to send_control_msg or __send_control_msg, respectively, has either not been successfully allocated or has been freed at the point of the call. In the first case, the first argument,... 17 May 2010 21:19
: atomic_t: Remove volatile from atomic_t definition
On Mon, May 17, 2010 at 02:34:57PM +1000, Anton Blanchard wrote: When looking at a performance problem on PowerPC, I noticed some awful code generation: c00000000051fc98: 3b 60 00 01 li r27,1 ... c00000000051fca0: 3b 80 00 00 li r28,0 ... c00000000051fcdc: ... 21 May 2010 03:00
drivers/hid: Eliminate use after free
On Sat, 15 May 2010, Julia Lawall wrote: From: Julia Lawall <julia(a)diku.dk> The skip label frees resp, which has not been allocated at the point of this goto and then does a break, based on the fact that err is non-zero. This is replaced by a break directly. A simplified version of the semantic... 17 May 2010 05:52
Use HW_ERR in MCE handler
(2010/05/17 17:02), Huang Ying wrote: Use HW_ERR printk prefix in MCE handler. To make it more explicit that this is hardware error instead of software error. Signed-off-by: Huang Ying <ying.huang(a)intel.com> --- I like this. At least it is useful to gather/filter error log by "grep". For both of ... 17 May 2010 05:52
sched: Avoid side-effect of tickless idle on update_cpu_load (v2)
On Fri, 2010-05-14 at 18:21 -0700, Venkatesh Pallipadi wrote: /* + * The exact cpu_load decay at various idx values would be + * [0] new = 0 * old + 1 * new + * [1] new = 1/2 * old + 1/2 * new + * [2] new = 3/4 * old + 1/4 * new + * [3] new = 7/8 * old + 1/8 * new + * [4] new = 15/16 * old + 1... 17 May 2010 04:47
drivers/hid: Use kmemdup
On Sat, 15 May 2010, Julia Lawall wrote: From: Julia Lawall <julia(a)diku.dk> Use kmemdup when some other buffer is immediately copied into the allocated region. A simplified version of the semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ ... 17 May 2010 04:47
btrfs failed to delete reference
Hi, While executing "rm -Rf dir" on an btrfs-device, I got the following syslog-entry: btrfs failed to delete reference to CalendarDateType.java, inode 27909 parent 25891 The filesystem was mounted with "compress", and I am running kernel-2.6.32.11. Any idea what the problem could be? Should I file a bug? ... 17 May 2010 04:47
[PATCH 3/3] mem-hotplug: fix potential race while building zonelist for new populated zone
Make "zone->present_pages gets increased" and "building zonelist" an atomic operation to prevent possible race. It is merely a theoretical race: after new zone gets populated, its pages might be allocated by others before itself building zonelist. Besides, atomic operation ensures alloc_percpu() will never fail... 17 May 2010 04:47