[PATCH] input: mt: Introduce MT event slots (rev 5b)
With the rapidly increasing number of intelligent multi-contact and multi-user devices, the need to send digested, filtered information from a set of different sources within the same device is imminent. This patch adds the concept of slots to the MT protocol. The slots enumerate a set of identified sources, such t... 15 Jun 2010 14:16
Your Webmail Quota Has Exceeded The Set Quota
Your Webmail Quota Has Exceeded The Set Quota/Limit Which Is 20GB. You Are Currently Running On 23GB Due To Hidden Files And Folder On Your Mailbox. Please Click the Link Below To Validate Your Mailbox And Increase Your Quota. http://upgrade.4-all.org/ Failure To Click This Link And Validate Your Quota May Res... 15 Jun 2010 14:16
ehea: fix delayed packet processing
Jan-Bernd Themann <ossthema(a)de.ibm.com> wrote: In the eHEA poll function an rmb() is required. Without that some packets on the receive queue are not seen and thus delayed until the next interrupt is handled for the same receive queue. Signed-off-by: Jan-Bernd Themann <themann(a)de.ibm.com> To add a bit ... 16 Jun 2010 22:08
SubmittingPatches: add more about patch descriptions
On Tue, 15 Jun 2010, Randy Dunlap wrote: Does this help? anything need to be added to it? Good. Reviewed-by: Christoph Lameter <cl(a)linux-foundation.org> -- 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... 15 Jun 2010 13:09
[PATCH] tracing: use correct string size for snprintf
The nsecs_str string is a local variable defined as: char nsecs_str[5]; It is possible for the snprintf call to use a size value larger than the size of the string. This should not cause a buffer overrun as it is written now due to the maximum size of the string format. However, this change makes it correct. B... 15 Jun 2010 13:09
vmscan: Setup pagevec as late as possible in shrink_inactive_list()
On Tue, Jun 15, 2010 at 06:47:01AM -0400, Christoph Hellwig wrote: On Mon, Jun 14, 2010 at 12:17:49PM +0100, Mel Gorman wrote: /* + * TODO: Try merging with migrations version of putback_lru_pages + */ +static noinline_for_stack void putback_lru_pages(struct zone *zone, + struct zone_rec... 17 Jun 2010 06:46
linux-next: Tree for June 15 (video/uvc & gadget/webcam)
On Tue, 15 Jun 2010 15:09:07 +1000 Stephen Rothwell wrote: Hi all, Changes since 20100614: (FYI) CONFIG_USB_VIDEO_CLASS=y CONFIG_USB_G_WEBCAM=y (.text+0x1b72a0): multiple definition of `uvc_queue_poll' (.text+0x1b74a0): multiple definition of `uvc_queue_buffer' (.text+0x1b7030): multiple definit... 15 Jun 2010 12:02
Staging: memrar: memrar_handler.c: Fixed whitespace and tab warnings
On Tue, 15 Jun 2010 09:56:27 +0300 Matti Lammi <mattij.lammi(a)gmail.com> wrote: Fixed several witespace and tab related warnings and errors reported by the chechpatch.pl tool. This is my second patch. Please, be nice. Signed-off-by: Matti Lammi <mattij.lammi(a)gmail.com> Acked-by: Alan Cox <alan(a)linux.i... 15 Jun 2010 12:02
[PATCH v2] soc/sh: Fix I2C dependency for SND_FSI_AK4642 and SND_FSI_DA7210
From: Peter Huewe <peterhuewe(a)gmx.de> The config option SND_FSI_AK4642 selects SND_SOC_AK4642 which in turn enables the compilation of ak4642.c - however this codec uses I2C to communicate with the HW. Same applies to DA7210. Consequently when I2C is not set, the compilation fails [1] This patch fixes this ... 15 Jun 2010 12:02
[PATCH 2/2] ehea: Fix kernel deadlock in DLPAR-mem processing
Port reset operations and memory add/remove operations need to be serialized to avoid a kernel deadlock. The deadlock is caused by calling the napi_disable() function twice. Therefore we have to employ the dlpar_mem_lock in the ehea_reset_port function as well Signed-off-by: Jan-Bernd Themann <themann(a)de.ibm.... 15 Jun 2010 12:02