ARM mach-at91: duplicated include
> arch/arm/mach-at91/board-sam9m10g45ek.c: mach/hardware.h is included more than once Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> Acked-by: Andrew Victor <linux(a)maxim.org.za> Please submit the patch to Russell King's patch tracking system. -- To unsubscribe from this list: send the line "unsu... 29 Mar 2010 16:58
[PATCH -tip 1/7] [BUGFIX] perf probe: Fix to close dwarf when failing to analyze it
Fix to close libdw routine when failing to analyze it in find_perf_probe_point(). Signed-off-by: Masami Hiramatsu <mhiramat(a)redhat.com> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: Paul Mackerras <paulus(a)samba.org> Cc: Arnaldo Carvalho de Melo <acme(a)redhat.com> Cc: Peter Zijlstra <peterz(a)infradead.org> Cc: Mike Galbrai... 29 Mar 2010 16:58
[PATCH -tip 3/7] perf probe: Use the last field name as the argument name
Set the last field name to the argument name when the argument is refering a data-structure member. e.g. ./perf probe --add 'vfs_read file->f_mode' Add new event: probe:vfs_read (on vfs_read with f_mode=file->f_mode) This probe records file->f_mode, but the argument name becomes "f_mode". This ... 29 Mar 2010 16:58
[PATCH -tip 0/7] perf-probe updates - data-structure support improvements, etc.
Hi Ingo, Here are several updates of perf-probe. This series improves data structure accessing. - Set the name of argument which traces a data structure member as the last member of the data structure reference (e.g. f_mode of file->f_mode). This allows us to use perf-trace for tracin data-structure mem... 29 Mar 2010 16:58
[PATCH] Net: wireless: ath: fix macros coding style issue in hw.c
From: Luis de Bethencourt <luisbg(a)openshine.com> This is a patch to the ath/hw.c file that fixes up a warning about macros found by the checkpatch.pl tool, that said that complex values should be enclosed in parenthesis. Signed-off-by: Luis de Bethencourt <luisbg(a)ubuntu.com> --- drivers/net/wireless/ath/hw.c... 29 Mar 2010 16:57
libata: update gfp/slab.h includes
On 03/29/2010 01:52 PM, Tejun Heo wrote: Implicit slab.h inclusion via percpu.h is about to go away. Make sure gfp.h or slab.h is included as necessary. Signed-off-by: Tejun Heo<tj(a)kernel.org> Cc: Stephen Rothwell<sfr(a)canb.auug.org.au> Cc: Jeff Garzik<jgarzik(a)pobox.com> --- drivers/ata/ahci_p... 30 Mar 2010 19:32
r8169: offical fix for CVE-2009-4537 (overlength frame DMAs)
From: Neil Horman <nhorman(a)tuxdriver.com> Date: Mon, 29 Mar 2010 12:03:56 -0400 Official patch to fix the r8169 frame length check error. ... Signed-off-by: Neil Horman <nhorman(a)redhat.com> Applied, thanks a lot Neil. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod... 31 Mar 2010 22:09
Good Deal
I am Mr.Malcolm Burnett ,I have a urgent and lucrative business proposal of(18,500,000.00 Million Pounds),contact me for more details malcolmburnett(a)hotmail.co.uk -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info... 29 Mar 2010 16:57
atmel_serial: Atmel RS485 support v2
Claudio Scordino wrote: Hi all, this is the new version of the patch to add RS485 support to the atmel_serial driver. It's been changed according to Ryan Mallon's comments. This new patch has been tested again (with and without DMA) by Sebastian Heutling (CC:-ed). A few more, mostl... 12 Apr 2010 12:32
treewide: Add and use ADD_MOD macro
On Sun, 28 Mar 2010 14:57:27 -0700 Joe Perches wrote: Add a macro for the somewhat common use of (something + value) % value drivers/net/sundance.c includes a change from a for(;test;add) loop to while (test) {... add}; because the test uses ADD_MOD Compile tested only Signed-off... 29 Mar 2010 16:57