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=-8.6 required=3.0 tests=DKIMWL_WL_MED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_PASS,USER_IN_DEF_DKIM_WL autolearn=unavailable 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 0A210C10F0C for ; Thu, 4 Apr 2019 17:24:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C1AE420643 for ; Thu, 4 Apr 2019 17:24:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="Kvgyq/Ix" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728735AbfDDRYM (ORCPT ); Thu, 4 Apr 2019 13:24:12 -0400 Received: from mail-io1-f67.google.com ([209.85.166.67]:45120 "EHLO mail-io1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727212AbfDDRYL (ORCPT ); Thu, 4 Apr 2019 13:24:11 -0400 Received: by mail-io1-f67.google.com with SMTP id s7so2640069iom.12 for ; Thu, 04 Apr 2019 10:24:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=7MlZLJUnUYnXY4wXYphYrA0UP4CAsH1ZwE2V84axQ24=; b=Kvgyq/IxON3TOJZh57y0QXhw+lEtNZQYroJvyQ/3tq28mkBWMctD1oAlHuXeIBnFS+ 2wasRBlHtpSdwaByusNRP2jyhENkiJrGoL8nfsuxZT11j2/sP6VteM363o2Uzm1556X6 fVkB4yp97CsqRG0hFU4HaCjkYjoktWCttJ3q/9kkPMUZ619FtpbTIvpfFfIw1VGHNM+F 48oA4TcoonZrR7mE3iLrOwBk4pnBYyIMpq/30OMjlMf1teV2/7+zQNfxyCuRCK0Yc2Qc 2J0HfNKztGl4w1CvBL/wcVxospoSZAzjhzUFG8Q1IgQPpVdGRBSmfPFrUpFQb8nxHuXa eizQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=7MlZLJUnUYnXY4wXYphYrA0UP4CAsH1ZwE2V84axQ24=; b=ZZEBpdIpSf2h5nPFHYQy3wqicmYbPr4DFaUj94juk4xDu8dfHLnt3+j6cSKuqKSXPj mjjcx7tCECWFPVZOkNgL6tx+JAl9+dqmnnZ6tRpqWM0+HP3zV/idy6dzYVA9gDFlfgAH VsVk1FgLOFmoXelerGUCFDgNdJFj0R0mxlZ6hLxGS32cBdY/BlUCZRBUrNzvZ6/1EbkY KPBae22vEejhNr0muB+Fn/ujhj2DqOtSjCNEGPyGZbjWXH1D0eWGCs3heu0++PFmUq4G RzoACldgRLxDAdKwxptpL+bjAU6pZzF28savKNSI6COcgn5RpRYGgBvL/tc5yz6nMTMF 4CoQ== X-Gm-Message-State: APjAAAUGuCHcLZVvEKdgNOk0JklgHoqJmlF2h/YxFCIrA7SJmjdFOHPS NcspzXWaWdk+hzaiO8GEBapXhcLSRYgiJu9pnRazhQ== X-Google-Smtp-Source: APXvYqzfmjGs87sD6VkhwMEWGK/axyZGbXKLwqJmISmP6yDBpa3SvzAEry4rNuJZFSQR0HkjyCf2ZdERSV2XLw4KWCg= X-Received: by 2002:a6b:3106:: with SMTP id j6mr5445371ioa.147.1554398650709; Thu, 04 Apr 2019 10:24:10 -0700 (PDT) MIME-Version: 1.0 References: <20190402215556.257406-1-matthewgarrett@google.com> <20190402215556.257406-2-matthewgarrett@google.com> In-Reply-To: From: Matthew Garrett Date: Thu, 4 Apr 2019 10:23:59 -0700 Message-ID: Subject: Re: [PATCH 1/2] efi: Fix cast to pointer from integer of different size in TPM log code To: Ard Biesheuvel Cc: linux-integrity , =?UTF-8?Q?Peter_H=C3=BCwe?= , Jarkko Sakkinen , Jason Gunthorpe , Roberto Sassu , linux-efi , linux-security-module , Linux Kernel Mailing List , Thiebaud Weksteen Content-Type: text/plain; charset="UTF-8" Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: On Thu, Apr 4, 2019 at 5:54 AM Ard Biesheuvel wrote: > > On Wed, 3 Apr 2019 at 04:56, Matthew Garrett wrote: > > > > 8bfcff4a6a1d9d7226bb63a7da758b82d9ab4373 > > Which tree is this commit in? Sorry, these are in the tpmdd-next tree.