[PATCHv3 1/2] virtio: support layout with avail ring before idx
This adds an (unused) option to put available ring before control (avail index, flags), and adds padding between index and flags. This avoids cache line sharing between control and ring, and also makes it possible to extend avail control without incurring extra cache misses. Signed-off-by: Michael S. Tsirkin <mst... 1 Jun 2010 11:58
[PATCH 3/4] drivers/scsi/arcmsr: introduce missing kfree
From: Julia Lawall <julia(a)diku.dk> Error handling code following a kmalloc should free the allocated data. The semantic match that finds the problem is as follows: (http://www.emn.fr/x-info/coccinelle/) // <smpl> @r exists@ local idexpression x; statement S; expression E; identifier f,f1,l; position p1,... 1 Jun 2010 10:51
[PATCH 1/4] drivers/mtd/maps: introduce missing kfree
From: Julia Lawall <julia(a)diku.dk> Error handling code following a kmalloc should free the allocated data. The semantic match that finds the problem is as follows: (http://www.emn.fr/x-info/coccinelle/) // <smpl> @r exists@ local idexpression x; statement S; expression E; identifier f,f1,l; position p1,... 1 Jun 2010 10:51
[PATCH 4/4] drivers/hid: introduce missing kfree
From: Julia Lawall <julia(a)diku.dk> Error handling code following a kmalloc should free the allocated data. The semantic match that finds the problem is as follows: (http://www.emn.fr/x-info/coccinelle/) // <smpl> @r exists@ local idexpression x; statement S; expression E; identifier f,f1,l; position p1,... 1 Jun 2010 10:51
[PATCH 2/4] drivers/mfd: introduce missing kfree
From: Julia Lawall <julia(a)diku.dk> Error handling code following a kmalloc should free the allocated data. The semantic match that finds the problem is as follows: (http://www.emn.fr/x-info/coccinelle/) // <smpl> @r exists@ local idexpression x; statement S; expression E; identifier f,f1,l; position p1,... 1 Jun 2010 10:51
[2.6.35-rc1][suspend to ram] BUG: using smp_processor_id() in preemptible [00000000] code: cat/3634
On wtorek, 1 czerwca 2010 o 00:47:17 Sedat Dilek wrote: [ CC cpufreq(a)vger.kernel.org ] [1] directs you to a fix from cpufreq ML. It worked fine here on my HP nc6400 notebook. - Sedat - [1] http://lkml.org/lkml/2010/5/31/77 This patch solves problem. Thanks! -- Maciej Rutecki http:/... 1 Jun 2010 10:51
regulator: new driver for the AD12{2,3,4,5}, AD150, and AD5022 parts
On Tue, Jun 01, 2010 at 09:33:59AM -0400, Mike Frysinger wrote: With userspace consumer enabled, power devices with only one switch PIN connect to GPIO port can be enabled and disable via sysfs interface. This looks exactly like a fixed voltage regualtor except there is no facility for reporting the voltage... 1 Jun 2010 10:51
[PATCH 4/6] x86, mce: Notify about corrected events too
From: Borislav Petkov <borislav.petkov(a)amd.com> Notify all parties registered on the mce decoder chain about logged correctable MCEs. Signed-off-by: Borislav Petkov <borislav.petkov(a)amd.com> --- arch/x86/kernel/cpu/mcheck/mce.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x... 1 Jun 2010 09:45
[PATCH 0/6] AMD64 EDAC fixes and updates
From: Borislav Petkov <borislav.petkov(a)amd.com> Hi all, here are a couple of EDAC updates which had piled up for a while. I waited for the merge window to close before sending them out for review so here we go. The respective commit messages should be quite verbose wrt to what is being changed so no explanatio... 1 Jun 2010 09:45
[PATCH 6/6] amd64_edac: Fix DCT base address selector
From: Borislav Petkov <borislav.petkov(a)amd.com> The correct check is to verify whether in high range we're below 4GB and not to extract the DctSelBaseAddr again. See "2.8.5 Routing DRAM Requests" in the F10h BKDG. Cc: <stable(a)kernel.org> # .32.x .33.x Signed-off-by: Borislav Petkov <borislav.petkov(a)amd.com> -... 1 Jun 2010 09:45