lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101112213215.GB9294@kroah.com>
Date:	Fri, 12 Nov 2010 13:32:15 -0800
From:	Greg KH <gregkh@...e.de>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Andrew Morton <akpm@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, Alan Cox <alan@...rguk.ukuu.org.uk>
Subject: [GIT PATCH] TTY/serial fixes for .37-rc1

Here are a number of tty and serial fixes for your .37-rc1 tree.

Full details are below, but there's just a range of bug fixes all over
the place, some of them having lived in the tree for quite some time,
and it's nice to get them finally resolved.

Please pull from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/tty-2.6.git/ tty-linus

Patches will be sent to the linux-kernel mailing list, if anyone wants
to see them.

thanks,

greg k-h

------------

 MAINTAINERS                       |    4 +-
 drivers/char/amiserial.c          |    1 -
 drivers/char/nozomi.c             |    1 -
 drivers/char/pcmcia/synclink_cs.c |    1 +
 drivers/serial/8250.c             |    5 +++-
 drivers/serial/8250_pci.c         |    5 ++++
 drivers/serial/bfin_5xx.c         |   31 ++++++++++++++++-------
 drivers/tty/n_gsm.c               |    5 ++-
 drivers/tty/tty_buffer.c          |   14 +++++++++-
 drivers/tty/tty_ldisc.c           |   49 +++++++++++++++++++++++++++++++-----
 drivers/tty/vt/vc_screen.c        |    6 ++--
 include/linux/tty.h               |    2 +-
 12 files changed, 94 insertions(+), 30 deletions(-)

---------------

Alan Cox (2):
      tty: Fix formatting in tty.h
      nozomi: Fix warning from the previous TIOCGCOUNT changes

Andres Salomon (1):
      tty: fix warning in synclink driver

Geert Uytterhoeven (1):
      amiserial: Remove unused variable icount

Greg Kroah-Hartman (1):
      tty: the development tree is now done in git

Jiri Olsa (1):
      tty: prevent DOS in the flush_to_ldisc

Jiri Slaby (1):
      TTY: restore tty_ldisc_wait_idle

Joe Perches (1):
      drivers/serial/bfin_5xx.c: Fix line continuation defects

Ken Mills (2):
      n_gsm: Copy n2 over when configuring via ioctl interface
      n_gsm: Fix length handling

Lawrence Rust (1):
      8250: Fix tcsetattr to avoid ioctl(TIOCMIWAIT) hang

Maciej Szmigiero (1):
      SERIAL: blacklist si3052 chip

Mikulas Patocka (1):
      8250: add support for Kouwell KW-L221N-2

Nicolas Pitre (1):
      vcs: make proper usage of the poll flags

Philippe Rétornaz (1):
      tty_ldisc: Fix BUG() on hangup

Sonic Zhang (4):
      serial: bfin_5xx: always include DMA headers
      serial: bfin_5xx: remove redundant SSYNC to improve TX speed
      serial: bfin_5xx: disable CON_PRINTBUFFER for consoles
      serial: bfin_5xx: grab port lock before making port termios changes

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ