All of lore.kernel.org
 help / color / mirror / Atom feed
* [BK PATCH] TTY changes for 2.5.58
@ 2003-01-15  1:13 Greg KH
  2003-01-15  1:14 ` [PATCH] " Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2003-01-15  1:13 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Here are some minor tty patches.  They add a struct module to the
tty_driver structure and then increment and decrement the driver's
reference when the tty device assigned to that driver is in use.  This
is much like other subsystems do.

This patch was posted to lkml and no one objected to it.

I've also included a patch that adds this support to the tty drivers in
the drivers/usb/ directory.

Please pull from:
        bk://kernel.bkbits.net/gregkh/linux/tty-2.5

thanks,

greg k-h


 drivers/char/tty_io.c           |    7 +++++++
 drivers/usb/class/bluetty.c     |    7 +------
 drivers/usb/class/cdc-acm.c     |    4 +---
 drivers/usb/serial/usb-serial.c |    1 +
 include/linux/tty_driver.h      |    1 +
 5 files changed, 11 insertions(+), 9 deletions(-)
-----

ChangeSet@1.1026, 2003-01-14 16:57:38-08:00, greg@kroah.com
  TTY: Added .owner for tty drivers in the drivers/usb/ directory

 drivers/usb/class/bluetty.c     |    7 +------
 drivers/usb/class/cdc-acm.c     |    4 +---
 drivers/usb/serial/usb-serial.c |    1 +
 3 files changed, 3 insertions(+), 9 deletions(-)
------

ChangeSet@1.1025, 2003-01-14 16:51:58-08:00, greg@kroah.com
  TTY: add module reference counting for tty drivers.
  
  Note, there are still races with unloading modules, this patch
  does not fix that...

 drivers/char/tty_io.c      |    7 +++++++
 include/linux/tty_driver.h |    1 +
 2 files changed, 8 insertions(+)
------


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-01-15  1:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-15  1:13 [BK PATCH] TTY changes for 2.5.58 Greg KH
2003-01-15  1:14 ` [PATCH] " Greg KH
2003-01-15  1:14   ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.