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 88505C433FE for ; Wed, 6 Apr 2022 13:08:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231966AbiDFNKZ (ORCPT ); Wed, 6 Apr 2022 09:10:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32822 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232515AbiDFNKF (ORCPT ); Wed, 6 Apr 2022 09:10:05 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC1442300A8; Tue, 5 Apr 2022 19:31:42 -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 ams.source.kernel.org (Postfix) with ESMTPS id 6799DB80EEB; Wed, 6 Apr 2022 02:31:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 92DAAC385A4; Wed, 6 Apr 2022 02:31:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649212300; bh=f5hf7D5TOW99iCnwO8kt6lFjR6zeUwXI7tLm2to12Qo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=A+0wVCvFuyDGt9jDtBmmeUHHtOs4eMMxrROWP8voKqq9/5n9bVhy1nR5JnT0Tu9ue NihknhiDf8bs9x8ouLFYDNZM0ki3+RoegUSj1Y1hNom9q5DgolipUBaA7Nz59JswNK m4UXP6gyZOrjoAcA22v8+obrSs93/5IBvSuqi3y15QeBjlnXcZ0HYAVhy0jiBEUBeb RJ7snLY3RS3JFoEpkQXgVVMVJgDFwqCi+j9oC206Ql/4/rgzt/rsq6iXYxepex3YbA HT8PsRsvbxlKai2UHs5BYItHx8JyytVt6S7BdVHbUKmcYpBG5Gp9i+Yruu5UjksmrL M0JJBIZ3WzGrg== Date: Wed, 6 Apr 2022 11:31:35 +0900 From: Masami Hiramatsu To: Steven Rostedt 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: <20220406113135.ce40e165654dbafcb78f980f@kernel.org> In-Reply-To: <20220405110243.21cdee07@gandalf.local.home> References: <164871505771.178991.7870442736805590948.stgit@devnote2> <164871509158.178991.12705786877340857725.stgit@devnote2> <20220405235548.38344aba5a7fcb059924c367@kernel.org> <20220405110243.21cdee07@gandalf.local.home> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; 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 11:02:43 -0400 Steven Rostedt wrote: > 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. OK, thanks for the confirmation! Let me send v8. Thanks! > > Thanks! > > -- Steve -- Masami Hiramatsu