[19/25] libata: ensure NCQ error result taskfile is fully initialized before returning it via qc->result_tf.
2.6.27-stable review patch. If anyone has any objections, please let us know. ------------------ From: Jeff Garzik <jeff(a)garzik.org> commit a09bf4cd53b8ab000197ef81f15d50f29ecf973c upstream. Signed-off-by: Jeff Garzik <jgarzik(a)redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/a... 25 May 2010 14:38
usbtmc makes Rigol DS1052E oscilloscope crash
Hi folks, I'm experiencing trouble connecting to a Rigol DS1052E oscilloscope via the usbtmc USB class driver. When requesting small amounts of data it works quite nicely, but when requesting a large chunk (i.e. when requesting the whole memory to be transferred), the read aborts, the connection times out and ul... 25 May 2010 14:38
ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mm
On Tue, May 25, 2010 at 06:23, Oleg Nesterov wrote:        - arch/blackfin/kernel/ptrace.c:is_user_addr_valid()          needs mmap_sem around find_vma()          The lockless access to mm->context.sram_list doesn't look          safe to me.          If we add get_task_mm() - this protects us again... 25 May 2010 13:32
[PATCH 2/1] block: make blk_init_free_list and elevator_init idempotent
blk_init_allocated_queue_node may fail and the caller _could_ retry. Accommodate the unlikely event that blk_init_allocated_queue_node is called on an already initialized (possibly partially) request_queue. Signed-off-by: Mike Snitzer <snitzer(a)redhat.com> --- block/blk-core.c | 3 +++ block/elevator.c | ... 25 May 2010 13:32
Finer granularity and task/cgroup irq time accounting
On Tue, May 25, 2010 at 1:14 AM, Peter Zijlstra <peterz(a)infradead.org> wrote: Argh - you managed to use chain-reply with git-1.7? Sorry. My fault. Had chainreplyto turned on in my gitconfig. :-(. Fixing it now... Thanks, Venki -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"... 25 May 2010 13:31
ext4: Make sure all the block allocation paths reserve blocks
On Tue, May 25, 2010 at 05:21:43PM +1000, Grant Coady wrote: On Mon, 24 May 2010 15:28:00 -0700, you wrote: 2.6.27-stable review patch. If anyone has any objections, please let us know. ------------------ From: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> commit a30d542... 25 May 2010 13:31
cgroups: Add an API to attach a task to current task's cgroup
On Thu, May 20, 2010 at 03:22:15PM -0700, Paul Menage wrote: On Tue, May 18, 2010 at 5:04 PM, Sridhar Samudrala <samudrala.sridhar(a)gmail.com> wrote: Add a new kernel API to attach a task to current task's cgroup in all the active hierarchies. Signed-off-by: Sridhar Samudrala <sri(a)us.ibm.com> ... 27 May 2010 05:58
[PATCH] serial: Fix missing bit coverage of ASYNC_FLAGS
It seems that currently ASYNC_FLAGS is one bit short of covering all the bits of the ASYNC user flags. In particular it does not cover the ASYNC_AUTOPROBE bit. ASYNCB_LAST_USER and ASYNCB_AUTOPROBE are both equal to 15. Therefore: ASYNC_AUTOPROBE = 1000 0000 0000 0000 ASYNC_FLAGS = 0111 1111 1111 1111 ... 25 May 2010 13:31
[RFC] [PATCH 1/2] mmc: split mmc_sd_init_card()
This is needed to avoid code duplication in SD-combo support. --- drivers/mmc/core/sd.c | 256 ++++++++++++++++++++++++++++-------------------- drivers/mmc/core/sd.h | 17 ++++ 2 files changed, 166 insertions(+), 107 deletions(-) create mode 100644 drivers/mmc/core/sd.h diff --git a/drivers/mmc/core/sd.c b... 25 May 2010 12:25
[RFC] [PATCH 2/2] mmc: implement SD-combo (IO+mem) support
--- drivers/mmc/core/bus.c | 9 +++ drivers/mmc/core/core.c | 12 +++- drivers/mmc/core/sdio.c | 178 ++++++++++++++++++++++++++++++++++++--------- include/linux/mmc/card.h | 1 + 4 files changed, 162 insertions(+), 38 deletions(-) diff --git a/drivers/mmc/core/bus.c b/drivers/mmc/core/bus.c inde... 25 May 2010 12:25