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 BAA09C43219 for ; Tue, 5 Apr 2022 22:39:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229571AbiDEWdi (ORCPT ); Tue, 5 Apr 2022 18:33:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52048 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1454002AbiDEP5r (ORCPT ); Tue, 5 Apr 2022 11:57:47 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 35461166678; Tue, 5 Apr 2022 08:02:47 -0700 (PDT) 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 C52656175E; Tue, 5 Apr 2022 15:02:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF555C385A1; Tue, 5 Apr 2022 15:02:44 +0000 (UTC) Date: Tue, 5 Apr 2022 11:02:43 -0400 From: Steven Rostedt To: Masami Hiramatsu Cc: Padmanabha Srinivasaiah , LKML , Jonathan Corbet , linux-doc@vger.kernel.org, Randy Dunlap , Nick Desaulniers , Sami Tolvanen , Nathan Chancellor , llvm@lists.linux.dev, Masahiro Yamada , Linux Kbuild mailing list Subject: Re: [PATCH v7 3/4] bootconfig: Support embedding a bootconfig file in kernel Message-ID: <20220405110243.21cdee07@gandalf.local.home> In-Reply-To: <20220405235548.38344aba5a7fcb059924c367@kernel.org> References: <164871505771.178991.7870442736805590948.stgit@devnote2> <164871509158.178991.12705786877340857725.stgit@devnote2> <20220405235548.38344aba5a7fcb059924c367@kernel.org> X-Mailer: Claws Mail 3.17.8 (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-doc@vger.kernel.org On Tue, 5 Apr 2022 23:55:48 +0900 Masami Hiramatsu wrote: > Have you already picked this series? No I haven't. I do not add any patches until after the merge window, which just ended Sunday. > > Actually, kernel test robot reported an issue in this patch today. > Here is the patch. Should I send v8 including this? Yes, please send a v8. Thanks! -- Steve