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, 29 Apr 2017 20:58:16 +0100
From:   Okash Khawaja <okash.khawaja@...il.com>
To:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Jiri Slaby <jslaby@...e.com>,
        Samuel Thibault <samuel.thibault@...-lyon.org>,
        linux-kernel@...r.kernel.org
Cc:     William Hubbs <w.d.hubbs@...il.com>,
        Chris Brannon <chris@...-brannons.com>,
        Kirk Reiser <kirk@...sers.ca>, speakup@...ux-speakup.org,
        devel@...verdev.osuosl.org
Subject: Re: [patch 0/6] staging: speakup: migrate synths to use TTY-based
 comms

Hi,

Forgot to add intro. Following is what I wanted to say:

This patchset migrates all external synths from using raw serial i/o to
using tty-based comms. The synths not migrated are internal ones -
plugged directly into motherboard, communicating over ISA etc. It's
important to note that these patches access TTY from inside kernel.

Here is the summary of the patches in this set.

Patch 1: Refactors to make input functionality swappable between serial
i/o and tty. This is part of series of previous patches already
submitted, which refactor the code in order to pave the way for actual
migration to come.
Patch 2: Exports tty_open_by_driver in order to allow the speakup to
access it.
Patch 3: Adds spk_ttyio.c, a container of TTY-based comms.
Patch 4: Migrates some synths which use relatively simple comms - output
only.
Patch 5: Adds more TTY-based functionality that wasn't already added in
patch 3.
Patch 6: Migrates remaining external synths based.

Thanks,
Okash

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ