Fix regressions on dvb demux
On Mon, 8 Feb 2010, Mauro Carvalho Chehab wrote: are available in the git repository at: ssh://linuxtv.org/git/fixes.git v4l_for_linus I don't have ssh access to that thing, and git:// doesn't work. You probably meant git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 but i... 8 Feb 2010 14:31
coredump: set ->group_exit_code for other CLONE_VM tasks too
That seems reasonable to me. Thanks, Roland -- 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 read the FAQ at http://www.tux.org/lkml/ ... 8 Feb 2010 13:23
FRV: possibly bad unsigned comparison in show_backtrace()
In arch/frv/kernel/traps.c, show_backtrace(), if sp is 0 then the dump does not succeed because stop was set to 0 and unaltered when we reach the unsigned comparison: while (tos < stop) {...} The naming stop may on the other hand suggest that this is desired, is it? Roel -- To unsubscribe from this list:... 8 Feb 2010 14:31
mtd: Change positive error return into negative in mtd_do_writeoob()
On Fri, 2010-01-29 at 10:35 +0100, Roel Kluin wrote: The error return should be negative Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> --- drivers/mtd/mtdchar.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Pushed to l2-mtd-2.6.git/master -- Best Regards, Artem Bityutskiy (... 8 Feb 2010 11:06
classmate-laptop: use a single MODULE_DEVICE_TABLE to get correct aliases
Hello, Len Brown. I'd really like this patch below to go into 2.6.33, since it's needed to load the driver automatically. Any chance you'd apply it to your tree and send a pull request to Linus? Regards, Cascardo. On Fri, Jan 22, 2010 at 08:57:33PM -0200, Thadeu Lima de Souza Cascardo wrote: Instead of... 8 Feb 2010 11:06
[net-next PATCH v2 0/3] net: TCP thin-stream latency-improving modifications
This is a series of patches enabling non-intrusive, dynamically triggered modifications that improves retransmission latencies for thin streams. We have modified the patches according to the feedback from the last round of discussions. Links to discussions about v1 of the patch set: http://thread.gmane.org/gmane... 8 Feb 2010 11:06
[PATCH] HID: Add mapping for "AL Network Chat" usage
From: Leo P White <lpw25(a)cam.ac.uk> Adding a mapping for the 'AL Network Chat' usage from the 'Consumer' usage page (USB HID Usage Tables v1.11). This usage is used by some keyboards for a multimedia key. Signed-off-by: Leo P White <lpw25(a)cam.ac.uk> --- diff -upNr linux.orig/drivers/hid/hid-input.c li... 8 Feb 2010 08:52
[PATCH] kmemcheck: Test the full object in kmemcheck_is_obj_initialized()
This is a fix for bug #14845 (bugzilla.kernel.org). The update_checksum() function in mm/kmemleak.c calls kmemcheck_is_obj_initialised() before scanning an object. When KMEMCHECK_PARTIAL_OK is enabled, this function returns true. However, the crc32_le() reads smaller intervals (32-bit) for which kmemleak_is_obj_in... 8 Feb 2010 06:41
selinux: fix memory leak in sel_make_bools
On 08/14/2009 02:06 PM, James Morris wrote: On Fri, 14 Aug 2009, Xiaotian Feng wrote: In sel_make_bools, kernel allocates memory for bool_pending_names[i] with security_get_bools. So if we just free bool_pending_names, those memories for bool_pending_names[i] will be leaked. Thanks, applied and ... 8 Feb 2010 16:49
[PATCH] sdio_uart: Use kfifo instead of the messy circ stuff
Revised patch to use the new kfifo API. This replaces the one that was dropped from -next due to collisions with the kfifo API changes. Signed-off-by: Alan Cox <alan(a)linux.intel.com> --- drivers/mmc/card/sdio_uart.c | 93 ++++++++++++++---------------------------- 1 files changed, 30 insertions(+), 63 delet... 8 Feb 2010 06:41