From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D403CC433E0 for ; Tue, 22 Dec 2020 13:35:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A0CE6229C6 for ; Tue, 22 Dec 2020 13:35:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727063AbgLVNfe (ORCPT ); Tue, 22 Dec 2020 08:35:34 -0500 Received: from mga03.intel.com ([134.134.136.65]:34116 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727206AbgLVNfd (ORCPT ); Tue, 22 Dec 2020 08:35:33 -0500 IronPort-SDR: 9DCQOnaVJDqa8UAFB13B+C8yIcZRjofVieTLa0+bCxie46+8iy53TBxhyRr+IGcPABw+Ymjqw6 mDG/pKwtM0Hw== X-IronPort-AV: E=McAfee;i="6000,8403,9842"; a="175966754" X-IronPort-AV: E=Sophos;i="5.78,438,1599548400"; d="scan'208";a="175966754" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2020 05:33:47 -0800 IronPort-SDR: Yp9xLDlUE44BIbvp4i10xtRt5UMVdEQAgvpoSv+idTY5J1DtkLh/B8z7QrL8XfElIe2oERtDru fuRABSelxFdA== X-IronPort-AV: E=Sophos;i="5.78,438,1599548400"; d="scan'208";a="341605384" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2020 05:33:45 -0800 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1krhoM-00GZrW-LM; Tue, 22 Dec 2020 15:34:46 +0200 Date: Tue, 22 Dec 2020 15:34:46 +0200 From: Andy Shevchenko To: David Gow Cc: Shuah Khan , Petr Mladek , Brendan Higgins , KUnit Development , "open list:KERNEL SELFTEST FRAMEWORK" , Greg Kroah-Hartman , Guenter Roeck , linux-um , Johannes Berg Subject: Re: kunit stopped working Message-ID: <20201222133446.GG4077@smile.fi.intel.com> References: <20201221144302.GR4077@smile.fi.intel.com> <20201221144510.GS4077@smile.fi.intel.com> <2d4b8148-48ca-290f-1d66-33e302e7571d@linuxfoundation.org> <20201221192757.GZ4077@smile.fi.intel.com> <20201221194008.GA4077@smile.fi.intel.com> <20201221200332.GB4077@smile.fi.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Tue, Dec 22, 2020 at 03:26:24PM +0800, David Gow wrote: > On Tue, Dec 22, 2020 at 9:43 AM David Gow wrote: > > On Tue, Dec 22, 2020 at 4:02 AM Andy Shevchenko > > wrote: > > > On Mon, Dec 21, 2020 at 09:40:08PM +0200, Andy Shevchenko wrote: ... > > > Guys, revert helps. I am open to test any solution you may propose, thanks! ... > I'll send this out properly as a patch to kunit_tool: while I still > think that the default console on UML shouldn't change, it probably > makes sense for KUnit to not rely on the default. Thanks for fast response. I have tested and answered to the patch. -- With Best Regards, Andy Shevchenko From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com ([192.55.52.120]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1krhnS-0000pd-Vt for linux-um@lists.infradead.org; Tue, 22 Dec 2020 13:33:51 +0000 Date: Tue, 22 Dec 2020 15:34:46 +0200 From: Andy Shevchenko Subject: Re: kunit stopped working Message-ID: <20201222133446.GG4077@smile.fi.intel.com> References: <20201221144302.GR4077@smile.fi.intel.com> <20201221144510.GS4077@smile.fi.intel.com> <2d4b8148-48ca-290f-1d66-33e302e7571d@linuxfoundation.org> <20201221192757.GZ4077@smile.fi.intel.com> <20201221194008.GA4077@smile.fi.intel.com> <20201221200332.GB4077@smile.fi.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-um" Errors-To: linux-um-bounces+geert=linux-m68k.org@lists.infradead.org To: David Gow Cc: Petr Mladek , Greg Kroah-Hartman , Brendan Higgins , linux-um , "open list:KERNEL SELFTEST FRAMEWORK" , Shuah Khan , Johannes Berg , Guenter Roeck , KUnit Development On Tue, Dec 22, 2020 at 03:26:24PM +0800, David Gow wrote: > On Tue, Dec 22, 2020 at 9:43 AM David Gow wrote: > > On Tue, Dec 22, 2020 at 4:02 AM Andy Shevchenko > > wrote: > > > On Mon, Dec 21, 2020 at 09:40:08PM +0200, Andy Shevchenko wrote: ... > > > Guys, revert helps. I am open to test any solution you may propose, thanks! ... > I'll send this out properly as a patch to kunit_tool: while I still > think that the default console on UML shouldn't change, it probably > makes sense for KUnit to not rely on the default. Thanks for fast response. I have tested and answered to the patch. -- With Best Regards, Andy Shevchenko _______________________________________________ linux-um mailing list linux-um@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-um