[PATCH 8/8] staging: vt6656: tcrc.c: Fixed coding style issues
Fixed minor problems with indentation. Signed-off-by: Daniel Kenji Toyama <kenji.toyama(a)gmail.com> --- drivers/staging/vt6656/tcrc.c | 21 +++++++++++---------- 1 files changed, 11 insertions(+), 10 deletions(-) diff --git a/drivers/staging/vt6656/tcrc.c b/drivers/staging/vt6656/tcrc.c index 5f0c747..3464801... 29 Mar 2010 09:07
[PATCHv2] USB: gadget: f_mass_storage: per function
Mass Storage Function (MSF) used the same descriptors for each usb_function instance (meaning usb_function::descriptors of different functions pointed to the same static area (the same was true for usb_function::hs_descriptors)). This would leads to problems if MSF were used in several USB configurations with di... 29 Mar 2010 09:07
lmb: Add __NOT_KEEP_LMB to put lmb code to .init
On Sun, 2010-03-28 at 19:43 -0700, Yinghai Lu wrote: So those lmb bits could released after kernel is booted up. Arch code could define __NOT_KEEP_LMB in asm/lmb.h, __init_lmb will become __init ARCH_KEEP_LMB or ARCH_DISCARD_LMB, or something like that, would be more in keeping with existing flags like th... 29 Mar 2010 18:06
Network performance - iperf
Hi All, I am doing several network benchmarks on Microblaze cpu with MMU. I am seeing one issue which is weird and I would like know where the problem is. I am using the same hw design and the same Linux kernel. I have done only change in memory size (in DTS). 32MB: 18.3Mb/s 64MB: 15.2Mb/s 128MB: 10.6Mb/s... 30 Mar 2010 09:24
[PATCH 4/4] staging: vt6656: rc4.c: Fixed coding style issues
Replaced all indentation by spaces by tabs. Signed-off-by: Daniel Kenji Toyama <kenji.toyama(a)gmail.com> --- drivers/staging/vt6656/rc4.c | 78 +++++++++++++++++++++--------------------- 1 files changed, 39 insertions(+), 39 deletions(-) diff --git a/drivers/staging/vt6656/rc4.c b/drivers/staging/vt6656/rc4.c ... 29 Mar 2010 08:01
drivers/macintosh: Correct potential double free
On Mon, 2010-03-29 at 11:39 +0200, Julia Lawall wrote: From: Julia Lawall <julia(a)diku.dk> The conditionals were testing different values, but then all freeing the same one, which could result in a double free. A simplified version of the semantic match that finds this problem is as follows: (http... 29 Mar 2010 08:01
arch/arm: Use set_cpus_allowed_ptr
On Fri, 2010-03-26 at 23:01 +0100, Julia Lawall wrote: From: Julia Lawall <julia(a)diku.dk> Use set_cpus_allowed_ptr rather than set_cpus_allowed. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression E1,E2; @@ - set_cpus_a... 29 Mar 2010 06:56
Allow Intel platforms to declare unsynchronized TSC to kernel
(2010/03/29 16:46), Andi Kleen wrote: Andi Kleen <andi(a)firstfloor.org> writes: Allow Intel platforms to declare unsynchronized TSC to kernel [This came out of a private discussion with Linus last week] Ping? Please review this patch. -Andi Does "constant" implicitly means "synchroni... 29 Mar 2010 05:50
hid: add experimental access to PicoLCD device's EEPROM and FLASH
On Wed, 24 Mar 2010, Bruno Prémont wrote: +static ssize_t picolcd_debug_reset_open(struct inode *inode, struct file *f) +{ + return single_open(f, picolcd_debug_reset_show, inode->i_private); +} + struct file_operations->open is supposed to return int (filedescriptor), not ssize_t. -- Jiri Ko... 29 Mar 2010 05:50
[PATCH] drivers/macintosh: Correct potential double free
From: Julia Lawall <julia(a)diku.dk> The conditionals were testing different values, but then all freeing the same one, which could result in a double free. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression x,e; identifier ... 29 Mar 2010 05:50