[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080809103957.5580bf6c@tux.DEF.witbe.net>
Date: Sat, 9 Aug 2008 10:39:57 +0200
From: Paul Rolland <rol@...917.net>
To: Greg KH <greg@...ah.com>
Cc: Jeff Garzik <jgarzik@...ox.com>, netdev@...r.kernel.org,
linux-usb@...r.kernel.org, Jari Tenhunen <jari.tenhunen@....fi>,
Olivier Blin <blino@...driva.com>,
Andrew Bird <ajb@...eresystems.co.uk>,
Arjan van de Ven <arjan@...radead.org>,
Andrew Morton <akpm@...ux-foundation.org>, rol@...be.net
Subject: Re: [02/04] hso: fix refcounting on the ttyHSx devices
Hello,
This single patch fixes the problem of the left-over /dev/ttyHSx when
unplugging the Icon device from the USB port. Everything else I'm using is
still working correctly as far as I can see, so you can add a :
Tested-By: Paul Rolland <rol@...917.net>
Thanks for that,
Regards,
Paul
On Fri, 8 Aug 2008 12:01:41 -0700
Greg KH <greg@...ah.com> wrote:
> From: Olivier Blin <blino@...driva.com>
>
>
> The references on ttyHSx devices were not decremented correctly when
> the tty was closed. The helper freeing the serial devices was never
> called because of that, and the module left some dangling sysfs
> devices after being unloaded.
>
> Signed-off-by: Olivier Blin <blino@...driva.com>
> Cc: Jari Tenhunen <jari.tenhunen@....fi>
> Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
>
> ---
> drivers/net/usb/hso.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/drivers/net/usb/hso.c
> +++ b/drivers/net/usb/hso.c
> @@ -1103,8 +1103,8 @@ static void hso_serial_close(struct tty_
> /* reset the rts and dtr */
> /* do the actual close */
> serial->open_count--;
> + kref_put(&serial->parent->ref, hso_serial_ref_free);
> if (serial->open_count <= 0) {
> - kref_put(&serial->parent->ref, hso_serial_ref_free);
> serial->open_count = 0;
> if (serial->tty) {
> serial->tty->driver_data = NULL;
>
--
Paul Rolland E-Mail : rol(at)witbe.net
CTO - Witbe.net SA Tel. +33 (0)1 47 67 77 77
Les Collines de l'Arche Fax. +33 (0)1 47 67 77 99
F-92057 Paris La Defense RIPE : PR12-RIPE
Please no HTML, I'm not a browser - Pas d'HTML, je ne suis pas un navigateur
"Some people dream of success... while others wake up and work hard at it"
"I worry about my child and the Internet all the time, even though she's too
young to have logged on yet. Here's what I worry about. I worry that 10 or 15
years from now, she will come to me and say 'Daddy, where were you when they
took freedom of the press away from the Internet?'"
--Mike Godwin, Electronic Frontier Foundation
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists