From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5ADCFC43461 for ; Thu, 17 Sep 2020 19:56:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 210D620717 for ; Thu, 17 Sep 2020 19:56:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600372612; bh=EowOzlDowBgKvpfS15oV3ZUep7H9vlTV6OLVhaJINaQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=GrjwiaDKgTECaAzwoiz1iPg8+aI7/0tH0a9RjTlUg3JsdEgDTYIehKkh82rVUUP+1 GEVn3x7xGv3Cbj+nwk2x/uU/YLsxRie3toM7GaRlNyejyfkFoL5nefIi/ugj5kCppR d3RcJk+MXlM2sE7UW1hwiZvDTi94mgwoayxH517g= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726396AbgIQT4u (ORCPT ); Thu, 17 Sep 2020 15:56:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:58432 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726327AbgIQT4r (ORCPT ); Thu, 17 Sep 2020 15:56:47 -0400 Received: from quaco.ghostprotocols.net (unknown [179.97.37.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 35335206DB; Thu, 17 Sep 2020 19:56:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600372607; bh=EowOzlDowBgKvpfS15oV3ZUep7H9vlTV6OLVhaJINaQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dKdNZnG9f6vONayvp0czWjt8rok7ZWg1z8p3jtUG9U8IwOXQqsM+ugJI0Ca8/vqwi 6pxiPN+sf7hr0+zwl5yCVeHVpCHjEtxHOMpSFnVKASP19cU1uNqfW6QiIm3UFgt4ML xOQltvmljqxUb/QsjMLCmTpbtfK1jWXVl1rbYybM= Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 0B5D1400E9; Thu, 17 Sep 2020 16:56:45 -0300 (-03) Date: Thu, 17 Sep 2020 16:56:44 -0300 From: Arnaldo Carvalho de Melo To: "Frank Ch. Eigler" Cc: Masami Hiramatsu , Arnaldo Carvalho de Melo , Aaron Merey , Daniel Thompson , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] perf probe: Support debuginfod client Message-ID: <20200917195644.GA1431236@kernel.org> References: <160027467316.803747.10741549521899847231.stgit@devnote2> <20200916181307.GB16238@redhat.com> <20200916185218.GA1322686@kernel.org> <20200916201753.GC16238@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200916201753.GC16238@redhat.com> X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Sep 16, 2020 at 04:17:53PM -0400, Frank Ch. Eigler escreveu: > Hi - > > > > Nice, even uses the source code fetching part of the webapi! > > > > So, can I take that as an Acked-by or Reviewed-by? > > Sure. Thanks, applied both now that the things that made some 'perf probe' 'perf test' entries to fail is out of the way, all passes now with these patches. - Arnaldo