pcmciamtd: fix printk format warnings
On Mon, 17 May 2010, Randy Dunlap wrote: From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix printk format warnings in pcmciamtd debug code: drivers/mtd/maps/pcmciamtd.c:163: warning: format '%u' expects type 'unsigned int', but argument 5 has type 'ssize_t' drivers/mtd/maps/pcmciamtd.c:212: warning: f... 17 May 2010 15:47
init: boot to device-mapper targets without an initr*
On Mon, 17 May 2010 13:13:48 -0500 Will Drewry wrote: On Mon, May 17, 2010 at 11:47 AM, Randy Dunlap <randy.dunlap(a)oracle.com> wrote: On Fri, 14 May 2010 20:41:41 -0500 Will Drewry wrote: Add a dm= kernel parameter modeled after the md= parameter from do_mounts_md. �It allows for device-mappe... 17 May 2010 14:39
init: boot to device-mapper targets without an initr*
On Mon, May 17, 2010 at 11:47 AM, Randy Dunlap <randy.dunlap(a)oracle.com> wrote: On Fri, 14 May 2010 20:41:41 -0500 Will Drewry wrote: Add a dm= kernel parameter modeled after the md= parameter from do_mounts_md. �It allows for device-mapper targets to be configured at boot time for use early in the bo... 17 May 2010 14:39
Patch: ni_tio.c
>From bfe4b5738e2f9cc6d7f5e4fee6d65c66889e18a8 Mon Sep 17 00:00:00 2001 From: Samuel Richardson <sam.j.richardson(a)gmail.com> Date: Mon, 17 May 2010 18:09:48 +0100 Subject: [PATCH] Staging: comedi: fixed brace coding style issue in ni_tio.c This is a patch to the ni_tio.c file that fixes a brace warning found by th... 17 May 2010 14:39
[PATCH] vga: fix kconfig text typos
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix typos in vga/Kconfig file and use GPU (upper case) consistently. Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> Cc: David Airlie <airlied(a)linux.ie> Cc: dri-devel(a)lists.freedesktop.org --- drivers/gpu/vga/Kconfig | 6 +++--- 1 file changed, 3 insert... 17 May 2010 14:39
Please pull logfs tree for fixes
Linus, this should have made it into 2.6.34 - except that I was on vacation last week and decided not to send a pull request right before hanging out the "gone fishing" sign. Whether that was a wise decision, I'm no longer so sure. If such a situation reappears in the future, would you rather have the fixes ... 17 May 2010 18:00
[PATCH 2/3] posix_timer: fix error path in timer_create
move CLOCK_DISPATCH(which_clock, timer_create, (new_timer)) after all posible EFAULT erros. *_timer_create may allocate/get resources. (for example posix_cpu_timer_create does get_task_struct) Signed-off-by: Andrey Vagin <avagin(a)openvz.org> --- kernel/posix-timers.c | 7 ++++--- 1 files changed, 4 insert... 17 May 2010 13:32
[PATCH 3/3] posix_timer: move copy_to_user(created_timer_id) down in timer_create
According to Oleg Nesterov: We can move copy_to_user(created_timer_id) down after "if (timer_event_spec)" block too. (but before CLOCK_DISPATCH(), of course). Signed-off-by: Andrey Vagin <avagin(a)openvz.org> --- kernel/posix-timers.c | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff ... 17 May 2010 13:32
[PATCH 1/3] posix_timer: remove wrong comment
currently "The next step is hard to back out if there is an error." comment is not right, release_posix_timer() does put_pid(). Signed-off-by: Andrey Vagin <avagin(a)openvz.org> --- kernel/posix-timers.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/kernel/posix-timers.c b/kernel/p... 17 May 2010 13:32
[tip:x86/timers] x86, hpet: Add reference to chipset erratum documentation for disable-hpet-msi-quirk
Commit-ID: fec84e330719c20d2146c8dbdc9ff50b3a1d7039 Gitweb: http://git.kernel.org/tip/fec84e330719c20d2146c8dbdc9ff50b3a1d7039 Author: Andreas Herrmann <andreas.herrmann3(a)amd.com> AuthorDate: Mon, 17 May 2010 18:43:24 +0200 Committer: H. Peter Anvin <hpa(a)zytor.com> CommitDate: Mon, 17 May 2010 10:04:43 -... 17 May 2010 13:32