[PATCH 03/10] bkl: Fix up compile problems in megaraid from bkl push-down
- Forward declaration missing ';' - Conflicting declaraction in megaraid.h changed Signed-off-by: John Kacur <jkacur(a)redhat.com> --- drivers/scsi/megaraid.c | 2 +- drivers/scsi/megaraid.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/megaraid.c b/drivers/scsi/me... 27 Apr 2010 06:31
[PATCH 10/10] bkl: Fix-up compile problems as a result of the bkl-pushdown.
Fix-up compile problems as a result of the bkl-pushdown. In particular, the v4l2_ioctl should call an unlocked_ioctl Signed-off-by: John Kacur <jkacur(a)redhat.com> --- drivers/media/video/v4l2-dev.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/v4l2-dev.c b/dr... 27 Apr 2010 06:31
[PATCH 05/10] bkl: Fix missing inode in twl_chrdev_ioctl resulting from bkl pushdown
Fix missing inode in twl_chrdev_ioctl resulting from bkl pushdown, because the ioctl is now an unlocked ioctl. Signed-off-by: John Kacur <jkacur(a)redhat.com> --- drivers/scsi/3w-sas.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/3w-sas.c b/drivers/scsi/3w-sas.c index a... 27 Apr 2010 05:25
[PATCH 04/10] bkl: Fix missing inode tw_chrdev_ioctl due to bkl pushdown
Signed-off-by: John Kacur <jkacur(a)redhat.com> --- drivers/scsi/3w-xxxx.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/3w-xxxx.c b/drivers/scsi/3w-xxxx.c index 45a737c..2957691 100644 --- a/drivers/scsi/3w-xxxx.c +++ b/drivers/scsi/3w-xxxx.c @@ -890,6 +890,7 @@ static l... 27 Apr 2010 05:25
perf probe fixes
* Arnaldo Carvalho de Melo <acme(a)infradead.org> wrote: Hi Ingo, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf - Arnaldo Masami Hiramatsu (4): perf tools: Initialize dso->node member in dso__new perf probe: Fix to use symtab only if no ... 27 Apr 2010 05:25
[PATCH 01/10] dvb: push down BKL into ioctl functions
From: Arnd Bergmann <arnd(a)arndb.de> This requires changing all users of dvb_usercopy to omit the inode argument. Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> Fixed merge conflicts that result from having applied Linus's Preparation for BKL'ed ioctl removal patch first. Signed-off-by: John Kacur <jkacur(a)re... 27 Apr 2010 05:25
tracing: Let tracepoints have data passed to tracepoint callbacks
Steven Rostedt wrote: From: Steven Rostedt <srostedt(a)redhat.com> This patch allows data to be passed to the tracepoint callbacks if the tracepoint was created to do so. If a tracepoint is defined with: DECLARE_TRACE_DATA(name, proto, args) Then a registered function can also register d... 28 Apr 2010 20:51
2.6.33-2.6.34-rc5 suspend issues
Good morning hackers, running either 2.6.33, 2.6.34-rc4-00082-g250541f or 2.6.34-rc5-00142-g33eaf78, I get the following behaviour: - suspend & resume works once - second time system a) hangs within the suspend process (2.6.33) b) suspends, but comes up with the bios screen after resume and hangs th... 16 May 2010 08:05
2.6.33-2.6.34-rc5 suspend issues
Nico Schottelius [Tue, Apr 27, 2010 at 09:46:09AM +0200]: [..] - suspend & resume works once - second time system b) suspends, but comes up with the bios screen after resume and hangs there forever (2.6.34-*) Just tested on latest linux-2.6, the same happens on 2.6.34-rc5-00211-gb91ce4d. ... 27 Apr 2010 05:25
[PATCH 4/6] gconfig: fix null pointer warning
In gconfig if you enable "Show all options", you'll see some "(null)" config options, and clicking those options triggers a warning: (gconf:9368): Gtk-CRITICAL **: gtk_text_buffer_insert_with_tags: assertion `text != NULL' failed Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> --- scripts/kconfig/gconf.c | 5... 27 Apr 2010 04:19