sata_sil24: memset() overflow
On 06/09/2010 02:01 PM, Dan Carpenter wrote: cb->atapi.cdb is an array of 16 u8 elements. The call too memset() would set the first part of the sge array to zero as well. It's not a packed struct. This one has been around for five years. I found it with Smatch. I think the reason no one has see... 10 Jun 2010 16:47
Removing dead CONFIG_PPC47x
On Wed, Jun 09, 2010 at 01:02:39PM +0200, Christoph Egger wrote: CONFIG_PPC47x should actually be spelled CONFIG_PPC_47x as reported by Andreas Schwab. Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de> Thanks, I'll pull this one in and get it merged. josh --- arch/powerpc/mm/44x_mmu.c | 4 ---... 10 Jun 2010 05:37
[patch] sata_sil24: memset() overflow
cb->atapi.cdb is an array of 16 u8 elements. The call too memset() would set the first part of the sge array to zero as well. It's not a packed struct. This one has been around for five years. I found it with Smatch. I think the reason no one has seen it before is because we normally call sil24_fill_sg() a... 9 Jun 2010 08:36
[PATCH 1/1] Add support for PL2501 Host to Host USB 2.0 Device. Fully compatible with existing PL2301/2302 driver.
Add support for PL2501 Host to Host USB 2.0 Device. Device is fully compatible with existing PL2301/2302 driver. Tested on ARM 2.6.24 and x86 2.6.35-rc2. Signed-off-by: Tanguy Pruvot <tanguy.pruvot(a)gmail.com> --- diff --git a/drivers/net/usb/plusb.c b/drivers/net/usb/plusb.c index 08555f8..f88392f 100644 --- a/d... 9 Jun 2010 08:36
Fix a race in pid generation that causes pids to be reused immediately.
On Tue, Jun 08, 2010 at 11:24:38PM -0700, Salman wrote: A program that repeatedly forks and waits is susceptible to having the same pid repeated, especially when it competes with another instance of the same program. This is really bad for bash implementation. Furthermore, many shell scripts assume that p... 9 Jun 2010 08:36
Removing dead CONFIG_I2C_PNX0105
On Wed, Jun 9, 2010 at 1:22 PM, Christoph Egger <siccegge(a)cs.fau.de> wrote: CONFIG_I2C_PNX0105 doesn't exist in Kconfig, therefore removing all references for it from the source code. The code should probably just be adjusted to use the i2c-pnx driver. According to the comments it supports the pnx0105 i2c ce... 5 Jul 2010 05:38
O_NONBLOCK with Ext3
Hi ALL, I am currently using o_nonblock flag for writing a file of 64MB over a flash device. Flash is formatted with ext3 filesystem with default options. When instrumented the driver code for collecting the erase/write count at sector level. I noticed that o_nonblock has no effect on this count. There is no diff... 12 Jun 2010 03:56
(none)
Your E-mail ID Have Won �950.000.00 In Our Mercedez Benz Promo, Send Your Name, Phone,Occupation,Country. -- 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 at http://vger.kernel.org/majordomo-info.html Please re... 9 Jun 2010 08:36
[PATCH 7/9] Removing dead CONFIG_PMCTWILED
CONFIG_PMCTWILED doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de> --- arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/arch/mips/pmc-sierra... 9 Jun 2010 07:31
[PATCH 9/9] Removing dead CONFIG_MTD_PMC_MSP_RAMROOT
CONFIG_MTD_PMC_MSP_RAMROOT doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de> --- .../mips/include/asm/pmc-sierra/msp71xx/msp_prom.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/mips/i... 9 Jun 2010 07:31