First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
[PATCH] MD: raid1, fix BUG caused by flags handling
Commit 74450be1 (block: unify flags for struct bio and struct request) added direct test of flags in the & form: const bool do_sync = (bio->bi_rw & REQ_SYNC); But this doesn't fit into bool with my compiler (gcc 4.5). So change the type to ulong to avoid the bug. The BUG looks like: EXT3-fs (md1): using inter... 12 Aug 2010 08:11
usb: gadget: mass_storage: optional SCSI WRITE FUA bit
On Mon, Aug 9, 2010 at 6:02 PM, Michal Nazarewicz <m.nazarewicz(a)samsung.com> wrote: The nofua parameter (optionally ignore SCSI WRITE FUA) was added to the File Storage Gadget some time ago.  This patch adds the same functionality to the Mass Storage Function. Signed-off-by: Michal Nazarewicz <m.nazarew... 12 Aug 2010 08:11
usb: gadget: storage: remove nofua file when unbinding
On Mon, Aug 9, 2010 at 6:02 PM, Michal Nazarewicz <m.nazarewicz(a)samsung.com> wrote: The dev_attr_nofua file was created during fsg_bind() but was never removed.  Made it a bit more symmetrical and added code to remove the file in fsg_unbind(). Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> ... 12 Aug 2010 08:11
x86: fpu xstate fix memory poison overwritten
On Thu, Aug 12, 2010 at 6:45 AM, Xiaotian Feng <dfeng(a)redhat.com> wrote: fpu.state is allocated from task_xstate_cachep, the size of task_xstate_cachep is xstate_size. But fpu.state is an union struct, which size is bigger than xstate_size if cpu_has_xsave, so if we want to visit fpu.state->xsave, the memor... 12 Aug 2010 08:11
object: is not initialized, yet kobject_put() is being called
On 08/12/2010 07:18 AM, Jiri Kosina wrote: On Thu, 12 Aug 2010, Markus Trippelsdorf wrote: On Thu, Aug 12, 2010 at 11:11:50AM +0200, Jiri Kosina wrote: Guys, could you please send me your .config with which you are experiencing the problem, so that I can try to reproduce it with it?... 12 Aug 2010 09:16
Fix the BKL, merge the patches
BKL is a long standing issue with the kernel. There are patches for it, why arent they merged? Merge the patches! Fix the BKL, its about time! http://kernelnewbies.org/BigKernelLock -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.... 12 Aug 2010 09:16
[PATCH] x86: fpu xstate fix memory poison overwritten
fpu.state is allocated from task_xstate_cachep, the size of task_xstate_cachep is xstate_size. But fpu.state is an union struct, which size is bigger than xstate_size if cpu_has_xsave, so if we want to visit fpu.state->xsave, the memory we allocated for fpu.state is not enough. This caused many poison/redzone ov... 12 Aug 2010 07:06
partitions: fix build error in ibm partition detection code
On Thu, Aug 12, 2010 at 10:53:38AM +0200, Andreas Schwab wrote: Heiko Carstens <heiko.carstens(a)de.ibm.com> writes: - strlcat(tmp, sizeof(tmp), "(nonl)", PAGE_SIZE); + snprintf(tmp, sizeof(tmp), "(nonl)"); + strlcat(state->pp_buf, tmp, PAGE_SIZE); What's the point of tmp and snprint... 12 Aug 2010 07:06
[PATCH 2.6.35] NFSv4: Don't do idmapper upcalls during XDR decode
From: Arnaud Giersch <arnaud.giersch(a)free.fr> Move the name to id mapping out of the XDR decode functions. Add two new fields to struct nfs_fattr: user_name and group_name, that are defined iff a name to id mapping should be done. A new function, nfs_fattr_name_to_id(), is defined to call the idmapper if neede... 12 Aug 2010 07:06
regulator: max8998 - fix memory allocation size for max8998->rdev
On Thu, Aug 12, 2010 at 09:32:59AM +0800, Axel Lin wrote: We only use max8998->rdev[0] .. max8998->rdev[pdata->num_regulators-1], max8998->rdev[pdata->num_regulators] is not used. Thus fix the memory allocation size. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> Acked-by: Mark Brown <broonie(a)opensourc... 12 Aug 2010 07:06
First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37