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 6ECA2C54EAA for ; Fri, 27 Jan 2023 02:02:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233156AbjA0CCG (ORCPT ); Thu, 26 Jan 2023 21:02:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42062 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229553AbjA0CBe (ORCPT ); Thu, 26 Jan 2023 21:01:34 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A342974C35; Thu, 26 Jan 2023 17:56:56 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8648761A21; Fri, 27 Jan 2023 01:55:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E1CBEC4339B; Fri, 27 Jan 2023 01:55:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674784552; bh=xIIQl3ZB2+RMmaEg43n6+TKITV6u4wlncwDLBsaGFaE=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=FbcVwIs4hYmawu4L5kFbiFzSg6HjE5UJxiHNmSoNb+Z8SXVM2Zajny/2L+EkYrQq1 JeLUPqIbPbK2ikEtw0k5XLrAfbneqVwc7MlHApfiKYUao5wGhaskNBZTo0qZjL2QLX 1cPoyOUkVd1IoQp+y/E5KD3i4U2cXqKV3yBHhXJ2K89quHh/ZI0S5XPmnEM4S7TGpP ys8jYtYiIYjijQEs9rivCl86v7KfSGkFo4QFwe1q+4eUlF7mRTSoFVxXLf9JYGhN/w XuVwjHkt6evg0UtyVRO6YOwH04POkLpTdZaZ+itlILOHN1ypnKkSjzMTxyHXaEiM2X /us6kh6Kp72yA== Received: by mail-ej1-f48.google.com with SMTP id ss4so9930726ejb.11; Thu, 26 Jan 2023 17:55:52 -0800 (PST) X-Gm-Message-State: AFqh2kpHIIzZvMh5mCnpEan5xttjUXzDHjt20jy3b0HArNce6Dx/vo9V 2yn5bTOizfnqCLFhC+9K+FSmxtPiV0M3YP2yOYU= X-Google-Smtp-Source: AMrXdXvopK2g6QSnHhoWKIzgYgeptPf/W6Irz4d4w98uaPvM/YRNF511bGJiZPWLeks6aVTKf88CzEoCM6lvCrnsi7Q= X-Received: by 2002:a17:906:bc54:b0:871:9048:b7e9 with SMTP id s20-20020a170906bc5400b008719048b7e9mr5464421ejv.120.1674784550987; Thu, 26 Jan 2023 17:55:50 -0800 (PST) MIME-Version: 1.0 References: <20230126172516.1580058-1-guoren@kernel.org> <20230126172516.1580058-2-guoren@kernel.org> In-Reply-To: From: Guo Ren Date: Fri, 27 Jan 2023 09:55:39 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH -next V15 1/7] compiler_types.h: Add __noinstr_section() for noinstr To: Miguel Ojeda Cc: arnd@arndb.de, palmer@rivosinc.com, tglx@linutronix.de, peterz@infradead.org, luto@kernel.org, conor.dooley@microchip.com, heiko@sntech.de, jszhang@kernel.org, lazyparser@gmail.com, falcon@tinylab.org, chenhuacai@kernel.org, apatel@ventanamicro.com, atishp@atishpatra.org, mark.rutland@arm.com, ben@decadent.org.uk, bjorn@kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, Lai Jiangshan , Borislav Petkov , Miguel Ojeda , Kees Cook , =?UTF-8?B?QmrDtnJuIFTDtnBlbA==?= , Nick Desaulniers Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 27, 2023 at 3:14 AM Miguel Ojeda wrote: > > On Thu, Jan 26, 2023 at 6:25 PM wrote: > > > > From: Lai Jiangshan > > > > Signed-off-by: Guo Ren > > Signed-off-by: Lai Jiangshan > > If Lai is the author, but you are submitting it, shouldn't your > `Signed-off-by` be after his? Or are you co-authors? (but then it > would need a Co-developed-by tag) Okay > > Cheers, > Miguel -- Best Regards Guo Ren