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>] [day] [month] [year] [list]
Date:	Thu, 27 Mar 2008 16:10:06 +0000
From:	Alan Cox <alan@...rguk.ukuu.org.uk>
To:	linux-kernel@...r.kernel.org
Subject: Serial Roadmap

Basic lock_kernel free serial is now pushed to the -mm tree, with a few
more lock drops to get pushed but tested.

After that the following will be changing

- tty->driver will no longer contain a copy of all the operations methods
but that will become tty->driver->ops and in turn tty->ops

- Helpers will appear for things like write_room/put_char/chars_in_buffer

These will be mandatory to use so that we can stamp out all the corner
cases where some combinations of ldisc/driver crash the box due to bogus
assumptions about what methods must be present.

- break_ctl will become mandatory for break handling removing all the
duplicated per driver cruft in old drivers.

- put_char methods will return 0/1 if they queued the character.

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ