1. 23 8月, 2009 15 次提交
  2. 13 7月, 2009 1 次提交
  3. 14 6月, 2009 1 次提交
  4. 11 6月, 2009 2 次提交
    • A
      tty: fix bluetooth scribbling on low latency flags · 7f8d09ea
      Alan Cox 提交于
      Bluetooth shouldn't be doing this as most drivers don't support the flag,
      furthermore it shouldn't be needed with newer buffering. This becomes rather
      more visible as the locking fixes make the abuse of low_latency visible as
      spew on the users console/dmesg.
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      7f8d09ea
    • A
      tty: rewrite the ldisc locking · c65c9bc3
      Alan Cox 提交于
      There are several pretty much unfixable races in the old ldisc code, especially
      with respect to pty behaviour and also to hangup. It's easier to rewrite the
      code than simply try and patch it up.
      
      This patch
      - splits the ldisc from the tty (so we will be able to refcount it more cleanly
        later)
      - introduces a mutex lock for ldisc changing on an active device
      - fixes the complete mess that hangup caused
      - implements hopefully correct setldisc/close/hangup locking
      
      There are still some problems around pty pairs that have always been there but
      at least it is now possible to understand the code and fix further problems.
      
      This fixes the following known bugs
      - hang up can leak ldisc references
      - hang up may not call open/close on ldisc in a matched way
      - pty/tty pairs can deadlock during an ldisc change
      - reading the ldisc proc files can cause every ldisc to be loaded
      
      and probably a few other of the mysterious ldisc race reports.
      
      I'm sure it also adds the odd new one.
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      c65c9bc3
  5. 08 6月, 2009 4 次提交
  6. 27 2月, 2009 3 次提交
  7. 30 11月, 2008 10 次提交
  8. 31 10月, 2008 1 次提交
  9. 27 10月, 2008 1 次提交
  10. 18 10月, 2008 1 次提交
  11. 14 10月, 2008 1 次提交