The patch titled connector: change connector's max message size has been removed from the -mm tree. Its filename was connector-change-connectors-max-message-size.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: connector: change connector's max message size From: Michal Januszewski <spock@xxxxxxxxxx> Change the maximum message size to 16k to allow transfers of VBE data blocks from userspace. Signed-off-by: Michal Januszewski <spock@xxxxxxxxxx> Signed-off-by: Antonino Daplas <adaplas@xxxxxxxxx> Cc: Evgeniy Polyakov <johnpol@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/connector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/connector.h~connector-change-connectors-max-message-size include/linux/connector.h --- a/include/linux/connector.h~connector-change-connectors-max-message-size +++ a/include/linux/connector.h @@ -43,7 +43,7 @@ /* * Maximum connector's message size. */ -#define CONNECTOR_MAX_MSG_SIZE 1024 +#define CONNECTOR_MAX_MSG_SIZE 16384 /* * idx and val are unique identifiers which _ Patches currently in -mm which might be from spock@xxxxxxxxxx are origin.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html