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 21C56C6FA82 for ; Thu, 22 Sep 2022 12:25:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231297AbiIVMZp (ORCPT ); Thu, 22 Sep 2022 08:25:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48378 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231557AbiIVMZj (ORCPT ); Thu, 22 Sep 2022 08:25:39 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5A564DE0F2 for ; Thu, 22 Sep 2022 05:25:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1663849537; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BbHo+nup5LeM5CPwP1fGUjxG11sfODUSTv/mMzZKWao=; b=F7BF6nePpyzsWaL1KRW/jVrREfmulFWoL9gn3t2YeT8ny6uDR6oO/csExMHmgjvatQVTE6 FCREq0JQdnzv/+ZfLyo8QWuITJmsyAPUoFICi/QgwlXqMvnV738waa9R514H6dzrdcOxgd dZR7nI650cD+Jrz6itBDx6h3v5pdZs0= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-472-VDpk4jHGOvOJ7oaar4jyfA-1; Thu, 22 Sep 2022 08:25:34 -0400 X-MC-Unique: VDpk4jHGOvOJ7oaar4jyfA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A402A185A78B; Thu, 22 Sep 2022 12:25:33 +0000 (UTC) Received: from [10.22.33.6] (unknown [10.22.33.6]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5FD912024CC5; Thu, 22 Sep 2022 12:25:33 +0000 (UTC) Message-ID: Date: Thu, 22 Sep 2022 08:25:33 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [PATCH 2/2] tracing: Use proper do_arch_spin_lock() API Content-Language: en-US To: Peter Zijlstra , Steven Rostedt Cc: Ingo Molnar , Will Deacon , Boqun Feng , linux-kernel@vger.kernel.org References: <20220921132152.1622616-1-longman@redhat.com> <20220921132152.1622616-3-longman@redhat.com> <20220921181721.3a51afe9@gandalf.local.home> From: Waiman Long In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9/22/22 03:55, Peter Zijlstra wrote: > I'm with Steve on not adding wrappers for this; people that use > arch_spinlock_* get to keep the pieces :-) Yes, I am going to drop patch 1 and open-code all the changes in a new patch. Cheers, Longman