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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5A67AC4167B for ; Mon, 27 Nov 2023 14:32:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233923AbjK0OcS (ORCPT ); Mon, 27 Nov 2023 09:32:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41838 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233795AbjK0ObV (ORCPT ); Mon, 27 Nov 2023 09:31:21 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A355819B0 for ; Mon, 27 Nov 2023 06:31:05 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 150DDC433C7; Mon, 27 Nov 2023 14:31:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701095465; bh=PbhIFUrBhOvnfv4NDx5a77aTGBoap14K6Uj6Djcsix4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sP2j4SMQRM0RqzTchLsoyEHreiBoofKTOODh2t08XfmwSlVy6Z4tjOoKFqb6eYahW 3mmPO7VA+2aeKI5BqKFd/0BYER+Auje4bUgyCfVBPJCgFd2ijS2fUoAx9FLX8IFlNl wO2XguiKU7rIPj2cwaEW1JKUuK6Q0mH6no0a8rPO9W2keDW6ggGIEqnt3u9d99QJJZ pEzCRN9+7naXwB1hyanofuxQ6xlnmMuB6SMumbmZQi6i7HjIIRkIraH1UYspjkZpum VQ7bGmQpOgf/afSmbJ61fjsYW9YmYut0U0IqzsevO1cejRAtZWgBnwoCiQvULBCyb6 iHO2/D0SnCxpA== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id BF84040094; Mon, 27 Nov 2023 11:31:02 -0300 (-03) Date: Mon, 27 Nov 2023 11:31:02 -0300 From: Arnaldo Carvalho de Melo To: Athira Rajeev Cc: Adrian Hunter , Kan Liang , Tinghao Zhang , Jiri Olsa , Namhyung Kim , Ian Rogers , James Clark , German Gomez , Leo Yan , LKML , linux-perf-users@vger.kernel.org Subject: Re: [PATCH 0/8] perf tests: Reduce inexplicable test failures Message-ID: References: <20231123075848.9652-1-adrian.hunter@intel.com> <5B01AC52-3A95-48E2-BBA8-EC499DFFDFC3@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Mon, Nov 27, 2023 at 10:23:45AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Mon, Nov 27, 2023 at 12:49:13PM +0530, Athira Rajeev escreveu: > > > On 23-Nov-2023, at 7:36 PM, Arnaldo Carvalho de Melo wrote: > > I didn’t find this in either of these places: > > https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/log/?h=perf-tools-next > > https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git/log/?h=perf-tools-next > > I was still testing it on the containers setup, it is at: > > https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/log/?h=tmp.perf-tools-next > https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git/log/?h=tmp.perf-tools-next > > And will move to the perf-tools-next branches soon, I just collected > some more acked-by for some patches in the tmp branch and will push the > updated branch. Done. - Arnaldo