[PATCH 3/6] perf tools: Use eprintf for pr_{err,warning,info} too
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> Just like we do for pr_debug, so that we can have a single point where to redirect to the currently used output system, be it stdio or newt. Cc: Frédéric Weisbecker <fweisbec(a)gmail.com> Cc: Mike Galbraith <efault(a)gmx.de> Cc: Peter Zijlstra <a.p.zijlstra(a)chello.n... 11 Mar 2010 17:59
[PATCH 1/6] perf symbols: Bump plt synthesizing warning debug level
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> Cc: Frédéric Weisbecker <fweisbec(a)gmail.com> Cc: Mike Galbraith <efault(a)gmx.de> Cc: Peter Zijlstra <a.p.zijlstra(a)chello.nl> Cc: Paul Mackerras <paulus(a)samba.org> Signed-off-by: Arnaldo Carvalho de Melo <acme(a)redhat.com> --- tools/perf/util/symbol.c | 4 ++-- ... 11 Mar 2010 17:59
perf report: Initial TUI using newt
Em Thu, Mar 11, 2010 at 07:13:37PM -0300, Arnaldo Carvalho de Melo escreveu: From: Arnaldo Carvalho de Melo <acme(a)redhat.com> Newt has widespread availability and provides a rather simple API as can be seen by the size of this patch. The work needed to support it will benefit other frontends too. ... 12 Mar 2010 09:25
[PATCH] usb/gadget: fix compile error on r8a66597-udc.c
C file uses IS_ERR and PTR_ERR, but doesn't include <linux/err.h> Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/usb/gadget/r8a66597-udc.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/usb/gadget/r8a66597-udc.c b/drivers/usb/gadget/r8a66597-udc.c index... 11 Mar 2010 17:59
madness, was Re: [PATCH 2/2] Macintosh: fix coding style issues in adb.c This is a patch to the adb.c file that cleans up many warnings found by the checkpatch.pl tool
On Wed, 2010-03-10 at 14:48 +1100, fthain(a)telegraphics.com.au wrote: On Tue, 9 Mar 2010, Michael Beardsworth wrote: - /* If a probe is in progress or we are sleeping, wait for it to complete */ + /* If a probe is in progress or we are sleeping, wait until complete */ If you must "fix" what aint ... 11 Mar 2010 16:51
powerpc/BSR: fix device_create() return value check
On Thu, Mar 11, 2010 at 06:15:53PM +0200, Jani Nikula wrote: From: Jani Nikula <ext-jani.1.nikula(a)nokia.com> Use IS_ERR() instead of comparing to NULL. Signed-off-by: Jani Nikula <ext-jani.1.nikula(a)nokia.com> --- NOTE: I'm afraid I'm unable to test this; please consider this more a bug... 15 Mar 2010 11:12
sound/soc: use .dev.of_node instead of .node in struct of_device
On Thu, Mar 11, 2010 at 12:34 PM, Mark Brown <broonie(a)opensource.wolfsonmicro.com> wrote: On Thu, Mar 11, 2010 at 11:06:50AM -0700, Grant Likely wrote: .node is being removed Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> Acked-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> bu... 5 Apr 2010 20:35
[git pull] driver bug fixes and mpc5200 defconfig updates
Hi Linus, Here are some driver bug fixes, and the requisite powerpc-mpc5200 defconfig updates. The defconfig updates would normally go through Ben's tree, but since that is the only change I have that would go through his tree I'm hoping that it is okay to have it here. Cheers, g. The following changes si... 11 Mar 2010 16:51
perf_events: remove bogus Intel Core constraint on ITLB_MISS_RETIRED
On Thu, 2010-03-11 at 12:59 -0800, eranian(a)google.com wrote: Contrary to what Vol3b section 30.4.3 leads to believe, there is no constraint on ITLB_MISS_RETIRED on Intel Core-based CPU, so remove it. Is that from Intel, and will they clarify the text in the next version of the document? Signed-off-by:... 11 Mar 2010 16:51
Missing btrfs.8.in in latest git
The new btrfs util was just added on the subvol branch of btrfs-progs-unstable, and man/Makefile wants to build btrfs.8.gz, but the source is missing. Presumably it should either be added or the makefile adjusted. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message... 11 Mar 2010 16:50