From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 42054146A71; Mon, 16 Dec 2024 16:30:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734366638; cv=none; b=q7kkTatEYB9F60UaImhPh8X/ZNdr9Ekuglglp1ppZ550TZDj85685+/V7hGJTqmyN3EkZcQ8S72fAI0lmLU5d2bL4liV00nK/pyWrEMmkKANnpMaBsAcvrA/1mXlV6BUtN7Y67+75SnDwEVZOcpFmoLJic6NCNcYU4umuvyipRI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734366638; c=relaxed/simple; bh=sCqdfmo73408B6gVlFr/HnzDiWGiX3aBba9aNEYskhY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=M9ehYkBK5vS8tq25aYE9pzQ5W2wwCKfHNt14XSUjeSNxsaiO6O1luiGzYz3fg1c1oX7RjxHKWG4GRYQVEtGgrNexd4C/D9jHhQLUGItFr7hK2zI0WR3mjg56KRuFN7R1cxuCl1kBZ30o5ubU6AF2r6dR27zzNMVyg3X8RMYhzKc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 5F3601063; Mon, 16 Dec 2024 08:31:03 -0800 (PST) Received: from localhost (e132581.arm.com [10.2.76.71]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id DBD003F58B; Mon, 16 Dec 2024 08:30:34 -0800 (PST) Date: Mon, 16 Dec 2024 16:30:33 +0000 From: Leo Yan To: Quentin Monnet Cc: Arnaldo Carvalho de Melo , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Eduard Zingerman , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , Nick Terrell , Namhyung Kim , Ian Rogers , Adrian Hunter , "Liang, Kan" , James Clark , Guilherme Amadio , linux-kernel@vger.kernel.org, bpf@vger.kernel.org, linux-perf-users@vger.kernel.org Subject: Re: [PATCH v3 3/3] bpftool: Link zstd lib required by libelf Message-ID: <20241216163033.GA700645@e132581.arm.com> References: <20241215221223.293205-1-leo.yan@arm.com> <20241215221223.293205-4-leo.yan@arm.com> Precedence: bulk X-Mailing-List: linux-perf-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Mon, Dec 16, 2024 at 11:23:29AM +0000, Quentin Monnet wrote: > > 2024-12-15 22:12 UTC+0000 ~ Leo Yan > > When the feature libelf-zstd is detected, the zstd lib is required by > > libelf. Link the zstd lib in this case. > > > > Signed-off-by: Leo Yan > > Tested-by: Namhyung Kim > > Acked-by: Andrii Nakryiko > > Reviewed-by: Quentin Monnet > > Thank you! And thanks for the updated commit description in your first > patch, looks great. Thank you for continuous review, Quentin! Leo