[PATCH 13/14] cleanup: remove arg from TRACE_SYS_ENTER_PROFILE_INIT() macro
Since TRACE_SYS_ENTER_PROFILE_INIT() and TRACE_SYS_EXIT_PROFILE_INIT() don't do anything with their arguments, remove them. Also, TRACE_SYS_ENTER_PROFILE() and TRACE_SYS_EXIT_PROFILE() don't appear to be used. remove them. Signed-off-by: Jason Baron <jbaron(a)redhat.com> --- include/linux/syscalls.h | 14 ++++++... 16 Mar 2010 13:57
[PATCH 1/2] scripts/kernel-doc: fix fatal error in function signature
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix a fatal error in scripts/kernel-doc when a function signature uses __init_or_module (just ignore that string): Error(drivers/base/platform.c:568): cannot understand prototype: 'struct platform_device * __init_or_module platform_create_bundle(struct platform_driver... 16 Mar 2010 13:57
[PATCH 02/14] x86: add arch_compat_syscall_addr()
Add arch_compat_syscall_addr(int nr) for x86_64. This is in preparation for adding compat syscall support to the event tracer. Signed-off-by: Jason Baron <jbaron(a)redhat.com> --- arch/x86/include/asm/syscall.h | 5 +++++ arch/x86/kernel/ftrace.c | 8 ++++++++ 2 files changed, 13 insertions(+), 0 del... 16 Mar 2010 13:57
[PATCH 14/14] tracing: make a "compat_syscalls" tracing subsys
Create a new "compat_syscalls" subsys for tracing Signed-off-by: Jason Baron <jbaron(a)redhat.com> --- include/linux/syscalls.h | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index 501cd46..94caf... 16 Mar 2010 13:57
[PATCH 05/14] tracing: move __start_ftrace_events and __stop_ftrace_events to header file
trace_syscalls.c uses __start_ftrace_events and __stop_ftrace_events in order to prune compat syscall ftrace events that are not referenced by the compat syscall table. So move the 'extern' definitions to a common header file. Signed-off-by: Jason Baron <jbaron(a)redhat.com> --- include/linux/ftrace_event.h | ... 16 Mar 2010 13:57
[PATCH] gigaset: correct range checking off by one error
Correct a potential array overrun due to an off by one error in the range check on the CAPI CONNECT_REQ CIPValue parameter. Found and reported by Dan Carpenter using smatch. Impact: bugfix Signed-off-by: Tilman Schmidt <tilman(a)imap.cc> --- drivers/isdn/gigaset/capi.c | 2 +- 1 files changed, 1 insertions(+... 16 Mar 2010 13:56
[PATCH] exit: fix oops in sync_mm_rss
In 2.6.34-rc1, removing vhost_net module causes an oops in sync_mm_rss (called from do_exit) when workqueue is destroyed. This does not happen on net-next, or with vhost on top of to 2.6.33. The issue seems to be introduced by 34e55232e59f7b19050267a05ff1226e5cd122a5: that commit added function sync_mm_rss that ... 16 Mar 2010 13:56
SCSI: lpfc, fix lock imbalances
Acked-By: James Smart <james.smart(a)emulex.com> -- james s Jiri Slaby wrote: 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 <jslab... 16 Mar 2010 13:56
NET: netpoll, fix potential NULL ptr dereference
Acked-by: chavey(a)google.com On Tue, Mar 16, 2010 at 8:29 AM, Jiri Slaby <jslaby(a)suse.cz> wrote: Stanse found that one error path in netpoll_setup dereferences npinfo even though it is NULL. Avoid that by adding new label and go to that instead. Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> Cc: Daniel ... 18 Mar 2010 11:41
PCMCIA: resource, fix lock imbalance
ACK, applied -- even though this code path is actually unused in current kernels. Thanks, Dominik On Tue, Mar 16, 2010 at 03:57:44PM +0100, Jiri Slaby wrote: Stanse found that one error path (when alloc_skb fails) in netdev_tx omits to unlock hw_priv->hwlock. Fix that by moving away from unlock in eac... 16 Mar 2010 13:56