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 737BAC67871 for ; Tue, 10 Jan 2023 14:00:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238530AbjAJN76 (ORCPT ); Tue, 10 Jan 2023 08:59:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50540 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238663AbjAJN6h (ORCPT ); Tue, 10 Jan 2023 08:58:37 -0500 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CD6438D3B1; Tue, 10 Jan 2023 05:58:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673359104; x=1704895104; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=6cX28dGS0VjhPVEogbRObB8cGhlwWMZZWbw7paOa07c=; b=SlsJnJ5VZ5Tc8fMtvAoGfwhaxNMHSHiYb0IY9h8EbiFOJoAu3EDuLEon j7FAYAXi4leY371MaTs2H0yCUCLF1Ud5HsnyIuoFkoR0yoGveaM2nXg9A sgQiAc1wpWOsQ6B2b+DCCg7QYGYtDwz4UOWGliBw1OXZtOYdYd1dTZ05J jMIG6wuhLeRiLqML8UYjJX7csNW6PS1j93QwJAuA0XP+AGf7cbp77y5OA XdlUGDDLfWh4YEidH3IfmAwL/eRZMDnc5vSIqR67GRGvB2Eeu378eF0wW sn2RKgGgiTxmm3kz8b0l2VgzVqG5ZSKo2AiE+SuQ52j5h14NbZE1RUdsK w==; X-IronPort-AV: E=McAfee;i="6500,9779,10585"; a="306659802" X-IronPort-AV: E=Sophos;i="5.96,315,1665471600"; d="scan'208";a="306659802" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2023 05:58:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10585"; a="902372212" X-IronPort-AV: E=Sophos;i="5.96,315,1665471600"; d="scan'208";a="902372212" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga006.fm.intel.com with ESMTP; 10 Jan 2023 05:58:22 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pFF8v-0073Mn-0o; Tue, 10 Jan 2023 15:58:21 +0200 Date: Tue, 10 Jan 2023 15:58:20 +0200 From: Andy Shevchenko To: linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Ard Biesheuvel , Hans de Goede , platform-driver-x86@vger.kernel.org Subject: Re: [PATCH v1 1/2] efi/earlycon: Replace open coded strnchrnul() Message-ID: References: <20221208221217.56354-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221208221217.56354-1-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 09, 2022 at 12:12:16AM +0200, Andy Shevchenko wrote: > strnchrnul() can be called in the early stages. Replace > open coded variant in the EFI early console driver. Any comments on the series? -- With Best Regards, Andy Shevchenko