Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp2722301ybk; Tue, 12 May 2020 06:38:31 -0700 (PDT) X-Google-Smtp-Source: APiQypJ649EYlYI0543l0cYIA5COn+sMZBq+C0vuFLRJb2K1Cue0+RjVn5SpcRMT6KJkKVrXEVVA X-Received: by 2002:a17:906:8152:: with SMTP id z18mr17076161ejw.4.1589290711501; Tue, 12 May 2020 06:38:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589290711; cv=none; d=google.com; s=arc-20160816; b=XbmAH/ErNkR0d5pWGT6YnyZoqnxj5kS3FipYZ19iPMQfH0m+a0zH2qmlttzgc0JEUM T9RrWf2TVyCyDFpPG0gAf7gjVoo/vt4SuYX1nV0dLLJRSJzU9DMTbRxBnYJ4OBMvkvVA OzPm8dYSt+ddYhmSIor7Ho0WJmCucUqTMeKcdiJw4Lx+URp4oBiC41qmlOU6vhMUS+nL Up/Ktsj1ZTMZh9Gx9PvtJiYPB0jI7NC+zyVkuOvOYQqavgqo0f1ij7RRt8ktSU2jC8Ib gtd7PwvcgfVmas9KPvL8G3bgvW5kaOjj5pqWLPKsrdLNbUCJuVa3LT5imrcfpVUwc1Yj 4nBg== 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=Wg4DVjJKumbZJmyfatabDt9nHDcMjC5jm4onELWrX1Q=; b=U2Kqe/gkacZqexvLwIue98Yp3DrauOddVoBTQaIde9qZEWowAwxwESVc3Qp4Piepnk WtkQMZ2j/DoAO5plVL9swxHDsOuczV33+HoyPOArDPOd2ogKgT9feqn5TQhBEd4zrH2m /YEZag6OWB1bvVeKVdjdUS5uLyeZ8zkb/FiJNQt7IGIFWeLJmqJ6OYqgpSPD3Vz1QylL /LMgXLZqCJq6+ndeONCb5mLwVlIR98FI+4/xbS0vgvRP9V2uoOZ9PkgETiLn4TyvLTqG hVP7jVQ/tDQHrKNjm03ic8exKWoQg/lj1aRKZf1FIQ0tljcKUgTs3thMcRhfsdVehzZv a/4g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r18si3312932ejz.306.2020.05.12.06.38.08; Tue, 12 May 2020 06:38:31 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730082AbgELNed (ORCPT + 99 others); Tue, 12 May 2020 09:34:33 -0400 Received: from mx2.suse.de ([195.135.220.15]:40192 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729756AbgELNec (ORCPT ); Tue, 12 May 2020 09:34:32 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 51B4EAD71; Tue, 12 May 2020 13:34:34 +0000 (UTC) Date: Tue, 12 May 2020 15:34:29 +0200 From: Joerg Roedel To: Lenny Szubowicz Cc: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , linux-kernel@vger.kernel.org, rafael.j.wysocki@intel.com, tglx@linutronix.de, x86@kernel.org, Lu Baolu Subject: Re: Failure to shutdown/reboot with intel_iommu=on Message-ID: <20200512133429.GZ8135@suse.de> References: <20200506144558.GA4019@taurus.defre.kleine-koenig.org> <20200508150734.GP8135@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 11, 2020 at 09:43:11AM -0400, Lenny Szubowicz wrote: > I suspect that you have TPM 2.x functionality enabled in the BIOS/firmware. > > Unless you are actually using the TPM, try setting it to TPM 1.2 mode. > I've seen an incompatiblity on other Lenovo laptops between using the > IOMMU, TPM 2.x implementation in firmware, and shutdown/suspend. Interesting, has this been debugged further into the TPM code? Joerg