render error detected, EIR: 0x00000010
Hello Chris, I am also getting display error on another PC : [ 34.198957] render error detected, EIR: 0x00000010 [ 34.198972] [drm:i915_handle_error] *ERROR* EIR stuck: 0x00000010, masking [ 34.198998] render error detected, EIR: 0x00000010 dmesg : http://userweb.kernel.org/~jaswinder/P4_HT/dmesg-263... 14 May 2010 04:05
[PATCH 11/12 v2] tracing: Fix function declarations if !CONFIG_STACKTRACE
From: Li Zefan <lizf(a)cn.fujitsu.com> ftrace_trace_stack() and frace_trace_userstacke() take a struct ring_buffer argument, not struct trace_array. Commit e77405ad("tracing: pass around ring buffer instead of tracer") made this change. Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> LKML-Reference: <4BE77C14.501... 13 May 2010 19:23
[PATCH 02/12 v2] tracepoints: Add check trace callback type
From: Mathieu Desnoyers <mathieu.desnoyers(a)efficios.com> This check is meant to be used by tracepoint users which do a direct cast of callbacks to (void *) for direct registration, thus bypassing the register_trace_##name and unregister_trace_##name checks. This permits to ensure that the callback type matches ... 13 May 2010 19:22
[PATCH 00/12 v2] [GIT PULL] tracing: shrinking trace events and updates
Ingo, I combined the last two pushes and rebased it to core-2. I removed the sched patch until Carsten updates it with something you approve, as well as the mmiotrace patch until Pekka gives me an ack. I also added a patch that caches pages in the ring buffer to speed up the splice implementation. Than... 13 May 2010 19:22
[PATCH 1/1] mm: add descriptive comment for TIF_MEMDIE declaration
From: Andreas Dilger <adilger(a)dilger.ca> Add descriptive comment for TIF_MEMDIE task flag declaration. Signed-off-by: Andreas Dilger <adilger(a)dilger.ca> --- Cheers, Andreas ... 13 May 2010 18:16
arch/microblaze fixes for 2.6.34-rc8
On Thu, 13 May 2010, Michal Simek wrote: git://git.monstr.eu/linux-2.6-microblaze.git for-linus Hmm. I'm getting fatal: unable to connect a socket (Connection timed out) for that machine right now. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod... 14 May 2010 03:00
/proc/<pid>/maps question....why aren't adjacent memory chunks merged?
Hi, I've got a system running a somewhat-modified 2.6.27 on 64-bit x86. While investigating a userspace memory leak issue I noticed that /proc/<pid>/maps showed a bunch of adjacent anonymous memory chunks with identical permissions: 7fd048000000-7fd04c000000 rw-p 00000000 00:00 0 7fd04c000000-7fd050000000 r... 13 May 2010 18:16
drivers/net: Use kzalloc
On Thu, May 13, 2010 at 10:00:22PM +0200, Julia Lawall wrote: From: Julia Lawall <julia(a)diku.dk> Use kzalloc rather than the combination of kmalloc and memset. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression x,size,flags; ... 18 May 2010 02:45
fs/ceph: Use kzalloc
Queued for 2.6.35, thanks! sage -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 13 May 2010 17:09
[PATCH 1/4] perf hist: Fix hists__browse no-newt case
From: Frederic Weisbecker <fweisbec(a)gmail.com> Fix mistake in a parameter type of the no-newt hists__browse() version. Fixes: builtin-report.c: In function '__cmd_report': builtin-report.c:314: erreur: incompatible type for argument 1 of 'hists__browse' Signed-off-by: Frederic Weisbecker <fweisbec(a)gmail.c... 13 May 2010 17:09