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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 482B0C61DA4 for ; Tue, 14 Feb 2023 14:15:44 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4PGNXZ5smYz3f4R for ; Wed, 15 Feb 2023 01:15:42 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=139.178.84.217; helo=dfw.source.kernel.org; envelope-from=cmarinas@kernel.org; receiver=) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4PGNX04zXvz3bgk for ; Wed, 15 Feb 2023 01:15:12 +1100 (AEDT) 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 5EC7F616D3; Tue, 14 Feb 2023 14:15:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C0907C433EF; Tue, 14 Feb 2023 14:14:59 +0000 (UTC) Date: Tue, 14 Feb 2023 14:14:56 +0000 From: Catalin Marinas To: Alexandre Ghiti Subject: Re: [PATCH v3 02/24] arm64: Remove COMMAND_LINE_SIZE from uapi Message-ID: References: <20230214074925.228106-1-alexghiti@rivosinc.com> <20230214074925.228106-3-alexghiti@rivosinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230214074925.228106-3-alexghiti@rivosinc.com> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Rich Felker , linux-ia64@vger.kernel.org, linux-doc@vger.kernel.org, Dave Hansen , x86@kernel.org, Palmer Dabbelt , linux-mips@vger.kernel.org, "James E . J . Bottomley" , Max Filippov , "H . Peter Anvin" , sparclinux@vger.kernel.org, WANG Xuerui , Will Deacon , Alexander Gordeev , linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, linux-snps-arc@lists.infradead.org, Arnd Bergmann , Yoshinori Sato , Jonathan Corbet , linux-sh@vger.kernel.org, Helge Deller , Huacai Chen , Russell King , Ingo Molnar , Geert Uytterhoeven , Vineet Gupta , Matt Turner , Christian Borntraeger , linux-xtensa@linux-xtensa.org, Albert Ou , Vasily Gorbik , Heiko Carstens , Richard Henderson , Nicholas Piggin , linux-m68k@lists.linux-m68k.org, Ivan Kokshaysky , loongarch@lists.linux.dev, Paul Walmsley , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, Chris Zankel , Michal Simek , Thomas Bogendoerfer , linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, Palmer Dabbelt , Sven Schnelle , linux-alpha@vger.kernel.org, Borislav Petkov , linuxppc-dev@lists.ozlabs.org, "David S . Miller" Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Tue, Feb 14, 2023 at 08:49:03AM +0100, Alexandre Ghiti wrote: > From: Palmer Dabbelt > > As far as I can tell this is not used by userspace and thus should not > be part of the user-visible API. > > Signed-off-by: Palmer Dabbelt Acked-by: Catalin Marinas