[PATCH] powernow-k8: Fix section mismatch
Fix the following warning: "WARNING: arch/x86/kernel/built-in.o(.exit.text+0x72): Section mismatch in reference from the function powernowk8_exit() to the variable .cpuinit.data:cpb_nb The function __exit powernowk8_exit() references a variable __cpuinitdata cpb_nb. This is often seen when error handling in the... 25 May 2010 12:25
[PATCHv1 2.6.34] mx5: Add i2c to Freescale MX51 Babbage HW
From: Dinh Nguyen <Dinh.Nguyen(a)freescale.com> This patch adds I2C functionality to the Freescale MX51 Babbage HW. The patch adds device structures, i2c board slave device defines, IOMUX pin defines, and clocks. Signed-off-by: Dinh Nguyen <Dinh.Nguyen(a)freescale.com> --- arch/arm/mach-mx5/board-mx51_babbage.c ... 25 May 2010 11:18
[PATCH 2/2] altera_uart: Simplify altera_uart_console_putc
The check for the TRDY flag after writing the character is not needed. Also do a cpu_relax() inside the loop. Pass a struct uart_port to altera_uart_console_putc, so we do not need to get it (and dereference pointers) for every character. Cc: Thomas Chou <thomas(a)wytron.com.tw> Signed-off-by: Tobias Klauser <tk... 25 May 2010 11:18
tracing: Convert more ext4 events to DEFINE_EVENT
On Mon, May 24, 2010 at 04:24:04PM +0800, Li Zefan wrote: Use DECLARE_EVENT_CLASS, and save ~2.7K: text data bss dec hex filename 274441 7200 260 281901 44d2d fs/ext4/ext4.o.orig 271881 7040 256 279177 44289 fs/ext4/ext4.o 4 events are converted: e... 25 May 2010 11:18
ext4: Add a missing trace hook
On Mon, May 24, 2010 at 04:25:32PM +0800, Li Zefan wrote: Commit f8ec9d6837241865cf99bed97bb99f4399fd5a03 added a trace event ext4_da_release_space, but didn't add some corresponding trace hook. Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> Thanks for pointing this out, added to the ext4 tree. ... 25 May 2010 11:18
Q: sys_personality() && misc oddities
Hello. This code is really old, and I do not know whom should I ask. And, despite the fact it is really trivial, I have no idea how to fix it. And even more, I am not sure it actually needs fixes. I'd better ask the questions. Please help ;) First of all, task_struct->personality is "int", but sys_personal... 26 May 2010 16:56
[PATCHv4 11/17] JFFS2: do not manipulate s_dirt directly
From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> .... use new VFS helpers instead. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> Cc: David Woodhouse <dwmw2(a)infradead.org> --- fs/jffs2/os-linux.h | 2 +- fs/jffs2/super.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ... 25 May 2010 10:12
[PATCHv4 02/17] AFFS: do not manipulate s_dirt directly
From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> .... use new VFS helpers instead. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> Cc: Roman Zippel <zippel(a)linux-m68k.org> --- fs/affs/bitmap.c | 4 ++-- fs/affs/super.c | 14 +++++++++----- 2 files changed, 11 insertions(+), 7 deletions... 25 May 2010 10:12
[PATCHv4 12/17] reiserfs: do not manipulate s_dirt directly
From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> .... use new VFS helpers instead. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> Cc: reiserfs-devel(a)vger.kernel.org --- fs/reiserfs/journal.c | 6 +++--- fs/reiserfs/resize.c | 2 +- fs/reiserfs/super.c | 10 +++++----- 3 files ch... 25 May 2010 10:12
[PATCHv4 04/17] BTRFS: do not manipulate s_dirt directly
From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> .... use new VFS helpers instead. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> Cc: Chris Mason <chris.mason(a)oracle.com> --- fs/btrfs/inode.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/btrfs/inode.c b/fs/bt... 25 May 2010 10:12