From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 99277481B0; Wed, 20 Dec 2023 18:07:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="aY21/BNr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E5002C433C8; Wed, 20 Dec 2023 18:07:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1703095675; bh=2K0Vk/aHwTr1UIR4EyDGZvUHGt2peKc8TKVMqrd/yQ0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aY21/BNrQSxz5xRBgl9iifwLMI9tPSHeG2H3+G5NoVZSl+S5QBcyKkdR+1NPtKn2+ Rrxzar+Y9lb2Ahak17saiDfGP19AdL2fT/uQyIAGRtOAwoGYCKQVQH7ogEUu4Rbb0N wPkn18upIviEXj0a8oNhlaM4WJDkgaHdshZA6hGIzvs9ANc601Tz54XMKmxW6qzyCv YU+QczfHJxIZrWp0/4UuxrHc0IqTHIS17JPYxZKYVeO9jQBsDHo2Fc3gPxauxMcvUE jrBmXXMcjxJ4egOhYG3YVuPo87kBsYlHAd76ArnIO9dP7rrr3uGBxTZ3sBioHmZqf9 pkGkIPIsnKxFA== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 9ED42403EF; Wed, 20 Dec 2023 15:07:52 -0300 (-03) Date: Wed, 20 Dec 2023 15:07:52 -0300 From: Arnaldo Carvalho de Melo To: Ian Rogers Cc: Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Adrian Hunter , Nick Terrell , Kan Liang , Andi Kleen , Kajol Jain , Athira Rajeev , Huacai Chen , Masami Hiramatsu , Vincent Whitchurch , "Steinar H. Gunderson" , Liam Howlett , Miguel Ojeda , Colin Ian King , Dmitrii Dolgov <9erthalion6@gmail.com>, Yang Jihong , Ming Wang , James Clark , K Prateek Nayak , Sean Christopherson , Leo Yan , Ravi Bangoria , German Gomez , Changbin Du , Paolo Bonzini , Li Dong , Sandipan Das , liuwenyu , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Guilherme Amadio Subject: Re: [PATCH v6 00/47] maps/threads/dsos memory improvements and fixes Message-ID: References: <20231207011722.1220634-1-irogers@google.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: X-Url: http://acmel.wordpress.com Em Wed, Dec 20, 2023 at 02:46:54PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Mon, Dec 18, 2023 at 10:27:16PM -0300, Arnaldo Carvalho de Melo escreveu: > > This is all in perf-tools-next/perf-tools-next, merged with > > torvalds/master, which made some of the tests (e.g. "perf list" IIRC) to > > stop failing, something that went via perf-tools for v6.7. > > Please refresh this series and any other that you may have outstanding > > on top of that. > > I'll continue processing patches and will try to help with refreshing as > > soon as I can. > 11/47 was failing due to a trivial conflict with: > 4fb54994b2360ab5 ("perf unwind-libunwind: Fix base address for .eh_frame") > Fixed up, continuing... applied up to 22/47, will review from them on later, after what has been merged so far has some time in linux-next. - Arnaldo