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 DA3CFC61DA4 for ; Thu, 23 Feb 2023 20:35:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229705AbjBWUfw (ORCPT ); Thu, 23 Feb 2023 15:35:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54078 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229643AbjBWUfs (ORCPT ); Thu, 23 Feb 2023 15:35:48 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A598221A3D; Thu, 23 Feb 2023 12:35:36 -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 641A46179C; Thu, 23 Feb 2023 20:35:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EB164C433EF; Thu, 23 Feb 2023 20:35:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1677184535; bh=JHEqfRl0X/jFNF8vQposUxtRh/7zormMksualB8s0UI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=RFS+rViljTl38Rt2RUZQ82Nk9gp/zq7B6CWbAeN37ENhecuy8gA7KAghKfkARQulf 9lhTPOrqah9mHRnPQZKElgAqxkgOTePGTyf9gsEyLhEomCFKv3CsLAxUokbwJkJKCo tBfQDYhEknGCIHrEYZCakrm8I/8JlnVM4tGDnwbM= Date: Thu, 23 Feb 2023 12:35:34 -0800 From: Andrew Morton To: Rob Landley Cc: "linux-kernel@vger.kernel.org" , Alexey Dobriyan , Andrew Halaney , Borislav Petkov , Dave Hansen , Dominik Brodowski , "Eric W. Biederman" , "H. Peter Anvin" , Ingo Molnar , "Jason A. Donenfeld" , linux-kbuild@vger.kernel.org, Li Zhe , llvm@lists.linux.dev, Mark-PK Tsai , Mark Rutland , Masahiro Yamada , Masami Hiramatsu , Nathan Chancellor , Nick Desaulniers , Nicolas Schier , Peter Zijlstra Subject: Re: [PATCH 0/5] Patches used to build mkroot. Message-Id: <20230223123534.a193783f82489eb3d1b65373@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 21 Feb 2023 14:53:30 -0600 Rob Landley wrote: > The ~300 line bash script in toybox that builds bootable Linux systems > for a dozen-ish targets can use a vanilla kernel, but the binaries I > ship are built from a kernel with these patches: It's nice to see a diffstat of the whole series to at least get an idea of who might merge the series. Who were you thinking might merge the series? I was only cc'ed on two of them, I think. There is no "Previously:" changelog tag. Please use plain old "Link:". Also, "See https://..." after the "^---$" will get chopped off. It might be helpful to includes this also as a Link: tag.