[PATCH] Fix section mismatches in virtual framebuffer
Both structs, vfb_default and vfb_fix, should not be freed, since they are referenced and used by the struct fb_info of that device. WARNING: drivers/video/vfb.o(.devinit.text+0x13f): Section mismatch in reference from the function vfb_probe() to the variable ..init.data:vfb_default The function __devinit vfb_pr... 24 Mar 2010 08:51
[PATCH] IRQ: move two IRQ functions from .init.text to .text
Both functions should not be marked as __init, since they can try to be called from modules after the init section is freed. Signed-off-by: Henrik Kretzschmar <henne(a)nachtwindheim.de> --- kernel/irq/chip.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/irq/chip.c b/kernel/i... 24 Mar 2010 08:51
[rfc patch] wm8994: range checking issue
Smatch complained about BUG_ON(reg > WM8994_MAX_REGISTER) because the actual number of elements in the array was WM8994_REG_CACHE_SIZE + 1. I changed the BUG_ON() to return -EINVAL. I was confused why WM8994_REG_CACHE_SIZE was different from the actual size of ->reg_cache and I was concerned because some places... 24 Mar 2010 08:51
2.6.33.1: RAID multi-core processing experimental option is broken.
Hi, 2.6.33.1/x86_64 on an e6700 processor: If you accidentally check [*] for Multi-core processing, the speed is about 5MiB/s and there are some 254 processes. When its not enabled, the speed goes back to normal and there are no longer 200-300 processes running, I have reproduced this on multiple machines no... 24 Mar 2010 08:51
[PATCH] slub: Potential stack overflow
I discovered that we can overflow stack if CONFIG_SLUB_DEBUG=y and use slabs with many objects, since list_slab_objects() and process_slab() use DECLARE_BITMAP(map, page->objects); With 65535 bits, we use 8192 bytes of stack ... A possible fix is to lower MAX_OBJS_PER_PAGE so that these bitmaps dont use more t... 24 Mar 2010 08:51
Samsung SoCs: CPU detection support (v4)
On Wed, 24 Mar 2010 16:09:43 +0900, Kyungmin Park <kmpark(a)infradead.org> wrote: Store the CPU ID to cpu_id variable and use it to detect CPU On S3C64XX, Some pheripherals such as OneNAND have different configuration and handle it differently to do this it needs to detect CPU ID. Also S5PC1XX is ... 31 Mar 2010 00:03
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
On Wed, Mar 24, 2010 at 10:48 AM, Tejun Heo <tj(a)kernel.org> wrote: With the actual patch, this message would end up ~1.7M which seems tad bit too large to send through LKML. �I said that I would post the whole patch on the last round but that was 200k and this one is 272K only with the diffstats and this on... 24 Mar 2010 08:51
Olvasása és sürgősen Válasz
Mi jelenleg a korszerűsítés a mi Chello Webmail ez a korszerűsítés nem csukja be a Chello Webmail figyelembe, melyek megvédik Chello Webmail számla, kérjük, továbbítsa a felhasználónevét és jelszavát a mi customercare szolgáltatások email: upgradeteam(a)bellsouth.net ... 24 Mar 2010 07:43
x86: don't include slab.h from arch/x86/include/asm/pgtable_32.h
On Wed, Mar 24, 2010 at 10:48 AM, Tejun Heo <tj(a)kernel.org> wrote: Including slab.h from x86 pgtable_32.h creates a troublesome dependency chain w/ ftrace enabled. �The following chain leads to inclusion of pgtable_32.h from define_trace.h. �trace/define_trace.h �trace/ftrace.h �linux/ftrace_event.... 24 Mar 2010 07:43
s390 patches for 2.6.34-rc2
Hi Linus, On Tue, 23 Mar 2010 09:51:46 +0100 Martin Schwidefsky <schwidefsky(a)de.ibm.com> wrote: a few bug fixes for s390, please pull from 'for-linus' branch of git://git390.marist.edu/pub/scm/linux-2.6.git for-linus to receive the following updates: Christian Borntraeger (1): [S... 24 Mar 2010 07:43