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, 3 Mar 2012 20:41:23 -0500
From:	Ted Ts'o <tytso@....edu>
To:	Samuel Thibault <samuel.thibault@...-lyon.org>,
	"John G. Heim" <jheim@...h.wisc.edu>,
	Alan Cox <alan@...rguk.ukuu.org.uk>,
	linux-kernel@...r.kernel.org
Subject: Re: speakup bug

On Sun, Mar 04, 2012 at 01:43:48AM +0100, Samuel Thibault wrote:
> 
> Sure!  But there should be a way to do it without /, just like the
> serial console works on ttyUSB0 without /.

It's not impossible, but the hard part will be creating a naming
infrastructure so the user can specify the appropriate serial port if
there are multiple (non-console) tty devices present on the system.

My suggestion would be to get it working using a userspace daemon, and
then putting in the kernel code to open the serial port without a file
system.  It certainly can be done, with roughly the same techniques
that are used to mount the root file system in the non-initrd case.

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