From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 15 Sep 2023 14:28:49 +0200 From: Mauro Carvalho Chehab To: Janusz Krzysztofik Message-ID: <20230915142849.5c620a00@maurocar-mobl2> In-Reply-To: <20230908123233.137134-32-janusz.krzysztofik@linux.intel.com> References: <20230908123233.137134-19-janusz.krzysztofik@linux.intel.com> <20230908123233.137134-32-janusz.krzysztofik@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [igt-dev] [Intel-gfx] [PATCH i-g-t v2 13/17] lib/ktap: Reimplement KTAP parser List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org, igt-dev@lists.freedesktop.org, Isabella Basso , intel-xe@lists.freedesktop.org Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: 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.