[PATCH] staging: cxt1e1: remove code guarded by GENERIC_HDLC_VERSION
Current linux kernel has GENERIC_HDLC_VERSION equal to 4, no need to have dead code in-kernel which was there for ancient kernel versions. Signed-off-by: Jiri Kosina <jkosina(a)suse.cz> --- drivers/staging/cxt1e1/linux.c | 40 ---------------------------------------- drivers/staging/cxt1e1/pmcc4.h | 2 ++ ... 26 May 2010 11:21
yahoo.com.tw
sohu.com2 ... 26 May 2010 10:15
arch/tile
Chris, On Tue, 25 May 2010, Chris Metcalf wrote: Thomas, thanks for your feedback. If I don't comment on something you said it's because you were obviously right and I applied a suitable fix. :-) On 5/25/2010 4:12 PM, Thomas Gleixner wrote: +/** + * tile_request_irq() - Allocate an interrup... 28 May 2010 14:52
transitional config CONFIG_GENERIC_CLOCKEVENTS
On Wed, 26 May 2010, Christoph Egger wrote: Hi all! As part of the VAMOS[0] research project at the University of Erlangen we are looking at multiple integrity errors in linux' configuration system. This was an aid for a transition finished 2007 so not necessary for some time now, ready fo... 26 May 2010 12:28
[PATCH] transitional config CONFIG_GENERIC_CLOCKEVENTS
Hi all! As part of the VAMOS[0] research project at the University of Erlangen we are looking at multiple integrity errors in linux' configuration system. This was an aid for a transition finished 2007 so not necessary for some time now, ready for removal. Please keep me informed of this patch getting co... 26 May 2010 10:15
[PATCH] config CONSOLE
Hi all! As part of the VAMOS[0] research project at the University of Erlangen we are looking at multiple integrity errors in linux' configuration system. CONSOLE is such a generic term that maybe someone just expected this option exists. Or maybe it existed ages ago but I can't find any trace of it. Anyway... 26 May 2010 10:15
writeback: fix non-integrity write-back
On Wed, May 26 2010, Artem Bityutskiy wrote: From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> This is a fix for commit 7c8a3554. Note, I only compile-tested this. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> --- fs/fs-writeback.c | 2 +- 1 files changed, 1 insertions(... 26 May 2010 10:15
[PATCH] writeback: fix non-integrity write-back
From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> This is a fix for commit 7c8a3554. Note, I only compile-tested this. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> --- fs/fs-writeback.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/fs-writeback.c b/fs/fs-wri... 26 May 2010 10:15
Perf trace event parse errors for KVM events
The "perf trace" command produces the following messages: For kvm:kvm_apic: $ perf trace Warning: Error: expected type 4 but read 7 Warning: Error: expected type 5 but read 0 Warning: failed to read event print fmt for kvm_apic For kvm:kvm_inj_exception: $ perf trace Warning: Error: expected type 4 ... 6 Jun 2010 12:42
[PATCH] dynamic_debug: allow to set dynamic debug flags right at module load time
Hello Jason, hello list, If I'm not wrong one could only enable any dynamic debugging flag after a module had been completely loaded, using debugfs. This makes it impossible to use dev_dbg or pr_debug e.g. inside the module init function or any function called by it. My patch works by replacing _DPRINTK_FLAGS_... 26 May 2010 09:08