[PATCH] [ARM] .gitignore: Ignore piggy.lzo, lib1funcs.S and vmlinux
Commit e7db7b4270ed2a606b8c0b5f944a5f92ade0e84c added LZO compressed kernels, lib1funcs.S is copied from the appropriate ARM sub-arch and vmlinux is the obvious fruit of all efforts. Signed-off-by: Michael Roth <mroth(a)nessie.de> --- arch/arm/boot/compressed/.gitignore | 3 +++ 1 files changed, 3 insertions(... 23 Apr 2010 17:49
i2c-algo-pca: fix coding style issues in i2c-algo-pca.c
Hi Farid, Wolfram, On Fri, 23 Apr 2010 00:01:55 +0200, Farid Hammane wrote: This patch fixes coding style issues found by checkpatch.pl. i2c-algo-pca.c has been built successfully after applying this patch. Signed-off-by: Farid Hammane <farid.hammane(a)gmail.com> --- drivers/i2c/algos/i2c-algo-pca.... 25 Apr 2010 08:47
tracing update v2
* Frederic Weisbecker <fweisbec(a)gmail.com> wrote: Ingo, Please pull the tracing/core branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git tracing/core Thanks, Frederic --- Frederic Weisbecker (1): tracing: Dump eith... 23 Apr 2010 17:48
irq: Add CPU mask affinity hint callback framework
Ben Hutchings wrote: On Thu, 2010-04-22 at 05:11 -0700, Peter P Waskiewicz Jr wrote: On Wed, 21 Apr 2010, Ben Hutchings wrote: On Tue, 2010-04-20 at 11:01 -0700, Peter P Waskiewicz Jr wrote: This patch adds a callback function pointer to the irq_desc structure, along with a registration func... 23 Apr 2010 21:07
Staging: wlan-ng: fix many style warnings in hfa384x_usb.c
On 22/04/10 16:49, Alessandro Ghedini wrote: This patch fixes most of the style warnings found with checkpatch.pl in the hfa384x_usb.c file. Signed-off-by: Alessandro Ghedini <al3xbio(a)gmail.com> --- if (result2 != 0) { - printk(KERN_ERR - "cmd_initialize() failed on two attempts... 23 Apr 2010 17:48
Perf probe support for PowerPC, from Ian Munsie
* Paul Mackerras <paulus(a)samba.org> wrote: Ingo, Please pull my perf.git master branch: git://git.kernel.org/pub/scm/linux/kernel/git/paulus/perf.git master It has two commits from Ian Munsie that allow us to access local variables with perf probe on PowerPC. We also need a commit in B... 23 Apr 2010 17:48
lockdep: Add nr_save_trace_invocations counter
On Fri, Apr 23, 2010 at 10:05 AM, Peter Zijlstra <peterz(a)infradead.org> wrote: On Fri, 2010-04-23 at 09:24 +0200, John Kacur wrote: direct dependencies: � � � � � � � � �8752 [max: 16384] I have stack-trace invocations: 10888 from the same run. Still trying to figure out what the meaning is o... 23 Apr 2010 21:11
KEYRINGS: find_keyring_by_name() can gain the freed keyring
Toshiyuki Okajima <toshi.okajima(a)jp.fujitsu.com> wrote: #!/bin/sh LOOP=100000 USER=dummy_user # add /bin/su -c "exit;" $USER || { /usr/sbin/adduser -m $USER; add=1; } for ((i=0; i<LOOP; i++)) do /bin/su -c "echo '$i' > /dev/null" $USER done # del (( add == 1 )) && ... 26 Apr 2010 11:22
core: workque: workqueue recursion when unplugging usb WCDMA modem on 2.6.32 kernel
On Wed, Apr 21, 2010 at 8:15 PM, YuPing Luo <YuPing.Luo(a)csr.com> wrote: On Tue, Apr 20, 2010 at 11:27:55PM -0700, YuPing Luo wrote: Is your console on a usb to serial device? �Or a serial port? if usb to serial, can you try .33-rc5 and let us know if that solves the problem? greg k-h �The con... 23 Apr 2010 17:48
jump label v7
From: Jason Baron <jbaron(a)redhat.com> Date: Fri, 16 Apr 2010 11:24:10 -0400 David, I re-worked the sparc64 to match the updated interfaces. The code should hopefully compile now, although I did not test the sparc bits. Thanks for working on this Jason. I'll take a close look at this some time today. -... 30 Apr 2010 13:58