[PATCH v3 2/7] net: remove old tcp_optlen function
The tcp_optlen() function returns a potential *negative* unsigned. In the only two existing files using the old tcp_optlen() function, clean up confusing and inconsistent mixing of both byte and word offsets, and other coding style issues. Document assumptions. Quoth David Miller: This is transmit, and th... 25 Feb 2010 15:58
[PATCH v3 1/7] net: tcp_header_len_th and tcp_option_len_th
Redefine two TCP header functions to accept TCP header pointer. When subtracting, return signed int to allow error checking. These functions will be used in subsequent patches that implement additional features. Signed-off-by: William.Allen.Simpson(a)gmail.com --- include/linux/tcp.h | 12 ++++++++++++ 1 ... 25 Feb 2010 15:57
[PATCH 3/7] tracing: Remove CONFIG_TRACE_POWER from kernel config
From: Li Zefan <lizf(a)cn.fujitsu.com> The power tracer has been converted to power trace events. Acked-by: Frederic Weisbecker <fweisbec(a)gmail.com> Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> LKML-Reference: <4B84D50E.4070806(a)cn.fujitsu.com> Signed-off-by: Steven Rostedt <rostedt(a)goodmis.org> --- kernel/tr... 25 Feb 2010 15:57
[PATCH 2/7] tracing: Fix ftrace_event_call alignment for use with gcc 4.5
From: Jeff Mahoney <jeffm(a)suse.com> GCC 4.5 introduces behavior that forces the alignment of structures to use the largest possible value. The default value is 32 bytes, so if some structures are defined with a 4-byte alignment and others aren't declared with an alignment constraint at all - it will align at 3... 25 Feb 2010 15:57
[PATCH 0/7][GIT PULL] tracing: updates
Ingo, Please pull the latest tip/tracing/core tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git tip/tracing/core Jeff Mahoney (1): tracing: Fix ftrace_event_call alignment for use with gcc 4.5 Li Zefan (1): tracing: Remove CONFIG_TRAC... 25 Feb 2010 15:57
[PATCH 4/7] tracing: Fix typo in prof_sysexit_enable()
From: Wenji Huang <wenji.huang(a)oracle.com> Signed-off-by: Wenji Huang <wenji.huang(a)oracle.com> LKML-Reference: <1266997226-6833-1-git-send-email-wenji.huang(a)oracle.com> Signed-off-by: Steven Rostedt <rostedt(a)goodmis.org> --- kernel/trace/trace_syscalls.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions... 25 Feb 2010 15:57
[PATCH 7/7] tracing: Simplify memory recycle of trace_define_field
From: Wenji Huang <wenji.huang(a)oracle.com> Discard freeing field->type since it is not necessary. Reviewed-by: Li Zefan <lizf(a)cn.fujitsu.com> Signed-off-by: Wenji Huang <wenji.huang(a)oracle.com> LKML-Reference: <1266997226-6833-5-git-send-email-wenji.huang(a)oracle.com> Signed-off-by: Steven Rostedt <rostedt(a)good... 25 Feb 2010 15:57
[async_tx-next PATCH v2 1/2] fsldma: Fix cookie issues
fsl_dma_tx_submit() only sets the cookie on the first descriptor of a transaction. It should set the cookie on all. Signed-off-by: Steven J. Magnani <steve(a)digidescorp.com> --- diff -uprN a/drivers/dma/fsldma.c b/drivers/dma/fsldma.c --- a/drivers/dma/fsldma.c 2010-02-22 11:16:36.000000000 -0600 +++ b/drivers/d... 25 Feb 2010 14:49
[PATCH 1/5] kconfig: Create include/generated for localmodconfig
From: Steven Rostedt <srostedt(a)redhat.com> If someone downloads a brand new kernel and runs localmodconfig or localyesconfig, the ending result will report: *** Error during update of the kernel configuration. This is because localmodconfig and localyesconfig must create the include/generated directory to p... 25 Feb 2010 14:49
[PATCH 5/5] kconfig: Simplify LSMOD= handling
From: Michal Marek <mmarek(a)suse.cz> Signed-off-by: Michal Marek <mmarek(a)suse.cz> LKML-Reference: <20100203162014.GA10956(a)sepie.suse.cz> Signed-off-by: Steven Rostedt <rostedt(a)goodmis.org> --- scripts/kconfig/Makefile | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/scripts/kco... 25 Feb 2010 14:49