[PATCH 4/4] Add scripts/coccinelle/resource_size.cocci
This semantic patch replaces explicit computations of resource size by a call to resource_size. Signed-off-by: Nicolas Palix <npalix(a)diku.dk> Signed-off-by: Julia Lawall <julia(a)diku.dk> --- scripts/coccinelle/resource_size.cocci | 94 ++++++++++++++++++++++++++++++++ 1 files changed, 94 insertions(+), 0 dele... 10 May 2010 13:12
[PATCH 3/4] Add scripts/coccinelle/kzalloc-simple.cocci
This semantic patch replaces a pair of calls to kmalloc and memset by a single call to kzalloc. It only looks for simple cases to avoid false positives. Signed-off-by: Nicolas Palix <npalix(a)diku.dk> Signed-off-by: Julia Lawall <julia(a)diku.dk> --- scripts/coccinelle/kzalloc-simple.cocci | 83 +++++++++++++++... 10 May 2010 13:12
[PATCHv2 2.6.34-rc7 3/3] mx5: enable usb gadget for freescale mx51 babbage board
This patch enables usb gadget for freescale mx51 babbage hw. By default, the OTG port will be in device mode. To put the OTG port into Host mode, pass "otg_mode=host" in the exec command. This patch applies to 2.6.34-rc7. Signed-off-by: Dinh Nguyen <Dinh.Nguyen(a)freescale.com> --- arch/arm/mach-mx5/board-mx51... 10 May 2010 13:12
[PATCH 1/4] Add targets to use the Coccinelle checker
Four targets are added. Each one generates a different output kind: context, patch, org, report. Every SmPL file in 'scripts/coccinelle' is given to the spatch frontend (located in the 'scripts' directory), and applied to the entire source tree. Signed-off-by: Nicolas Palix <npalix(a)diku.dk> Signed-off-by: Julia... 10 May 2010 13:12
[PATCH 0/4] Add a Coccinelle front-end script
New targets are added (coccicheck-<mode>) to call the 'coccinelle.sh' front-end in the 'scripts' directory with the <mode> argument. Four modes are defined: report, patch, context, and org. 'report' mode generates a list in the following format: file:line:column-column: message 'patch' mode proposes a gene... 10 May 2010 13:12
2.6.34-rc6-git6: Reported regressions from 2.6.33
On 23:13 Sun 09 May , Rafael J. Wysocki wrote: This message contains a list of some regressions from 2.6.33, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.3... 10 May 2010 13:12
lmb: Introduce for_each_lmb() and new accessors, and use it
On Mon, 10 May 2010, Benjamin Herrenschmidt wrote: +#define for_each_lmb(lmb_type, region) \ + for (reg = lmb.lmb_type.regions; \ + region < (lmb.lmb_type.regions + lmb.lmb_type.cnt); \ + region++) + Can you please make this: #define for_each_lmb(lmb_type, region, __iter) \... 12 May 2010 01:35
[PATCH v2] i2c-bfin-twi: handle faulty slave devices better
From: Michael Hennerich <michael.hennerich(a)analog.com> Faulty slave devices might drive SDA low after a transfer finishes. So, when this scenario is detected, have the master generate up to 9 extra clocks until the SDA is properly released. Signed-off-by: Michael Hennerich <michael.hennerich(a)analog.com> Signe... 10 May 2010 12:05
Staging: comedi: Fix long line lengths in comedi_fops.c
Hello Mark, On Mon, May 10, 2010 at 05:36:57PM +0800, Mark wrote: This patch fixes lots of long line lengths in comedi_fops.c found by checkpatch.pl Signed-off-by: Mark Rankilor <reodge(a)gmail.com> --- drivers/staging/comedi/comedi_fops.c | 38 ++++++++++++++++++++++----------- 1 files change... 10 May 2010 21:02
[BUG] perf_event: crash in perf_output_begin
Hi, While testing 2.6.34-rc7 I ran into the following issue when using BTS sampling on Intel Core. It seems like something is not terminated properly. I am sampling BTS per-thread on a test program, then hit CTRL-C, one second later my machine crashes while running bash. Crash dump below: [ 750.249109] gener... 10 May 2010 12:05