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 X-Spam-Level: X-Spam-Status: No, score=-11.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_IN_DEF_DKIM_WL autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 03987C388F9 for ; Tue, 3 Nov 2020 16:00:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9B55F223C7 for ; Tue, 3 Nov 2020 16:00:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="lHY1HLID" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728180AbgKCQAL (ORCPT ); Tue, 3 Nov 2020 11:00:11 -0500 Received: from linux.microsoft.com ([13.77.154.182]:33210 "EHLO linux.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727742AbgKCQAL (ORCPT ); Tue, 3 Nov 2020 11:00:11 -0500 Received: from sequoia (162-237-133-238.lightspeed.rcsntx.sbcglobal.net [162.237.133.238]) by linux.microsoft.com (Postfix) with ESMTPSA id 7BB5720B4905; Tue, 3 Nov 2020 08:00:10 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 7BB5720B4905 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1604419210; bh=J8OE5ZE7jXON1484ORv8lZUJPUcUXaUAPElDol454sA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lHY1HLID8EYf4MCBxuPPFXO4ao4hhVlm+HdRYUmHw9suUnj+vjfJ2XH+LHtJpMD/U caIs8H5q2nKxEtWZwQh/Yh42pwB5nf0NrC75Q/MkPtXo2bTGcSqkMyHY95AeRDsvv9 P+ZFbGY7JNm0okNTvEUzmJ6/vYN5QsCv8LVQyG5I= Date: Tue, 3 Nov 2020 09:59:52 -0600 From: Tyler Hicks To: Catalin Marinas , Will Deacon Cc: Pavel Tatashin , Rob Herring , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] arm64: Implement CONFIG_CMDLINE_EXTEND Message-ID: <20201103155952.GA4335@sequoia> References: <20200921191557.350256-1-tyhicks@linux.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200921191557.350256-1-tyhicks@linux.microsoft.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-09-21 14:15:55, Tyler Hicks wrote: > Provide the CONFIG_CMDLINE_EXTEND config option for arm64 kernels. This > config option can be used to extend the kernel command line parameters, > specified by the bootloader, with additional command line parameters > specified in the kernel configuration. Hi Catalin and Will - Friendly ping on this series now that we're on the other side of the 5.10 merge window. I hope it can be considered for 5.10+1. Let me know if I need to rebase/resubmit. Thanks! Tyler