Re: [PATCH v2 0/2] ktest: console pty support

2015-01-29 Thread Steven Rostedt
On Thu, 29 Jan 2015 15:39:39 -0600 Josh Poimboeuf wrote: > Can you tell if it died via dodie()? Looks like that wouldn't clean up > the stty settings. > Looks to have happen in monitor where it called: fail "failed - got a bug report" and return 0; And must have had $die_on_failure

Re: [PATCH v2 0/2] ktest: console pty support

2015-01-29 Thread Josh Poimboeuf
On Thu, Jan 29, 2015 at 03:44:41PM -0500, Steven Rostedt wrote: > On Wed, 28 Jan 2015 13:38:37 -0600 > Josh Poimboeuf wrote: > > > These patches can be applied on top of yesterday's "ktest: restore tty > > settings > > after closing console" patch. They create a pty pair for the console to > >

Re: [PATCH v2 0/2] ktest: console pty support

2015-01-29 Thread Steven Rostedt
On Wed, 28 Jan 2015 13:38:37 -0600 Josh Poimboeuf wrote: > These patches can be applied on top of yesterday's "ktest: restore tty > settings > after closing console" patch. They create a pty pair for the console to > prevent the console child process from messing up ktest's tty settings. > >

Re: [PATCH v2 0/2] ktest: console pty support

2015-01-29 Thread Josh Poimboeuf
On Thu, Jan 29, 2015 at 03:44:41PM -0500, Steven Rostedt wrote: On Wed, 28 Jan 2015 13:38:37 -0600 Josh Poimboeuf jpoim...@redhat.com wrote: These patches can be applied on top of yesterday's ktest: restore tty settings after closing console patch. They create a pty pair for the

Re: [PATCH v2 0/2] ktest: console pty support

2015-01-29 Thread Steven Rostedt
On Thu, 29 Jan 2015 15:39:39 -0600 Josh Poimboeuf jpoim...@redhat.com wrote: Can you tell if it died via dodie()? Looks like that wouldn't clean up the stty settings. Looks to have happen in monitor where it called: fail failed - got a bug report and return 0; And must have had

Re: [PATCH v2 0/2] ktest: console pty support

2015-01-29 Thread Steven Rostedt
On Wed, 28 Jan 2015 13:38:37 -0600 Josh Poimboeuf jpoim...@redhat.com wrote: These patches can be applied on top of yesterday's ktest: restore tty settings after closing console patch. They create a pty pair for the console to prevent the console child process from messing up ktest's tty

[PATCH v2 0/2] ktest: console pty support

2015-01-28 Thread Josh Poimboeuf
These patches can be applied on top of yesterday's "ktest: restore tty settings after closing console" patch. They create a pty pair for the console to prevent the console child process from messing up ktest's tty settings. v2 changes: - rebased onto the stty save/restore patch - added a patch

[PATCH v2 0/2] ktest: console pty support

2015-01-28 Thread Josh Poimboeuf
These patches can be applied on top of yesterday's ktest: restore tty settings after closing console patch. They create a pty pair for the console to prevent the console child process from messing up ktest's tty settings. v2 changes: - rebased onto the stty save/restore patch - added a patch to