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

    n_gsm: copy mtu over when configuring via ioctl interface

to the 2.6.37-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:
     n_gsm-copy-mtu-over-when-configuring-via-ioctl-interface.patch
and it can be found in the queue-2.6.37 subdirectory.

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


>From 91f78f36694b8748fda855b1f9e3614b027a744f Mon Sep 17 00:00:00 2001
From: Ken Mills <[email protected]>
Date: Tue, 25 Jan 2011 14:17:45 +0000
Subject: n_gsm: copy mtu over when configuring via ioctl interface

From: Ken Mills <[email protected]>

commit 91f78f36694b8748fda855b1f9e3614b027a744f upstream.

This field is settable but did not get copied.

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

---
 drivers/tty/n_gsm.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/tty/n_gsm.c
+++ b/drivers/tty/n_gsm.c
@@ -2375,6 +2375,7 @@ static int gsmld_config(struct tty_struc
 
        gsm->initiator = c->initiator;
        gsm->mru = c->mru;
+       gsm->mtu = c->mtu;
        gsm->encoding = c->encapsulation;
        gsm->adaption = c->adaption;
        gsm->n2 = c->n2;


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

queue-2.6.37/n_gsm-copy-mtu-over-when-configuring-via-ioctl-interface.patch

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

Reply via email to