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 X-Spam-Level: X-Spam-Status: No, score=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08332C432BE for ; Thu, 26 Aug 2021 20:27:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DD96861002 for ; Thu, 26 Aug 2021 20:27:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234503AbhHZU2Z (ORCPT ); Thu, 26 Aug 2021 16:28:25 -0400 Received: from mail.hallyn.com ([178.63.66.53]:39278 "EHLO mail.hallyn.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229916AbhHZU2Z (ORCPT ); Thu, 26 Aug 2021 16:28:25 -0400 Received: by mail.hallyn.com (Postfix, from userid 1001) id 9D1317E8; Thu, 26 Aug 2021 15:27:36 -0500 (CDT) Date: Thu, 26 Aug 2021 15:27:36 -0500 From: "Serge E. Hallyn" To: Ard Biesheuvel Cc: Andy Shevchenko , James Morris , "Serge E. Hallyn" , linux-security-module@vger.kernel.org, Mimi Zohar Subject: Re: [PATCH v1] efi: Don't use knowledge about efi_guid_t internals Message-ID: <20210826202736.GA29151@mail.hallyn.com> References: <20210209164506.54176-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: On Thu, Aug 26, 2021 at 06:37:06PM +0200, Ard Biesheuvel wrote: > On Thu, 26 Aug 2021 at 17:08, Andy Shevchenko > wrote: > > > > On Thu, Jun 10, 2021 at 05:05:55PM +0200, Ard Biesheuvel wrote: > > > On Mon, 7 Jun 2021 at 19:11, Andy Shevchenko > > > wrote: > > > > On Tue, Feb 09, 2021 at 05:51:45PM +0100, Ard Biesheuvel wrote: > > > > > On Tue, 9 Feb 2021 at 17:45, Andy Shevchenko > > > > > wrote: > > > > > > > > > > > > When print GUIDs supply pointer to the efi_guid_t (guid_t) type rather > > > > > > its internal members. > > > > > > > > > > > > Signed-off-by: Andy Shevchenko > > > > > > > > > > Acked-by: Ard Biesheuvel > > > > > > > > Thanks! > > > > > > > > Can we get this applied, please? > > > > > > Apologies, this one slipped behind the desk. > > > > Do I need to resend it? > > > > No, but I need an ack from James or Serge as it targets security/ It looks correct to me, based on Documentation/core-api/printk-formats.rst and existing examples. Reviewed-by: Serge Hallyn thanks -serge