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 A56BD19DFA2; Thu, 10 Oct 2024 19:38:43 +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=1728589123; cv=none; b=B5EpfkwaQrsX3qqiapaNGLG5tLceu4G9Ly7+a15jGm/jJxdK0wAjW5W8QXSM4cCbpHxgSQRdEpCidkg6YAghuJGj50kMpdWUdrKMdn/brDJmFqvIt6lEqS7omOWKFq0lTFsJ7TEtvw4JzgK5nXF4Zb+EhsypdQZRQlp6I+Kd7uw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728589123; c=relaxed/simple; bh=+VV1OcAs7SYBgxgmtH80ZSp/jRy+TfN7Ux/bIggdl54=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=QgxSVPyW4cQiFCTWJ1/DF5eVihss2uuXnFjf83IhqlLNB0a5/6cIPTS12L3xrxGNZr5QT+3Fn7oLk+6Z95ECvaCcn2reKzke/FrLI88icdpaLARnxbbnRG4i99U5TrMBbr4VH8Bk8CKQIfatNmGmt6Ai07AUrG44qa/wOOOyrkQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 789EBC4CEC5; Thu, 10 Oct 2024 19:38:37 +0000 (UTC) Date: Thu, 10 Oct 2024 15:38:45 -0400 From: Steven Rostedt To: Alice Ryhl Cc: Masami Hiramatsu , Mathieu Desnoyers , Peter Zijlstra , Josh Poimboeuf , Jason Baron , Ard Biesheuvel , Miguel Ojeda , Alex Gaynor , Wedson Almeida Filho , Boqun Feng , Gary Guo , "=?UTF-8?B?Qmo=?= =?UTF-8?B?w7Zybg==?= Roy Baron" , Benno Lossin , Andreas Hindborg , linux-trace-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, Arnd Bergmann , linux-arch@vger.kernel.org, Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , Sean Christopherson , Uros Bizjak , Catalin Marinas , Will Deacon , Marc Zyngier , Oliver Upton , Mark Rutland , Ryan Roberts , Fuad Tabba , linux-arm-kernel@lists.infradead.org, Paul Walmsley , Palmer Dabbelt , Albert Ou , Anup Patel , Andrew Jones , Alexandre Ghiti , Conor Dooley , Samuel Holland , linux-riscv@lists.infradead.org, Huacai Chen , WANG Xuerui , Bibo Mao , Tiezhu Yang , Andrew Morton , Tianrui Zhao , loongarch@lists.linux.dev Subject: Re: [PATCH v9 4/5] jump_label: adjust inline asm to be consistent Message-ID: <20241010153845.5a4f3ec5@gandalf.local.home> In-Reply-To: <20241001101404.29388dd0@gandalf.local.home> References: <20241001-tracepoint-v9-0-1ad3b7d78acb@google.com> <20241001-tracepoint-v9-4-1ad3b7d78acb@google.com> <20241001101404.29388dd0@gandalf.local.home> X-Mailer: Claws Mail 3.20.0git84 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 1 Oct 2024 10:14:04 -0400 Steven Rostedt wrote: > Can I get some more acks from the arch maintainers? So far there's only one > ack from Peter Zijlstra for x86. But this touches arm, arm64, loongarch and > riscv too. I have an ack from arm64, but since I'm just hearing crickets from the rest, I'm going to just take this through my tree. -- Steve