This is a note to let you know that I've just added the patch titled

    serial: mrst_max3110: make buffer larger

to the 2.6.38-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     serial-mrst_max3110-make-buffer-larger.patch
and it can be found in the queue-2.6.38 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From d8653d305ef66861c91fa7455fb8038460a7274c Mon Sep 17 00:00:00 2001
From: Dan Carpenter <[email protected]>
Date: Tue, 25 Jan 2011 14:15:11 +0000
Subject: serial: mrst_max3110: make buffer larger

From: Dan Carpenter <[email protected]>

commit d8653d305ef66861c91fa7455fb8038460a7274c upstream.

This is used to store the spi_device ->modalias so they have to be the same
size.  SPI_NAME_SIZE is 32.

Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: Alan Cox <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/tty/serial/mrst_max3110.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/tty/serial/mrst_max3110.c
+++ b/drivers/tty/serial/mrst_max3110.c
@@ -51,7 +51,7 @@
 struct uart_max3110 {
        struct uart_port port;
        struct spi_device *spi;
-       char name[24];
+       char name[SPI_NAME_SIZE];
 
        wait_queue_head_t wq;
        struct task_struct *main_thread;


Patches currently in stable-queue which might be from [email protected] are

queue-2.6.38/serial-mrst_max3110-make-buffer-larger.patch

_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to