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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat,  9 Jan 2016 21:35:17 -0800
From:	Peter Hurley <peter@...leysoftware.com>
To:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:	Jiri Slaby <jslaby@...e.cz>, linux-kernel@...r.kernel.org,
	Peter Hurley <peter@...leysoftware.com>
Subject: [PATCH v2 0/6] tty globals cleanup (cont'd)

Changes from v2: rebased on top of current tty-next

original message follows:

Hi Greg,

This patch series is part of the ongoing effort to cleanup and reduce the
kernel tty interface; specifically removing undefined function declarations,
unused macros, encapsulating global data, undefining unused exports,
limiting functions and data to file scope, etc.

Regards,

Peter Hurley (6):
  tty: Unexport system-wide tty_mutex
  tty: Eliminate global symbol tty_ldisc_N_TTY
  tty: Remove declarations to non-existent functions
  tty: Move tty_check_change() helper
  tty: Remove unreferenced tty flags macro TTY_DEBUG
  tty: Make tty_files_lock per-tty

 drivers/tty/n_tty.c      | 18 ++++++++----------
 drivers/tty/tty_io.c     | 37 ++++++++++++++++++++-----------------
 drivers/tty/tty_ldisc.c  |  6 ------
 include/linux/tty.h      | 10 ++--------
 security/selinux/hooks.c |  4 ++--
 5 files changed, 32 insertions(+), 43 deletions(-)

-- 
2.7.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ