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]
Date:   Wed, 12 Apr 2017 18:37:13 -0400
From:   Nicolas Pitre <nicolas.pitre@...aro.org>
To:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Jiri Slaby <jslaby@...e.com>
Cc:     linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] assorted TTY code cleanups

Those are, I hope, fairly uncontrovertial patches that should require very
little review as they mostly do code movement providing nice cleanups.
No logical changes are introduced by those patches.

My minitty patch series is based on top of this, and given the timing,
I don't expect it to go upstream just yet. However the following patches
could be merged separately for the next merge window.

Overall diffstat:

 drivers/tty/Makefile        |   3 +-
 drivers/tty/serial/Makefile |   3 +-
 drivers/tty/tty_baudrate.c  | 232 ++++++++++++++++++
 drivers/tty/tty_io.c        | 571 +-------------------------------------------
 drivers/tty/tty_ioctl.c     | 222 -----------------
 drivers/tty/tty_jobctrl.c   | 554 ++++++++++++++++++++++++++++++++++++++++++
 include/linux/console.h     |   2 +
 include/linux/tty.h         |  13 +-
 init/main.c                 |   2 +-
 kernel/printk/printk.c      |  24 ++
 10 files changed, 838 insertions(+), 788 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ