From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7DA3510E334 for ; Tue, 16 May 2023 08:48:10 +0000 (UTC) Message-ID: <563af8f9-cdeb-4259-4b8a-3bf3edc67bd0@linux.intel.com> Date: Tue, 16 May 2023 09:48:06 +0100 MIME-Version: 1.0 Content-Language: en-US To: Kamil Konieczny , igt-dev@lists.freedesktop.org References: <20230515184604.64135-1-kamil.konieczny@linux.intel.com> From: Tvrtko Ursulin In-Reply-To: <20230515184604.64135-1-kamil.konieczny@linux.intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [igt-dev] [PATCH i-g-t 0/2] Use new procps library libproc2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Hi, On 15/05/2023 19:46, Kamil Konieczny wrote: > This is resend of following patch with minor corrections: > > https://patchwork.freedesktop.org/series/111015/ > Use the new procps library libproc2 Is this series required to build on latest distros by any chance? Regards, Tvrtko > > I also added second patch with some simplifications suggested > by Mauro in: > > https://patchwork.freedesktop.org/series/116896/ > Use new library libproc2 > > v2: corrected 2/2 "lib/igt_aux: unify procps processing" > on old lib path > > Cc: Mauro Carvalho Chehab > > Craig Small (1): > Use the new procps library libproc2 > > Kamil Konieczny (1): > lib/igt_aux: unify procps processing > > lib/igt_aux.c | 276 +++++++++++++++++++++++++++++++----------------- > lib/meson.build | 7 +- > meson.build | 10 +- > 3 files changed, 194 insertions(+), 99 deletions(-) >