Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1815707ybl; Thu, 15 Aug 2019 01:33:19 -0700 (PDT) X-Google-Smtp-Source: APXvYqyOSalMv8lppV3qsL0f1lVv7dSZxe5t8A0Na2+pzK+yMVL52EDZ3uBoofBQ6ijDcUARPP1+ X-Received: by 2002:a65:6713:: with SMTP id u19mr2466773pgf.403.1565857998717; Thu, 15 Aug 2019 01:33:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565857998; cv=none; d=google.com; s=arc-20160816; b=QHvnkm5ByckMV/4EjACoVsNTjcDgv2AJQTb1hdDNi/xt9ZnuclMuhKbHu1o+UOzO6X xdlnui1ZlCnkn6pDotUUrCWMMDeti0vPk2ekPIWbJcdZSDERoRvvhtqpy+bdGxW+bMXr uz+c5uVDgoVBzIqi+NV/lZEyPfUzJ6LMOP8eacSshBNhRqd0uXungY8/4Wq55jM2R7hd SBjWGg0wU7vnArmDUOafCGe1Pnzwp54Tq//Rvc13K3zbtUDcSd8gTUAwwDd3/fSxOP2D RlJNYb8iNFNXa59mLJg1AS9J3vJcrj4tUEK1mtwcmYD6Ppk2BU5s9lhfdAAQeY6UjKTx Hzog== 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:references :message-id:in-reply-to:subject:cc:to:from:date; bh=DNHSg6chuNIL+RoY/jUBuxQ7BA35VG75R1HM1hScCJ4=; b=xFSAUvaqxiIXHlwMMXXIP4C3ak+o5TYfgkP5elYw5RHCNTFYzlaKsLsce50BLxxjUK 7OIWIhf531vFGE6/4ZfCS4MOcpQ/uBBbLNWwFHUnswcpATXvajc1uNbApTivWe2PGpRf /a22W5KWUpKcS3fEXCcL5hd7u2kLvSdMrDuJl2KFSKx7NDQmPQ9tberIof4+dB+4/A4T TA/zZEOpNJoouqGnTNCP/XuNVxVIXG0tvtiEOZSTdMl5tQJbKg2PCcNWccG6RJ3Km/E/ 8dN5Kiy7Jh3tRXEG0+0axo6KNdSGQChMsx+OVA5vWbthJBnI12zVaKLEoDsnfnq+jEK/ EF7g== 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 s23si1606092plq.81.2019.08.15.01.33.02; Thu, 15 Aug 2019 01:33:18 -0700 (PDT) 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 S1730290AbfHOHhR (ORCPT + 99 others); Thu, 15 Aug 2019 03:37:17 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:39071 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726120AbfHOHhR (ORCPT ); Thu, 15 Aug 2019 03:37:17 -0400 Received: from [5.158.153.52] (helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1hyAJs-0006R3-3r; Thu, 15 Aug 2019 09:37:12 +0200 Date: Thu, 15 Aug 2019 09:37:06 +0200 (CEST) From: Thomas Gleixner To: Woody Suwalski cc: LKML , "Rafael J. Wysocki" Subject: Re: Kernel 5.3.x, 5.2.2+: VMware player suspend on 64/32 bit guests In-Reply-To: Message-ID: References: <2e70a6e2-23a6-dbf2-4911-1e382469c9cb@gmail.com> <11dc5f68-b253-913a-4219-f6780c8967a0@intel.com> <594c424c-2474-5e2c-9ede-7e7dc68282d5@gmail.com> User-Agent: Alpine 2.21 (DEB 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 Woody, On Tue, 13 Aug 2019, Woody Suwalski wrote: > On Mon, Aug 12, 2019 at 1:24 PM Thomas Gleixner wrote: > > The ACPI handler is not the culprit. This is either an emulation bug or > > something really strange. Can you please use a WARN_ON() if the loop is > > exited via the timeout so we can see in which context this happens? > > > > B. On 5.3-rc4 problem is gone. I guess it is overall good sign. Now the interesting question is what changed between 5.3-rc3 and 5.3-rc4. Could you please try to bisect that? > C. To recreate problem I went back to 5.2.4. The WARN_ON trace shows > (in reverse): Next time you can spare yourself the work to reverse the stack trace. We are all used to read it the other way round :) > entry_SYSCALL_64_after_hwframe > do_syscall_64 > ksys_write > vfs_write > kernfs_fop_write > state_store > pm_suspend.cold.3 > suspend_devices_and_enter > dpm_suspend_noirq > suspend_device_irqs > ?ktime_get > ?synchronize > synchronize_irq > __synchronize_hardirq.cold.9 dpm_suspend_noirq() is called with all CPUs online and interrupts enabled. In that case an interrupt pending in IRR does not make any sense at all. Confused. Thanks, tglx