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 672C1360; Thu, 31 Oct 2024 00:14:14 +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=1730333655; cv=none; b=mWMGN5WFg3mRBrrnTtvciooM+ckgKrGhoiO5Fl2jaIGjR/lLCILDXAiXbqkCTSOpLuH7yslX/E75BC8ADbNkAuis+UM1VTL80asSIZM+RsKROBUdWRZwiyl6i+hGWvgpblaStcdh4jbCkwJLi6Jc+nwjzNId85BfO2MH/sUnsRE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730333655; c=relaxed/simple; bh=Cb+W+pVunO2LoGhA6b9apl9QwWngOitHlidshvRfXoE=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=OMfS+69VMsfjThzStMbrwdRqfZQSw6pZK1GhA+6LEs2BByI0Bso2F5a2E3Xct3JAm+RzSWXPUyAFAZ7iK7lKhPNnt2Jc8oWXDDOQzf3PUuQ3yj+ka02j2SvLnH/2rrj7ex40OlhruCGAq22YLN3ZoubIH/WbQb+NioHMVQ0U+lw= 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 3E4CFC4CECE; Thu, 31 Oct 2024 00:14:10 +0000 (UTC) Date: Wed, 30 Oct 2024 20:14:08 -0400 From: Steven Rostedt To: "Russell King (Oracle)" Cc: Alice Ryhl , 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, Palmer Dabbelt Subject: Re: [PATCH v12 4/5] jump_label: adjust inline asm to be consistent Message-ID: <20241030201408.732cebd5@rorschach.local.home> In-Reply-To: References: <20241030-tracepoint-v12-0-eec7f0f8ad22@google.com> <20241030-tracepoint-v12-4-eec7f0f8ad22@google.com> <20241030191316.2a27ff1b@rorschach.local.home> X-Mailer: Claws Mail 3.17.8 (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 Thu, 31 Oct 2024 00:10:50 +0000 "Russell King (Oracle)" wrote: > > Still missing an ack from the ARM maintainer (32 bit, just added) and loongarch. > > > > I'll wait till Monday, if I don't hear anything against these patches > > I'll pull them in. > > As of what has recently happened, I am not participating in technical > activities until such time that I'm told what is now acceptable. So > far, that has not been forthcoming, and thus I believe it is unwise to > engage in technical discussion. Oh, OK. Thanks for letting me know. -- Steve