ACPI spam
On one machine I've used using a recent kernel I see tons of messages like Mar 16 10:54:52 intel-d3cf1-01 kernel: ACPI Exception: AE_NOT_EXIST, while evaluating GPE method [_L01] (20090903/evgpe-568) Mar 16 10:54:53 intel-d3cf1-01 kernel: ACPI Error: No handler for Region [ECF2] (ffff88013b69c978) [EmbeddedContro... 16 Mar 2010 23:13
[PATCH 2/3] SCSI: lpfc, fix lock imbalances
Stanse found that two error paths in lpfc_bsg_rport_els_cmp and lpfc_issue_ct_rsp_cmp omits to unlock phba->ct_ev_lock. It is because they wrongly unlock phba->hbalock instead. Fix that. Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> Cc: James Smart <james.smart(a)emulex.com> Cc: James Bottomley <James.Bottomley(a)suse.... 16 Mar 2010 12:31
Enhance perf to collect KVM guest os statistics from host side
Ingo Molnar <mingo(a)elte.hu> writes: [...] I.e. we really want to be able users to: 1) have it all working with a single guest, without having to specify 'which' guest (qemu PID) to work with. That is the dominant usecase both for developers and for a fair portion of testers.... 23 Mar 2010 11:18
[PATCH] perf: x86: fix callgraphs of 32-bit processes on 64-bit kernels V2.
When profiling a 32-bit process on a 64-bit kernel, callgraph tracing stopped after the first function, because it has seen a garbage memory address (tried to interpret the frame pointer, and return address as a 64-bit pointer). Fix this by using a struct stack_frame with 32-bit pointers when the TIF_IA32 flag is ... 16 Mar 2010 11:22
[Regression] 2.6.34-rc1 sky2 mtu on second port defaults to 576
Haven't bisected - problem seemed to have started around 2.6.34-rc1-0933 (not seen before the rc1 tag). On boot, eth1 ends up with MTU of 576 (eth0 is 1500). My f12 startup scripts are not setting MTU (never have). Nothing of note in dmesg No change to .config No mtu change reported in log. Basically, ... 16 Mar 2010 11:22
[PATCH 1/1] infiniband: ulp/iser, fix error retval in iser_create_ib_conn_res
Stanse foudn unreachable code in iser_create_ib_conn_res. Namely there is switched goto and ret assignment. Switch them to make sense and return ENOMEM in case of error. Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> Cc: Or Gerlitz <ogerlitz(a)voltaire.com> Cc: Roland Dreier <rolandd(a)cisco.com> --- drivers/infiniba... 16 Mar 2010 11:22
[PATCH 1/1] DVB-USB: gp8psk, fix potential null derefernce
Stanse found that in gp8psk_load_bcm4500fw there is missing a check for return value of kmalloc. Add one and bail out appropriatelly. Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> Cc: Alan Nisota <alannisota(a)gmail.com> Cc: Patrick Boettcher <pb(a)linuxtv.org> Cc: Mauro Carvalho Chehab <mchehab(a)infradead.org> --- d... 16 Mar 2010 11:22
[tip:sched/core] sched: Remove some dead code
Commit-ID: 6427462bfa50f50dc6c088c07037264fcc73eca1 Gitweb: http://git.kernel.org/tip/6427462bfa50f50dc6c088c07037264fcc73eca1 Author: Dan Carpenter <error27(a)gmail.com> AuthorDate: Mon, 15 Mar 2010 11:21:48 +0300 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Tue, 16 Mar 2010 11:05:44 +0100 sched:... 16 Mar 2010 11:22
[tip:perf/urgent] perf probe: Fix offset to allow signed value
Commit-ID: 67c7ff7c56f38a8ab338fbbfe366621ce6303ba1 Gitweb: http://git.kernel.org/tip/67c7ff7c56f38a8ab338fbbfe366621ce6303ba1 Author: Masami Hiramatsu <mhiramat(a)redhat.com> AuthorDate: Mon, 15 Mar 2010 13:02:28 -0400 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Tue, 16 Mar 2010 10:02:18 +0100 p... 16 Mar 2010 11:22
perf: x86: fix callgraphs of 32-bit processes on 64-bit kernels.
On Mon, Mar 15, 2010 at 05:34:20PM +0200, T�r�k Edwin wrote: When profiling a 32-bit process on a 64-bit kernel, callgraph tracing stopped after the first function, because it has seen a garbage memory address (tried to interpret the frame pointer, and return address as a 64-bit pointer). Fix this by us... 16 Mar 2010 11:22