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 0D9B2165F05 for ; Fri, 30 Aug 2024 13:37:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725025029; cv=none; b=tMoMj6OQE0sATz9XetN974UBUu3z3EmbILfzg6I9eIFQJ7drnSdbupysGIn1LGVOTnw5eirqdfYTLy2DClILBBwL2rN2gN5d8c8R1mARtIHcdyXpMwBR1XoEqL9vsF73V1R28vJrC2diCYfkKgCFCqjv+oY8RXJmuXF+QgcAtCc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725025029; c=relaxed/simple; bh=VrkFLo9b82/ZdEIQjnHaqEIbLRMJ0Cnw3oTqMOIg9Y4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=J84ZFu0zWYNeuJX2KaNi4JRPtFedsTCLbsMCo4KQC7F52FxV2TFvhkAOLHGYd3O0R/TL72EHhocj1g+DHu/7v0QBVgbJ5w/cygeepJMgFkA9wktKzUVa1ADRsVXh74SXIX1tsHEFGTAXqVCklnrGJKc0+4LYJdEI4svlex5dlbE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=g26UpISI; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="g26UpISI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 412AFC4CEC2; Fri, 30 Aug 2024 13:37:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1725025028; bh=VrkFLo9b82/ZdEIQjnHaqEIbLRMJ0Cnw3oTqMOIg9Y4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=g26UpISIOpy9xyli0TfJxi8kPf2XL/OCA3zx3fEAEqqylz2zP7j7YxBI6D++d4xNA Gy/Y1JN9DO4zs0Y4oao2fz/7o+qYhOtmcjRSBPS+ifvE2fUBQUG+fVSPBWix5J/89c wHmJu3mmVmpROvE7w4TUkWKKQvoy9QpjFW67j5wMbyQJ0OZXIbPGLBkORUwDetmmxK Li6sbDB40f+n+Fic98axWiVCLXPLrrNyRn68Gco9T/F/zjLNboLzuk3jlBaatDS44T 7SL5k+rUIrp+OhkVkkOKC2kzlIx6p14Q21VUf8oKRYePdt1eeaDSRvhv2PFS7qwFqB Ifw0R1cCXRF9g== Date: Fri, 30 Aug 2024 10:37:05 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Ben Hutchings , Xu Yang , Ian Rogers , Veronika Molnarova , Adrian Hunter , James Clark , Jiri Olsa , Kan Liang , Michael Petlan , Radostin Stoyanov , Linux Kernel Mailing List Subject: Re: [PATCH 1/1] perf tests pmu: Initialize all fields of test_pmu variable Message-ID: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Thu, Aug 29, 2024 at 08:49:05PM -0700, Namhyung Kim wrote: > On Thu, Aug 29, 2024 at 2:09 PM Arnaldo Carvalho de Melo wrote: > > Being only in perf-tools-next: > > https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git/commit/?h=perf-tools-next&id=37e2a19c98bf99747ca997be876dfc13f9165e0a > > So yeah, probably Namhyung can cherry-pick that patch (Veronika's) into > > perf-tools for v6.11. > > There were a few more fixes that I noticed and picked for > > perf-tools-next that then people reported that should also be > > cherry-picked for v6.11, Namhyung? > Ok, I can pick this up. I think my perf lock contention fix also can > go to perf-tools. > What others do you want me to pick up? Here Ben points to one: https://lore.kernel.org/all/d94d995e476a5c014e1ce4d75d36f8667acd3316.camel@decadent.org.uk/T/#u Which I think its this one: commit 2518e13275ab9ea6b2540f828cf78b0280991f85 Author: Xu Yang Date: Mon Aug 19 10:34:03 2024 +0800 perf python: Fix the build on 32-bit arm by including missing "util/sample.h" There is also this one: commit 6236ebe07131a7746d870f1d8eb3637a8df13e70 Author: Arnaldo Carvalho de Melo Date: Mon Aug 19 16:46:29 2024 -0300 perf daemon: Fix the build on more 32-bit architectures The previous attempt fixed the build on debian:experimental-x-mipsel, but when building on a larger set of containers I noticed it broke the build on some other 32-bit architectures such as: 42 7.87 ubuntu:18.04-x-arm : FAIL gcc version 7.5.0 (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) builtin-daemon.c: In function 'cmd_session_list': builtin-daemon.c:692:16: error: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'long int' [-Werror=format=] - Arnaldo