From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Janusz Krzysztofik Date: Fri, 15 Sep 2023 15:35:53 +0200 Message-ID: <1795725.3VsfAaAtOV@jkrzyszt-mobl2.ger.corp.intel.com> In-Reply-To: <23874386.ouqheUzb2q@jkrzyszt-mobl2.ger.corp.intel.com> References: <20230908123233.137134-19-janusz.krzysztofik@linux.intel.com> <20230915142849.5c620a00@maurocar-mobl2> <23874386.ouqheUzb2q@jkrzyszt-mobl2.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [Intel-xe] [Intel-gfx] [PATCH i-g-t v2 13/17] lib/ktap: Reimplement KTAP parser List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" To: Mauro Carvalho Chehab , Mauro Carvalho Chehab Cc: igt-dev@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org, Isabella Basso , Dominik Karol =?utf-8?B?UGnEhXRrb3dza2k=?= List-ID: On Friday, 15 September 2023 15:09:58 CEST Janusz Krzysztofik wrote: > Hi Mauro, > > On Friday, 15 September 2023 14:28:49 CEST Mauro Carvalho Chehab wrote: > > On Fri, 8 Sep 2023 14:32:47 +0200 > > Janusz Krzysztofik wrote: > > > > Forgot to mention on my past review: > > > > > + &n, &len) == 1 && len == strlen(buf))) { > > > + /* > > > + * TODO: drop the following workaround as soon as > > > + * kernel side issue of missing lines with top level > > > + * KTAP version and test suite plan is fixed. > > > + */ > > > > Please add a link to lore with the thread discussing the issue upstream, > > as it can be helpful while this workaround is here. > > > > Also, I would place the workaround on a separate patch, to make > > easier to revert it when upstream fixes it. > > Thanks for pointing that out. Since we already have those kernel changes > included in v6.6-rc1, then in drm-tip, I'll drop the workaround now. Or would you like, Mauro, to keep the workaround for CI testing of linux-xe not yet updated to v6.6-rc1? Thanks, Janusz > > Thanks, > Janusz >