Received: by 10.223.185.116 with SMTP id b49csp4333182wrg; Mon, 26 Feb 2018 15:49:49 -0800 (PST) X-Google-Smtp-Source: AH8x225lgyjH21RaOgITJmSpbY2b0z5zIbzlm+q86KsACOjwcL3JF1sk1iSkyPXd6FMWhwMLGw4d X-Received: by 2002:a17:902:24a5:: with SMTP id w34-v6mr12014762pla.221.1519688989696; Mon, 26 Feb 2018 15:49:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519688989; cv=none; d=google.com; s=arc-20160816; b=q9sZWhV5Mwz/joqceq0/RRk7P0jsv6oo3c9S0nQyJC+Dbqd2Kzy1Qm0zUVAENf09jr J/7GDXOYgbiz4lwoI0UCF6jcN5gF9/q2xorbp8zuWjWkWPMxqJuHWPW8PTaMY2oE85Rj EHErtyXomizfSZvux9of0y9HoVIm1h0WBUE6hY/BwgaH5wErpT+54ENMIRsY7nonOpjj zrSaFoNP3Je/4tojhMDqjJnGSIjCOoHEEFv3cFnvKBXox7H4hz0yDepSoqGLudNFgOGE VjprWs/g1JGFe7rzc6UWf7lndqko+PlR6zqCnfnio6EomJkw+gqrZm1PKLy2MCFIi/oZ rRGw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :subject:cc:to:from:date:arc-authentication-results; bh=lxA0Zzgf8rffATnSw0DoBPoJuoGIgZth3HVRUS8QI48=; b=ZRxDcrPOyVywfAkS/KaLMavHC70J226Ss3WrfnCbU+uto9gaEfk8wILxWGRnm/qv+s MyUvwFUbnquTEFxFB+gRRO24aVqj2AQUCIfl/j4e1z9F1sHeruShyuGOOWBV4aP6kVMj gClmFDUImK0lwh7yXX1KWBErSwJmjIFqNlyltOpZEc1NIXwJDuNboff2g+j4axTytDGM rRB70jT1Y2R2unyr0rksSRXycZFmd2XgAnS4/pGsxmYDMLlIKW/l/swz5tXmPahHWIti LpTS8UJ75DaFlTxZxrBs7O+hLSbf9zg/kYShNXNAjt2CcNb6eeRWLQAvbStcuz0Fmftu g5GA== 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 p10si7508461pfe.171.2018.02.26.15.49.31; Mon, 26 Feb 2018 15:49:49 -0800 (PST) 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 S1751521AbeBZXsr (ORCPT + 99 others); Mon, 26 Feb 2018 18:48:47 -0500 Received: from namei.org ([65.99.196.166]:50722 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751351AbeBZXsp (ORCPT ); Mon, 26 Feb 2018 18:48:45 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w1QNmfYC010215; Mon, 26 Feb 2018 23:48:41 GMT Date: Tue, 27 Feb 2018 10:48:41 +1100 (AEDT) From: James Morris To: Linus Torvalds cc: linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, linux-integrity@vger.kernel.org, Jarkko Sakkinen Subject: [GIT PULL] TPM: Bug fixes Message-ID: User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Please pull these bugfixes for TPM, from Jeremy Boone, via Jarkko Sakkinen. The following changes since commit 4c3579f6cadd5eb8250a36e789e6df66f660237a: Merge tag 'edac_fixes_for_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp (2018-02-26 10:19:15 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git fixes-v4.16-rc4 for you to fetch changes up to 3be23274755ee85771270a23af7691dc9b3a95db: tpm: fix potential buffer overruns caused by bit glitches on the bus (2018-02-26 15:43:46 -0800) ---------------------------------------------------------------- Jeremy Boone (5): tpm_tis: fix potential buffer overruns caused by bit glitches on the bus tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the bus tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the bus tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the bus tpm: fix potential buffer overruns caused by bit glitches on the bus drivers/char/tpm/st33zp24/st33zp24.c | 4 ++-- drivers/char/tpm/tpm-interface.c | 4 ++++ drivers/char/tpm/tpm2-cmd.c | 4 ++++ drivers/char/tpm/tpm_i2c_infineon.c | 5 +++-- drivers/char/tpm/tpm_i2c_nuvoton.c | 8 ++++++-- drivers/char/tpm/tpm_tis_core.c | 5 +++-- 6 files changed, 22 insertions(+), 8 deletions(-)