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:	Sun, 29 Aug 2010 17:51:55 -0400
From:	Mike Frysinger <vapier.adi@...il.com>
To:	Arnd Bergmann <arnd@...db.de>
Cc:	Greg KH <gregkh@...e.de>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 4/5] tty/hw: move hardware drivers to drivers/tty/hw

On Sun, Aug 29, 2010 at 17:06, Arnd Bergmann wrote:
> Random obsolete tty drivers are mixed with random
> other stuff in drivers/char, this moves all the
> tty drivers into one place.
>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> ---
>  MAINTAINERS                                        |   22 +-
>  drivers/char/Kconfig                               |  287 +------------------
>  drivers/char/Makefile                              |   28 +--
>  drivers/char/pcmcia/Kconfig                        |   22 --
>  drivers/char/pcmcia/Makefile                       |    3 -
>  drivers/tty/Makefile                               |    1 +
>  drivers/tty/hw/Kconfig                             |  308 ++++++++++++++++++++
>  drivers/tty/hw/Makefile                            |   27 ++
>  drivers/{char => tty/hw}/amiserial.c               |    0

does it need to be in tty/hw/ ?  seems like there's so little in tty/
to not bother with a further hw/ ...
-mike

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ