[GIT PULL] sound fixes for 2.6.35-rc1
Linus, please pull ALSA updates for v2.6.35-rc1 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git for-linus A large part of changes are small updates/fixes of refactored USB-audio stack and a few updates of asihpi driver. In addition, a couple of fixes for USB caiaq, and other misc t... 29 May 2010 16:50
[PATCH] blktrace: fix new kernel-doc warnings
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix blktrace.c kernel-doc warnings: Warning(kernel/trace/blktrace.c:858): No description found for parameter 'ignore' Warning(kernel/trace/blktrace.c:890): No description found for parameter 'ignore' Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> Cc: Steven R... 29 May 2010 15:44
BUG: using smp_processor_id() in preemptible (VFS-related)
Regression should be fixed by (see pull-request in [1]): commit f32764bd2bbb6ea003c158b1d276b4dc9f900348 "quota: Convert quota statistics to generic percpu_counter" The patch is still pending in linux-fs-2.6/for_linus GIT tree and it's not accepted in upstream, yet. - Sedat - [1] http://lkml.org/lkml/2010... 29 May 2010 13:33
: sendfile: remove flags paramter of do_splice_direct()
[ Removed matthew(a)wil.cx since I'm getting errors in sending to that address ] On Sat, 2010-05-29 at 09:59 +0800, Changli Gao wrote: On Fri, May 28, 2010 at 6:06 PM, Changli Gao <xiaosuo(a)gmail.com> wrote: On Fri, May 28, 2010 at 5:40 PM, Miklos Szeredi <miklos(a)szeredi.hu> wrote: On Wed, 26 May 2010, ... 29 May 2010 21:11
[PATCH] trace-event-python: give field dict to unhandled callback
trace_unhandled() callback does not allow to access event fields, this patch resolves the problem. It can also been used as a more pythonic and flexible way for script writters to demux event types This will for example greatly simplify pytimechart event demux. Signed-off-by: Pierre Tardy <tardyp(a)gmail.com> ... 29 May 2010 12:28
squashfs: add xattr support configure option
On Mon, May 17, 2010 at 21:33, Phillip Lougher <phillip(a)lougher.demon.co.uk> wrote: +config SQUASHFS_XATTRS Sorry for not noticing before, but all other file systems use "<fs>_XATTR", not "<fs>_XATTRS". Just for consistency... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Lin... 29 May 2010 11:22
Squashfs updates for 2.6.35
On Wed, May 26, 2010 at 02:59, Phillip Lougher <phillip(a)lougher.demon.co.uk> wrote: Stephen Hemminger (2):      squashfs: xattr fix sparse warnings Interestingly, this one introduced a new compiler warning: fs/squashfs/xattr.c:37: warning: 'squashfs_xattr_handler' declared inline after being called fs/sq... 29 May 2010 11:22
[GIT PULL 0/3] perf fix and simple improvements
Hi Ingo, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf I moved the 'perf-dist' one to a separate branch and will resend after reworking it as showcased by Sam. Regards, - Arnaldo Konstantin Stepanyuk (1): perf hist: fix objdump output parsing Steph... 29 May 2010 10:16
[PATCH 3/3] perf hist: fix objdump output parsing
From: Konstantin Stepanyuk <kostyas(a)cqg.com> hist_entry__annotate() runs objdump with -S option so the output may contain lines of any format. If a line starts with a colon strtoull() returns 0 and calculated offset will be negative. This causes perf annotate segfaults. Make sure that strtoull() has parsed at l... 29 May 2010 10:16
perf tools: Make target to generate self contained source tarball
Em Sat, May 29, 2010 at 09:29:48AM +0200, Sam Ravnborg escreveu: On Fri, May 28, 2010 at 03:53:57PM -0300, Arnaldo Carvalho de Melo wrote: Hi Michal, Sam, Are you OK with with this change? No - I do not like it :-) But I like the concept. I saw the scripts/package, but felt it wasn't quite ... 7 Jun 2010 06:21