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:	Wed, 22 Sep 2010 11:13:58 +0200
From:	Arnd Bergmann <arnd@...db.de>
To:	Greg KH <greg@...ah.com>
Cc:	Greg KH <gregkh@...e.de>, Jiri Slaby <jslaby@...e.cz>,
	Alan Cox <alan@...rguk.ukuu.org.uk>,
	linux-kernel@...r.kernel.org,
	Rogier Wolff <R.E.Wolff@...wizard.nl>,
	"Michael H. Warfield" <mhw@...tsend.com>,
	Geert Uytterhoeven <geert@...ux-m68k.org>
Subject: Re: [PATCH 1/2] TTY: create /tty and move the tty core files there

On Wednesday 22 September 2010, Greg KH wrote:
> The tty code should be at the root of the tree, as everyone
> needs it, and it's always built, and it's not really a "driver"
> 
> Based on work done by Arnd Bergmann <arnd@...db.de>
> 
> Cc: Arnd Bergmann <arnd@...db.de>
> Cc: Jiri Slaby <jslaby@...e.cz>
> Cc: Alan Cox <alan@...rguk.ukuu.org.uk>,
> Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
> ---
>  Makefile                           |    2 +-
>  drivers/char/Makefile              |    4 +---
>  tty/Makefile                       |    8 ++++++++
>  {drivers/char => tty}/n_tty.c      |    0
>  {drivers/char => tty}/tty_audit.c  |    0
>  {drivers/char => tty}/tty_buffer.c |    0
>  {drivers/char => tty}/tty_io.c     |    0
>  {drivers/char => tty}/tty_ioctl.c  |    0
>  {drivers/char => tty}/tty_ldisc.c  |    0
>  {drivers/char => tty}/tty_mutex.c  |    0
>  {drivers/char => tty}/tty_port.c   |    0

My original patch also moved pty.o, sysrq.o and the n_*.o line disciplines.
It's probably debatable where the line disciplines should go (I don't care
much, so don't ask me), but pty and sysrq seem like they should really
be part of the tty core directory.

	Arnd
--
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