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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76578C4332F for ; Wed, 27 Oct 2021 02:28:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5AEC661074 for ; Wed, 27 Oct 2021 02:28:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237976AbhJ0CbV (ORCPT ); Tue, 26 Oct 2021 22:31:21 -0400 Received: from out30-132.freemail.mail.aliyun.com ([115.124.30.132]:46483 "EHLO out30-132.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233064AbhJ0CbR (ORCPT ); Tue, 26 Oct 2021 22:31:17 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R151e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04423;MF=yun.wang@linux.alibaba.com;NM=1;PH=DS;RN=30;SR=0;TI=SMTPD_---0Utq-lV5_1635301725; Received: from testdeMacBook-Pro.local(mailfrom:yun.wang@linux.alibaba.com fp:SMTPD_---0Utq-lV5_1635301725) by smtp.aliyun-inc.com(127.0.0.1); Wed, 27 Oct 2021 10:28:47 +0800 Subject: Re: [PATCH v5 1/2] ftrace: disable preemption when recursion locked To: Steven Rostedt Cc: Miroslav Benes , Guo Ren , Ingo Molnar , "James E.J. Bottomley" , Helge Deller , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Paul Walmsley , Palmer Dabbelt , Albert Ou , Thomas Gleixner , Borislav Petkov , x86@kernel.org, "H. Peter Anvin" , Josh Poimboeuf , Jiri Kosina , Petr Mladek , Joe Lawrence , Masami Hiramatsu , "Peter Zijlstra (Intel)" , Nicholas Piggin , Jisheng Zhang , linux-csky@vger.kernel.org, linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-riscv@lists.infradead.org, live-patching@vger.kernel.org References: <3ca92dc9-ea04-ddc2-71cd-524bfa5a5721@linux.alibaba.com> <333cecfe-3045-8e0a-0c08-64ff590845ab@linux.alibaba.com> <18ba2a71-e12d-33f7-63fe-2857b2db022c@linux.alibaba.com> <20211026080117.366137a5@gandalf.local.home> <3d897161-7b74-944a-f2a0-07311436fbd9@linux.alibaba.com> <20211026222600.7899126f@rorschach.local.home> From: =?UTF-8?B?546L6LSH?= Message-ID: Date: Wed, 27 Oct 2021 10:28:45 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20211026222600.7899126f@rorschach.local.home> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021/10/27 上午10:26, Steven Rostedt wrote: > On Wed, 27 Oct 2021 09:54:13 +0800 > ηŽ‹θ΄‡ wrote: > >> My apologize for the stupid comments... I'll send a v6 for this patch >> only to fix that, please let me know if this is not a good way to fix >> few lines of comments. > > Actually, please resend both patches, as a new patch set, on its own thread. > > Just replying here won't trigger my patchwork scripts. > > And also, if you don't include the other patch, the scripts will drop > it. Got it~ Regards, Michael Wang > > Thanks, > > -- Steve >