Re: [PATCH] kunit: tool: Force the use of the 'tty' console for UML

2021-01-07 Thread Shuah Khan
On 1/7/21 9:53 AM, Petr Mladek wrote: On Wed 2021-01-06 12:29:12, David Gow wrote: On Wed, Jan 6, 2021 at 3:52 AM Shuah Khan wrote: On 1/5/21 11:57 AM, Andy Shevchenko wrote: On Tue, Jan 05, 2021 at 09:34:33AM -0700, Shuah Khan wrote: On 1/5/21 9:21 AM, Petr Mladek wrote: On Mon 2021-01-04

Re: [PATCH] kunit: tool: Force the use of the 'tty' console for UML

2021-01-07 Thread Petr Mladek
On Wed 2021-01-06 12:29:12, David Gow wrote: > On Wed, Jan 6, 2021 at 3:52 AM Shuah Khan wrote: > > > > On 1/5/21 11:57 AM, Andy Shevchenko wrote: > > > On Tue, Jan 05, 2021 at 09:34:33AM -0700, Shuah Khan wrote: > > >> On 1/5/21 9:21 AM, Petr Mladek wrote: > > >>> On Mon 2021-01-04 09:23:57, Shua

Re: [PATCH] kunit: tool: Force the use of the 'tty' console for UML

2021-01-05 Thread David Gow
On Wed, Jan 6, 2021 at 3:52 AM Shuah Khan wrote: > > On 1/5/21 11:57 AM, Andy Shevchenko wrote: > > On Tue, Jan 05, 2021 at 09:34:33AM -0700, Shuah Khan wrote: > >> On 1/5/21 9:21 AM, Petr Mladek wrote: > >>> On Mon 2021-01-04 09:23:57, Shuah Khan wrote: > On 12/22/20 4:11 AM, Andy Shevchenko

Re: [PATCH] kunit: tool: Force the use of the 'tty' console for UML

2021-01-05 Thread Shuah Khan
On 1/5/21 11:57 AM, Andy Shevchenko wrote: On Tue, Jan 05, 2021 at 09:34:33AM -0700, Shuah Khan wrote: On 1/5/21 9:21 AM, Petr Mladek wrote: On Mon 2021-01-04 09:23:57, Shuah Khan wrote: On 12/22/20 4:11 AM, Andy Shevchenko wrote: On Mon, Dec 21, 2020 at 11:39:00PM -0800, David Gow wrote: ku

Re: [PATCH] kunit: tool: Force the use of the 'tty' console for UML

2021-01-05 Thread Andy Shevchenko
On Tue, Jan 05, 2021 at 09:34:33AM -0700, Shuah Khan wrote: > On 1/5/21 9:21 AM, Petr Mladek wrote: > > On Mon 2021-01-04 09:23:57, Shuah Khan wrote: > > > On 12/22/20 4:11 AM, Andy Shevchenko wrote: > > > > On Mon, Dec 21, 2020 at 11:39:00PM -0800, David Gow wrote: > > > > > kunit_tool relies on t

Re: [PATCH] kunit: tool: Force the use of the 'tty' console for UML

2021-01-05 Thread Shuah Khan
On 1/5/21 9:21 AM, Petr Mladek wrote: On Mon 2021-01-04 09:23:57, Shuah Khan wrote: On 12/22/20 4:11 AM, Andy Shevchenko wrote: On Mon, Dec 21, 2020 at 11:39:00PM -0800, David Gow wrote: kunit_tool relies on the UML console outputting printk() output to the tty in order to get results. Since t

Re: [PATCH] kunit: tool: Force the use of the 'tty' console for UML

2021-01-05 Thread Petr Mladek
On Mon 2021-01-04 09:23:57, Shuah Khan wrote: > On 12/22/20 4:11 AM, Andy Shevchenko wrote: > > On Mon, Dec 21, 2020 at 11:39:00PM -0800, David Gow wrote: > > > kunit_tool relies on the UML console outputting printk() output to the > > > tty in order to get results. Since the default console driver

Re: [PATCH] kunit: tool: Force the use of the 'tty' console for UML

2021-01-04 Thread Shuah Khan
On 12/22/20 4:11 AM, Andy Shevchenko wrote: On Mon, Dec 21, 2020 at 11:39:00PM -0800, David Gow wrote: kunit_tool relies on the UML console outputting printk() output to the tty in order to get results. Since the default console driver could change, pass 'console=tty' to the kernel. This is tri

Re: [PATCH] kunit: tool: Force the use of the 'tty' console for UML

2020-12-27 Thread Brendan Higgins
On Mon, Dec 21, 2020 at 11:39 PM David Gow wrote: > > kunit_tool relies on the UML console outputting printk() output to the > tty in order to get results. Since the default console driver could > change, pass 'console=tty' to the kernel. > > This is triggered by a change[1] to use ttynull as a fa

Re: [PATCH] kunit: tool: Force the use of the 'tty' console for UML

2020-12-22 Thread Andy Shevchenko
On Mon, Dec 21, 2020 at 11:39:00PM -0800, David Gow wrote: > kunit_tool relies on the UML console outputting printk() output to the > tty in order to get results. Since the default console driver could > change, pass 'console=tty' to the kernel. > > This is triggered by a change[1] to use ttynull