Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp260805yba; Fri, 3 May 2019 01:03:08 -0700 (PDT) X-Google-Smtp-Source: APXvYqx8TwuZdmKHlTqsIUtcGFeD+M2hy49qQeVT8DwO3qo0lLJ8D2d2awkVilUh3AUcG5dU/Ai3 X-Received: by 2002:aa7:8e55:: with SMTP id d21mr8968002pfr.62.1556870588390; Fri, 03 May 2019 01:03:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556870588; cv=none; d=google.com; s=arc-20160816; b=K1cULKLhubyy4A5p2Df37/sCQnMyBCM8kFJ7/bYisUetQjz+Hgp6jnPWZS2CjrDU7u 15oDzcG4p6KzMXj/v8G2PKRkQhQ8wKBwG3hGtni937H2V0TyqeR3t1QAjvc3HQDDCpDk MoFRO7FFDLjAvWEbqERZAd07jjG+8/DB6kahOSBdMSvxtIpgm4jZQsoZsztVFRpus3BA SleanQZncPxxtMa6yJlz9V7H/N5iG0QXgiNu6u8eXPzNafHjiLuIOepLb6cAdZb6umFT yShBOQB+34PqIBfKMpjddCe2gEJRA3QSAsYc/e+MuZ6OoJMBpFS5LoPrTWfqZoj48UN8 AzYg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=B8/uzhCfdZCXuAMH2O8KglP5e4I364MVzyIJ5iz+aH0=; b=Iv63TvngOA1mwTv2OLb77opRRWi0cK5DnwiC9MdsFImA5gQqK/L0uz64FarOfhwb+n DnzIy1+YUq69Y72O4Q+8PdvPWp4tCigLUOqd+Qudph61iTrq5FloI6cKD8ZDKKEhnb7o 93s1ZNKyIiJW3qhXBpfZKByTc+VNBvmLSlTk1EP8KN2MjoSNk4O494vtFh9h1JW/Gkt9 d9KsTiFcQ8xcCTJAaoKng1cPh4JEqEMKmArepmeRECfep4Hu+6vycHyEwpmU58+wpufh K6N10wp5yTFGjOrxEsUKoo2GTdZ8FAmi0wnd4jkncYXGBq6kBVatQl/RRkyFz/iWPMQv 3nnw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o64si1363544pfa.274.2019.05.03.01.02.52; Fri, 03 May 2019 01:03:08 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726457AbfECIBz (ORCPT + 99 others); Fri, 3 May 2019 04:01:55 -0400 Received: from smtp.nue.novell.com ([195.135.221.5]:41580 "EHLO smtp.nue.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725775AbfECIBz (ORCPT ); Fri, 3 May 2019 04:01:55 -0400 Received: from emea4-mta.ukb.novell.com ([10.120.13.87]) by smtp.nue.novell.com with ESMTP (TLS encrypted); Fri, 03 May 2019 10:01:53 +0200 Received: from linux-l9pv.suse (nwb-a10-snat.microfocus.com [10.120.13.201]) by emea4-mta.ukb.novell.com with ESMTP (TLS encrypted); Fri, 03 May 2019 09:01:22 +0100 Date: Fri, 3 May 2019 16:01:16 +0800 From: joeyli To: Ard Biesheuvel Cc: "Lee, Chun-Yi" , James Morris , "Serge E . Hallyn" , David Howells , Josh Boyer , Nayna Jain , Mimi Zohar , linux-efi , linux-security-module , Linux Kernel Mailing List , Kees Cook , Anton Vorontsov , Colin Cross , Tony Luck Subject: Re: [PATCH 1/2 v2] efi: add a function to convert the status value to string Message-ID: <20190503080116.GO11486@linux-l9pv.suse> References: <20190502040441.30372-1-jlee@suse.com> <20190503061518.GM11486@linux-l9pv.suse> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 03, 2019 at 08:16:42AM +0200, Ard Biesheuvel wrote: > On Fri, 3 May 2019 at 08:15, joeyli wrote: > > > > On Thu, May 02, 2019 at 10:53:31AM +0200, Ard Biesheuvel wrote: > > > On Thu, 2 May 2019 at 06:04, Lee, Chun-Yi wrote: > > > > > > > > This function can be used to convert EFI status value to string > > > > for printing out debug message. Using this function can improve > > > > the readability of log. > > > > > > > > v2. > > > > > > Please move the changelog out of the commit log (move it below the --- > > > further down) > > > > > > > OK! I will moved the changelog out of the commit log. > > > > > > - Changed the wording in subject and description. > > > > - Moved the marco immediately after the status value definitions. > > > > - Turned into a proper function instead of inline. > > > > > > > > > > You missed my point here. A proper function means the function in a .c > > > file, and only the declaration in a .h file. This way, you are still > > > duplicating the literal strings into every object file that references > > > this function. > > > > > > > Sorry for I missunderstood. I will move the function to load_uefi.c. > > > > No, please move it to a file that is shared between all EFI code. I see! I will move the function to the position that it is just behind efi_status_to_str() in drivers/firmware/efi/efi.c. Please let me know if the position is not suitable. Thanks a lot! Joey Lee