From: Arjan van de Ven Date: Mon, 26 Jul 2010 09:04:24 +0000 (+0100) Subject: Fix stack buffer size for IPC writev messages X-Git-Tag: v2.6.36-rc1~579^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51cd525dce018f298568d8e2e769b1a698ef91cd;p=pandora-kernel.git Fix stack buffer size for IPC writev messages The stack buffer for IPC messages was 16 bytes, limiting messages to a size of 4 (each message is 32 bit). However, the touch screen driver is trying to send messages of size 5.... (AC: Set to 20 bytes having checked the max size allowed) Signed-off-by: Arjan van de Ven Signed-off-by: Alan Cox Signed-off-by: Matthew Garrett --- Reading git-diff-tree failed