[PATCH] Fix divide by 0 in echoaudio driver
This patch has already been merged in 2.6.34: http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.34.y.git;a=commitdiff;h=b721e68bdc5b39c51bf6a1469f8d3663fbe03243 Since it fixes a /0 in the irq handler, please consider including it also in the next maintenance release of 2.6.33. This patch is against 2... 3 Jun 2010 17:54
[PATCH] arch/tile: respond to reviews of the second code submission.
This change addresses DMA-related comments by FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> and Kconfig-related comments by Paul Mundt <lethal(a)linux-sh.org>. Signed-off-by: Chris Metcalf <cmetcalf(a)tilera.com> --- arch/tile/Kconfig | 20 +++------- arch/tile/include/asm/dma-mapping.h | ... 3 Jun 2010 17:54
[PATCH 2.6.35/stable] TP_STORE_SIGINFO(SEND_SIG_FORCED) == OOPS
BUG: unable to handle kernel NULL pointer dereference at 0000000000000006 IP: [<ffffffff8107bd37>] ftrace_raw_event_signal_generate+0x87/0x140 TP_STORE_SIGINFO() forgets about SEND_SIG_FORCED, fix. We should probably export is_si_special() and change TP_STORE_SIGINFO() to use it. Signed-off-by: Oleg Nesterov... 3 Jun 2010 17:54
[PATCH 2/4] mmc: Add erase, secure erase, trim and secure trim operations
From 8f9a8227c528c3853ee9eef2209cefcf1616ebb3 Mon Sep 17 00:00:00 2001 From: Adrian Hunter <adrian.hunter(a)nokia.com> Date: Tue, 1 Jun 2010 13:20:22 +0300 Subject: [PATCH 2/4] mmc: Add erase, secure erase, trim and secure trim operations As SD and MMC cards have a NAND core, they can support an erase operation th... 3 Jun 2010 17:54
[PATCH 3/4] mmc_block: Add BLKDISCARD, BLKSECDISCARD and BLKDISCARDZEROES support
From 15f8b6cda53848ced93a20554584dc860baab8b7 Mon Sep 17 00:00:00 2001 From: Adrian Hunter <adrian.hunter(a)nokia.com> Date: Thu, 3 Jun 2010 10:47:12 +0300 Subject: [PATCH 3/4] mmc_block: Add BLKDISCARD, BLKSECDISCARD and BLKDISCARDZEROES support Add implementations for ioctls BLKDISCARD and BLKSECDISCARD, and fla... 3 Jun 2010 17:54
[PATCH 1/4] block: Allow drivers to implement BLKDISCARD and add BLKSECDISCARD
From 328a858c01be1e0d08f4a4b1f43d9fd117a295e5 Mon Sep 17 00:00:00 2001 From: Adrian Hunter <adrian.hunter(a)nokia.com> Date: Thu, 3 Jun 2010 10:46:04 +0300 Subject: [PATCH 1/4] block: Allow drivers to implement BLKDISCARD and add BLKSECDISCARD SD/MMC cards provide an erase operation that is too inefficient to allo... 3 Jun 2010 17:54
[PATCH 4/4] omap_hsmmc: Add erase capability
From 8aa6d3d17e2a0d768163072e3f919e03162a2df9 Mon Sep 17 00:00:00 2001 From: Adrian Hunter <adrian.hunter(a)nokia.com> Date: Tue, 18 May 2010 17:33:13 +0300 Subject: [PATCH 4/4] omap_hsmmc: Add erase capability Disable the data (busy) timeout for erases and set the MMC_CAP_ERASE capability. Signed-off-by: Adria... 3 Jun 2010 17:54
[PATCH -v2] pci: clear bridge resource size if BIOS assign bad one
Make sure We can reject wrong size from BIOS. https://bugzilla.kernel.org/show_bug.cgi?id=16009 Yannick found that video does not work with 2.6.34 the root cause: BIOS assigned wrong range to pci bridge. and before 2.6.34 kernel will just get range that is needed. for 2.6.34. | d65245c PCI: don't shrink b... 3 Jun 2010 17:54
mount namespace : who mounted what ?
Hi all, I was wondering, in a new mount namespace, if it is possible to know which mount points were inherited and which were mounted in a new namespace ? I looked at /proc/<pid>/mountinfo and investigated a bit on the mount id, but this one is not reliable as it changes in the new namespace. The /proc/<p... 4 Jun 2010 07:01
x86: make save_stack_address() !CONFIG_FRAME_POINTER friendly
On 6/3/2010 12:32 PM, Oleg Nesterov wrote: If CONFIG_FRAME_POINTER=n, print_context_stack() shouldn't neglect the non-reliable addresses on stack, this is all we have if dump_trace(bp) is called with the wrong or zero bp. For example, /proc/pid/stack doesn't work if CONFIG_FRAME_POINTER=n. This pat... 3 Jun 2010 16:46