Re: [uml-devel] [PATCH v2 09/10] tty: Consolidate noctty checks in tty_open()

2016-03-26 Thread Peter Hurley
Hi Richard, On 03/26/2016 10:58 AM, Richard Weinberger wrote: > On Sun, Jan 10, 2016 at 6:13 AM, Peter Hurley > wrote: >> Evaluate the conditions which prevent this tty being the controlling >> terminal in one place, just before setting the controlling terminal. >> >> Signed-off-by: Peter Hurley

Re: [uml-devel] [PATCH v2 09/10] tty: Consolidate noctty checks in tty_open()

2016-03-26 Thread Richard Weinberger
Peter, Am 26.03.2016 um 20:06 schrieb Peter Hurley: > Sorry about that; I hadn't considered the implications of UML console. > Can you test the blob below? Yep, works like a charm. :-) Thanks, //richard -- Transform Dat

Re: [uml-devel] [PATCH v2 09/10] tty: Consolidate noctty checks in tty_open()

2016-03-26 Thread Richard Weinberger
On Sun, Jan 10, 2016 at 6:13 AM, Peter Hurley wrote: > Evaluate the conditions which prevent this tty being the controlling > terminal in one place, just before setting the controlling terminal. > > Signed-off-by: Peter Hurley > --- > drivers/tty/tty_io.c | 17 - > 1 file changed