(none)
I wish to notify you that late Gianni Agnell made you a beneficiary of his Will. He left the sum of Thirty Million, One Hundred Thousand Dollars (US$30, 100,000.00) to you in the Codicil and last testament to his Will. This may sound strange and unbelievable to you, you are advised to contact Barrister Hollis Whitema... 3 Apr 2010 10:24
perf symbols: Fill in pgoff in mmap synthesized events
Em Sat, Apr 03, 2010 at 10:53:31PM +1100, Anton Blanchard escreveu: When we synthesize mmap events we need to fill in the pgoff field. Signed-off-by: Anton Blanchard <anton(a)samba.org> Thanks Anton, Ingo, I added this one to my perf branch after fixing that branch due to a problem with the removal... 3 Apr 2010 10:24
[PATCH] perf symbols: Fill in pgoff in mmap synthesized events
When we synthesize mmap events we need to fill in the pgoff field. Signed-off-by: Anton Blanchard <anton(a)samba.org> --- I wasn't able to test this completely since I couldn't find an executable region with a non 0 offset. We will see it when we start doing data profiling. Index: linux.trees.git/tools/per... 3 Apr 2010 08:14
[GIT PULL] perf fixes
Ingo, Please pull the perf/urgent branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git perf/urgent Thanks, Frederic --- Frederic Weisbecker (2): perf: Always build the stub perf_arch_fetch_caller_regs version perf: Always build the powerpc... 3 Apr 2010 07:10
[PATCH 2/2] perf: Always build the powerpc perf_arch_fetch_caller_regs version
Now that software events use perf_arch_fetch_caller_regs() too, we need the powerpc version to be always built. Fixes the following build error: (.text+0x3210): undefined reference to `perf_arch_fetch_caller_regs' (.text+0x3324): undefined reference to `perf_arch_fetch_caller_regs' (.text+0x33bc): undefined... 3 Apr 2010 07:10
[PATCH] lib/vsprintf.c: Add missing EXPORT_SYMBOL(simple_strtoll)
Simple patch to fix a missing EXPORT_SYMBOL. I must be the first person that wants to use this function :-) Signed-off-by: Hans Verkuil <hverkuil(a)xs4all.nl> diff --git a/lib/vsprintf.c b/lib/vsprintf.c index 24112e5..fe5ea4e 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -118,6 +118,7 @@ long long sim... 3 Apr 2010 06:05
[tip:perf/urgent] perf/scripts: Tuple was set from long in both branches in python_process_event()
Commit-ID: b1dcc03cb8ee0f5718491e8c518257238dc64e00 Gitweb: http://git.kernel.org/tip/b1dcc03cb8ee0f5718491e8c518257238dc64e00 Author: Tom Zanussi <tzanussi(a)gmail.com> AuthorDate: Thu, 1 Apr 2010 23:58:25 -0500 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Fri, 2 Apr 2010 21:32:16 +0200 perf/scri... 3 Apr 2010 06:05
[tip:tracing/urgent] ring-buffer: Add missing unlock
Commit-ID: 292f60c0c4ab44aa2d589ba03c12e64a3b3c5e38 Gitweb: http://git.kernel.org/tip/292f60c0c4ab44aa2d589ba03c12e64a3b3c5e38 Author: Julia Lawall <julia(a)diku.dk> AuthorDate: Mon, 29 Mar 2010 17:37:02 +0200 Committer: Steven Rostedt <rostedt(a)goodmis.org> CommitDate: Mon, 29 Mar 2010 15:23:24 -0400 ri... 3 Apr 2010 06:05
[PATCH] Staging: vt6655: fix brace coding style issue in ioctl.c
From f7413706dd9b5fc217aa738bb48d36b46ab65a98 Mon Sep 17 00:00:00 2001 From: Ng Kian Yong <ngky(a)comp.nus.edu.sg> Date: Fri, 2 Apr 2010 17:20:06 +0800 Subject: [PATCH] Staging: vt6655: fix brace coding style issue in ioctl.c This is a patch to the ioctl.c file that fixes up a brace warning found by the checkpatch.... 3 Apr 2010 06:05
[PATCH] lib/hexdump.c: Reduce stack variable size and cleanups
Reduce char linebuf[200] to the actual size required which is 32 * 3 + 2 + 32 + 1, ie: linebuf[131] Change examples to use bool true not int 1 Align multiline argument indentation to open parenthesis Use temporary for ptr[j] so trigraph fits on single line Convert printk ptr from %*p, (int)(2 * sizeof(void *)) to ... 3 Apr 2010 03:57