Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751179AbdIMQoO (ORCPT ); Wed, 13 Sep 2017 12:44:14 -0400 Received: from mail-it0-f49.google.com ([209.85.214.49]:44683 "EHLO mail-it0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750992AbdIMQoL (ORCPT ); Wed, 13 Sep 2017 12:44:11 -0400 X-Google-Smtp-Source: AOwi7QDwXMU5CfQcpHGf3+9/WMY9riGU5h76U1EdXPcI5/xQlzfQ7Ng1nm0dv8y0RvCAGXRXWm+sj6I6/S9XCX+S204= MIME-Version: 1.0 In-Reply-To: <201709140034.ESdZA8H8%fengguang.wu@intel.com> References: <20170911100022.7251-4-tweek@google.com> <201709140034.ESdZA8H8%fengguang.wu@intel.com> From: Thiebaud Weksteen Date: Wed, 13 Sep 2017 18:43:49 +0200 Message-ID: Subject: Re: [PATCH v2 3/3] tpm: parse TPM event logs based on EFI table To: kbuild test robot Cc: kbuild-all@01.org, linux-efi@vger.kernel.org, Ard Biesheuvel , Matt Fleming , linux-kernel@vger.kernel.org, Matthew Garrett , tpmdd-devel@lists.sourceforge.net, peterhuewe@gmx.de, jarkko.sakkinen@linux.intel.com, Jason Gunthorpe , tpmdd@selhorst.net Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1589 Lines: 37 Fixed in next patch set On Wed, Sep 13, 2017 at 6:27 PM, kbuild test robot wrote: > Hi Thiebaud, > > [auto build test ERROR on efi/next] > [also build test ERROR on next-20170913] > [cannot apply to char-misc/char-misc-testing linus/master v4.13] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Thiebaud-Weksteen/Call-GetEventLog-before-ExitBootServices/20170913-221312 > base: https://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git next > config: i386-randconfig-x076-201737 (attached as .config) > compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > > All errors (new ones prefixed by >>): > >>> drivers/char/tpm/tpm_efi.c:20:5: error: redefinition of 'tpm_read_log_efi' > int tpm_read_log_efi(struct tpm_chip *chip) > ^~~~~~~~~~~~~~~~ > In file included from drivers/char/tpm/tpm_efi.c:17:0: > drivers/char/tpm/tpm.h:603:19: note: previous definition of 'tpm_read_log_efi' was here > static inline int tpm_read_log_efi(struct tpm_chip *chip) > ^~~~~~~~~~~~~~~~ > > vim +/tpm_read_log_efi +20 drivers/char/tpm/tpm_efi.c > > 18 > 19 /* read binary bios log from EFI configuration table */ > > 20 int tpm_read_log_efi(struct tpm_chip *chip) > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation