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 D09E8C433FE for ; Thu, 14 Apr 2022 06:35:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239639AbiDNGiF (ORCPT ); Thu, 14 Apr 2022 02:38:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58370 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232107AbiDNGiE (ORCPT ); Thu, 14 Apr 2022 02:38:04 -0400 Received: from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C3F3C3137D; Wed, 13 Apr 2022 23:35:40 -0700 (PDT) Received: from kwepemi500013.china.huawei.com (unknown [172.30.72.55]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4Kf8pD4gxMz1HBvq; Thu, 14 Apr 2022 14:35:00 +0800 (CST) Received: from [10.67.111.192] (10.67.111.192) by kwepemi500013.china.huawei.com (7.221.188.120) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2375.24; Thu, 14 Apr 2022 14:35:36 +0800 Message-ID: Date: Thu, 14 Apr 2022 14:35:26 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: [PATCH bpf-next 1/5] arm64: ftrace: Add ftrace direct call support Content-Language: en-US To: Song Liu CC: bpf , "linux-arm-kernel@lists.infradead.org" , open list , Networking , "open list:KERNEL SELFTEST FRAMEWORK" , Will Deacon , Steven Rostedt , Daniel Borkmann , Alexei Starovoitov , Zi Shen Lim , Andrii Nakryiko , Martin Lau , Yonghong Song , John Fastabend , KP Singh , X86 ML , "H. Peter Anvin" , Shuah Khan , Mark Rutland , Ard Biesheuvel , Pasha Tatashin , Peter Collingbourne , Daniel Kiss , Sudeep Holla , Steven Price , Marc Zyngier , Mark Brown , Kumar Kartikeya Dwivedi , Delyan Kratunov References: <20220413054959.1053668-1-xukuohai@huawei.com> <20220413054959.1053668-2-xukuohai@huawei.com> From: Xu Kuohai In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.111.192] X-ClientProxiedBy: dggeme701-chm.china.huawei.com (10.1.199.97) To kwepemi500013.china.huawei.com (7.221.188.120) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On 4/14/2022 1:58 PM, Song Liu wrote: > Just one nitpick for 2/5: as we move is_valid_bpf_tramp_flags to > trampoline.c, we should change the multi-line comment into net > style: Thanks for your suggestion, will fix in v2.