linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-02-05 20:20:20 to 2013-02-20 20:15:33 UTC [more...]

[PATCH v2 00/11] tty: Fix buffer work access-after-free
 2013-02-20 20:03 UTC  (72+ messages)
` [PATCH v3 00/23] ldisc fixes
  ` [PATCH v3 01/23] tty: Add diagnostic for halted line discipline
  ` [PATCH v3 02/23] n_tty: Factor packet mode status change for reuse
  ` [PATCH v3 03/23] n_tty: Don't flush buffer when closing ldisc
  ` [PATCH v3 04/23] tty: Refactor wait for ldisc refs out of tty_ldisc_hangup()
  ` [PATCH v3 05/23] tty: Remove unnecessary re-test of ldisc ref count
  ` [PATCH v3 06/23] tty: Fix ldisc halt sequence on hangup
  ` [PATCH v3 07/23] tty: Strengthen no-subsequent-use guarantee of tty_ldisc_halt()
  ` [PATCH v3 08/23] tty: Halt both ldiscs concurrently
  ` [PATCH v3 09/23] tty: Remove unnecessary buffer work flush
  ` [PATCH v3 10/23] tty: Wait for SAK work before waiting for hangup work
  ` [PATCH v3 11/23] n_tty: Correct unthrottle-with-buffer-flush comments
  ` [PATCH v3 12/23] tty: Kick waiters _after_ the ldisc is locked
  ` [PATCH v3 13/23] n_tty: Fully initialize ldisc before restarting buffer work
  ` [PATCH v3 14/23] tty: Don't reenable already enabled ldisc
  ` [PATCH v3 15/23] tty: Don't restart ldisc on hangup if racing ldisc kill
  ` [PATCH v3 16/23] tty: Make core responsible for synchronizing its work
  ` [PATCH v3 17/23] tty: Document lock requirements to halt ldisc
  ` [PATCH v3 18/23] tty: Remove stale comment re: tty_ldisc_flush_works()
  ` [PATCH v3 19/23] tty: Fix 'deferred reopen' ldisc comment
  ` [PATCH v3 20/23] tty: Remove stale comment re: locking in tty_ldisc_release()
  ` [PATCH v3 21/23] tty: Re-parent orphaned tty_set_ldisc() comments
  ` [PATCH v3 22/23] tty: Bracket ldisc release with TTY_DEBUG_HANGUP messages
  ` [PATCH v3 23/23] tty: Add ldisc hangup debug messages
  ` [PATCH v4 00/32] ldisc patchset
  ` [PATCH v4 01/32] tty: Add diagnostic for halted line discipline
  ` [PATCH v4 02/32] n_tty: Factor packet mode status change for reuse
  ` [PATCH v4 03/32] n_tty: Don't flush buffer when closing ldisc
  ` [PATCH v4 04/32] tty: Refactor wait for ldisc refs out of tty_ldisc_hangup()
  ` [PATCH v4 05/32] tty: Remove unnecessary re-test of ldisc ref count
  ` [PATCH v4 06/32] tty: Fix ldisc halt sequence on hangup
  ` [PATCH v4 07/32] tty: Relocate tty_ldisc_halt() to avoid forward declaration
  ` [PATCH v4 08/32] tty: Strengthen no-subsequent-use guarantee of tty_ldisc_halt()
  ` [PATCH v4 09/32] tty: Halt both ldiscs concurrently
  ` [PATCH v4 11/32] n_tty: Correct unthrottle-with-buffer-flush comments
  ` [PATCH v4 12/32] n_tty: Fully initialize ldisc before restarting buffer work
  ` [PATCH v4 13/32] tty: Don't reenable already enabled ldisc
  ` [PATCH v4 14/32] tty: Complete ownership transfer of flip buffers
  ` [PATCH v4 15/32] tty: Make core responsible for synchronizing its work
  ` [PATCH v4 16/32] tty: Fix 'deferred reopen' ldisc comment
  ` [PATCH v4 17/32] tty: Bracket ldisc release with TTY_DEBUG_HANGUP messages
  ` [PATCH v4 18/32] tty: Add ldisc hangup debug messages
  ` [PATCH v4 19/32] tty: Don't protect atomic operation with mutex
  ` [PATCH v4 20/32] tty: Separate release semantics of ldisc reference
  ` [PATCH v4 21/32] tty: Document unsafe ldisc reference acquire
  ` [PATCH v4 22/32] tty: Fold one-line assign function into callers
  ` [PATCH v4 23/32] tty: Locate get/put ldisc functions together
  ` [PATCH v4 24/32] tty: Remove redundant tty_wait_until_sent()
  ` [PATCH v4 25/32] tty: Add read-recursive, writer-prioritized rw semaphore
  ` [PATCH v4 26/32] tty: Add lock/unlock ldisc pair functions
  ` [PATCH v4 27/32] tty: Replace ldisc locking with ldisc_sem
  ` [PATCH v4 28/32] tty: Clarify ldisc variable
  ` [PATCH v4 29/32] tty: Fix hangup race with TIOCSETD ioctl
  ` [PATCH v4 30/32] tty: Clarify multiple-references comment in "
  ` [PATCH v4 31/32] tty: Fix tty_ldisc_lock name collision
  ` [PATCH v4 32/32] tty: Drop "tty is NULL" flip buffer diagnostic

[PATCH 1/1] tty: atmel_serial_probe(): index of atmel_ports[] fix
 2013-02-20 16:26 UTC 

USB Ooops PL2303 when unplug while use (linux v3.7.3)
 2013-02-20 16:02 UTC  (26+ messages)
  ` [PATCH] USB: serial: fix null-pointer dereferences on disconnect
      ` [PATCH resend] "
  ` [RFC 0/4] tty: port hangup and close issues
    ` [RFC 1/4] tty: clean up port shutdown
    ` [RFC 2/4] tty: fix DTR/RTS not being dropped on hang up
        ` [RFC v2 "
    ` [RFC 3/4] tty: clean up port drain-delay handling
    ` [RFC 4/4] tty: fix close of uninitialised ports
      ` [PATCH 0/4] TTY: port hangup and close fixes
        ` [PATCH 1/4] TTY: clean up port shutdown
        ` [PATCH 2/4] TTY: fix DTR not being dropped on hang up
        ` [PATCH 3/4] TTY: clean up port drain-delay handling
          ` [PATCH 4/4] TTY: fix close of uninitialised ports

[PATCH 1/1] tty: atmel_serial_probe(): index of atmel_ports[] fix
 2013-02-20 15:00 UTC  (2+ messages)

[PATCH V2 1/2] tty: rocket: Explicitly list supported PCI IDs
 2013-02-19 19:40 UTC  (3+ messages)
` [PATCH V4 2/2] serial: rp2: New driver for Comtrol RocketPort 2 cards

[PATCH] serial: imx: fix uninitialized variable warning
 2013-02-18  7:53 UTC  (2+ messages)

[PATCH V2 -firmware] rp2: Initial commit of Comtrol RocketPort 2 microcode
 2013-02-18  3:26 UTC  (2+ messages)

[PATCH 1/2] tty: serial: uartlite: Fix sparse and checkpatch warnings
 2013-02-16 16:16 UTC  (5+ messages)
` [PATCH 2/2] tty: serial: uartlite: Support uartlite on big and little endian systems

[PATCH] serial: tegra: assume CONFIG_OF
 2013-02-15 22:04 UTC 

[PATCH] serial: imx: Fix recursive locking bug
 2013-02-15 17:30 UTC  (2+ messages)

[PATCH 0/4] switch arc-uart to devicetree based probing
 2013-02-14 17:23 UTC  (12+ messages)
` [PATCH 4/4] serial/arc-uart: switch "
        ` [PATCH] serial/arc-uart: Urgent DT related update
          ` [PATCH] serial/arc-uart: Miscll DT related updates (Grant's review comments)

[PATCH 1/2] tty: serial: remove __init on pl011 console ops
 2013-02-13 23:04 UTC  (16+ messages)
` [PATCH 2/2] tty: serial: use module_init on pl011_init

[PATCH] pps: Fix build breakage from decoupling pps from tty
 2013-02-13 19:54 UTC 

[PATCH v2 0/9] 3.8-rc regression with pps-ldisc due to 70ece7a731
 2013-02-13 18:47 UTC  (16+ messages)
` [PATCH v2 7/9] tty: Remove ancient hardpps()
` [PATCH v2 9/9] tty/tty_ldisc.c: use test_and_clear_bit in tty_ldisc_close
` [PATCH v2 1/9] pps: Add pps_lookup_dev() function
` [PATCH v2 2/9] pps: Use pps_lookup_dev to reduce ldisc coupling
` [PATCH v2 4/9] pps: Don't crash the machine when exiting will do
` [PATCH v2 6/9] pps: Additional cleanups in uart_handle_dcd_change
` [PATCH v2 5/9] pps: Move timestamp read into PPS code proper
` [PATCH v2 8/9] pps: Use a single cdev
` [PATCH v2 3/9] pps: Fix a use-after free bug when unregistering a source

What to set uart_port->irq to for polled driver?
 2013-02-13 15:24 UTC 

linux-next: Tree for Feb 12 [ WARNING: at drivers/tty/tty_buffer.c:427 flush_to_ldisc | tty is NULL ]
 2013-02-12 21:38 UTC 

[PATCH] serial: samsung: remove the use of statically remapped controller address
 2013-02-12 18:23 UTC  (2+ messages)

RS485 implementation questions (primarly in atmel_serial.c)
 2013-02-11 17:05 UTC  (7+ messages)
              ` [PATCH] atmel_serial: general fixes for RS485 and TTGR
              ` [PATCH 1/3] RS485: add unit of measure for delays
              ` [PATCH 2/3] atmel_serial: use msleep "
              ` [PATCH 3/3] atmel_serial: add generic TTGR support

[PATCH 0/7] 3.8-rc regression with pps-ldisc due to 70ece7a731
 2013-02-09  7:05 UTC  (11+ messages)
` [PATCH 3/7] pps: Don't crash the machine when exiting will do
` [PATCH 4/7] tty: Remove ancient hardpps()
` [PATCH 1/7] pps: Decouple N_PPS from N_TTY
` [PATCH 2/7] pps: Additional cleanups in uart_handle_dcd_change
` [PATCH 5/7] pps: Add pps_lookup_dev() function
` [PATCH 6/7] pps: Use pps_lookup_dev to reduce ldisc coupling
` [PATCH 7/7] tty/tty_ldisc.c: use test_and_clear_bit in tty_ldisc_close

TTY/serial tree now closed for 3.9
 2013-02-09  0:04 UTC 

[RFC PATCH 0/3] ACPI/UART: Add ACPI 5.0 enueration support for UART
 2013-02-07  0:38 UTC  (6+ messages)
` [RFC PATCH] ACPI / serial: Add UART change_pm support with ACPI power domain

3.8-rc regression with pps-ldisc due to 70ece7a731
 2013-02-06 23:15 UTC  (15+ messages)
` [PATCH 0/4] tty, pps: decouple pps
  ` [PATCH 1/4] pps: Decouple N_PPS from N_TTY
  ` [PATCH 2/4] pps: Don't crash the machine when exiting will do
  ` [PATCH 3/4] pps: Use lookup list to reduce ldisc coupling
  ` [PATCH 4/4] tty: Remove ancient hardpps()

[PATCH] Revert "serial: imx: Move imx_port_ucrs_save/restore under CONFIG_CONSOLE_POLL"
 2013-02-06 21:36 UTC  (2+ messages)

[PATCH] input: drop unnecessary dependencies on TTY
 2013-02-06 19:17 UTC  (2+ messages)

3.8-rc regression with pps-ldisc due to 70ece7a731
 2013-02-06 16:15 UTC  (2+ messages)

Please Refer to Attach Letter and Reply Urgently
 2013-02-06 11:15 UTC 

[PATCH] pty: Remove redundant itty reset
 2013-02-05 21:08 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).