From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 142D81131E0 for ; Tue, 17 May 2022 10:27:06 +0000 (UTC) Date: Tue, 17 May 2022 12:26:52 +0200 From: Andi Shyti Message-ID: References: <20220517072803.186989-1-mauro.chehab@linux.intel.com> <20220517072803.186989-8-mauro.chehab@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220517072803.186989-8-mauro.chehab@linux.intel.com> Subject: Re: [igt-dev] [PATCH i-g-t v4 7/9] lib/igt_core: export kill_children() function List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: Mauro Carvalho Chehab Cc: igt-dev@lists.freedesktop.org, Ch Sai Gowtham , Petri Latvala , Andrzej Hajda List-ID: Hi Mauro, On Tue, May 17, 2022 at 09:28:01AM +0200, Mauro Carvalho Chehab wrote: > From: Mauro Carvalho Chehab > > This function is needed outside igt_core. So, make it exportable, > and allow passing different signs to the children. > > Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Andi Shyti Thanks, Andi