Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp2227489imm; Mon, 28 May 2018 04:20:17 -0700 (PDT) X-Google-Smtp-Source: AB8JxZq7HALUXgr6vuHDApZ1bpnIeho1cmA5zMPi2MHel59JwE5w+ruyhLbIts+vKef+hNSh13Xb X-Received: by 2002:a62:1152:: with SMTP id z79-v6mr12955760pfi.135.1527506417262; Mon, 28 May 2018 04:20:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527506417; cv=none; d=google.com; s=arc-20160816; b=YFlkPI0UgIv6lIrEFAhUb06dDhn1hJPYFNBC+jC4N0oHkovfiWATieSx31SiMTFENx sqJvXvZQgoOFw2q0AX7vfm62gRaIhh4axkJWreA102Z2T5f2yloMqFAogx1S1T2T84xC YwCLwlTBOpufuuow6xKrtj6beRntM70aGnoLmBap/xKFb3hgOMZJrrsxNq5WYcnlSkIP J6gcNgTot6pKke62ytMkAim3HcF7MXukSySrcFfc6qArNkzrxgaIj+hvj5fbQ66szB4g lZCSgqUwVAdXPpapEUHgi3gNVWGmUGr2TTZUCtOGXE2ItdrXEYAIyPaeUD3TnUXaWhyl Bl6Q== 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 :in-reply-to:message-id:date:subject:cc:to:from:dkim-signature :arc-authentication-results; bh=bTTQOXer1zNsTxUvyByG7YBJ3wFs8sZdxudefaPfcYM=; b=xY7K0F4aaLZRR+mQ9pjEPTAL/o7C3WPnDmFlUqyLifYeGF1Z7JqLiHwaagtq4xlmFR FdioV0AgZUZejivhWIkE0LhK4IXl1kBiqCpm5pe+cH/QF8z+amxe5FZobuz/JngCb5va Sx12a7BMYsRbcClZYlZ7E7pGOtdqTZTfOTvA5AWJlVZFXJq1OW4KDF+iwtBpH+a94jeF 8/CAHIqbkAhwlbwE7lJpwt+QkITFwDLfB/vYFXMKcDL6gZi1offGj1WyQlXIsKjDbxZf UO/ler3n1bKq4hirtPwfTk2wNTLb8MsTkKzJDCPIEDrkiXY1aOux+xJ5gAN70GlSRMAD +orw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=IErZP4wa; 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 k4-v6si29840867pll.118.2018.05.28.04.20.02; Mon, 28 May 2018 04:20:17 -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; dkim=pass header.i=@kernel.org header.s=default header.b=IErZP4wa; 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 S1424782AbeE1LTL (ORCPT + 99 others); Mon, 28 May 2018 07:19:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:35422 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1424692AbeE1LQ2 (ORCPT ); Mon, 28 May 2018 07:16:28 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9DBEB2089E; Mon, 28 May 2018 11:16:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1527506188; bh=WSDf0aHvUkNj1cLpIZpqGjoWXPR+uM4aAekCF0b5tsE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IErZP4wanHF/hdCAZb7+CWTYo1nlIgYr88c20Oy/YhNxPu/QRqT0IKWVrzTk5+zn1 f74jhARAVHwg/U+jLu4243JVnj6OhymeXjNvE+Uulo0asILBH0DEnUQivGJXeKUMFi yNdWJerq+AlLG7WZgdpmnI3HeghXQyrax8ZoOtgo= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, "Rafael J. Wysocki" , Dominik Brodowski , Sasha Levin Subject: [PATCH 4.16 237/272] PCMCIA / PM: Avoid noirq suspend aborts during suspend-to-idle Date: Mon, 28 May 2018 12:04:30 +0200 Message-Id: <20180528100300.251583379@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180528100240.256525891@linuxfoundation.org> References: <20180528100240.256525891@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.16-stable review patch. If anyone has any objections, please let me know. ------------------ From: "Rafael J. Wysocki" [ Upstream commit dbdd0f58fd2cdde5cf945c9da67a2d52d32ba550 ] There is a problem with PCMCIA system resume callbacks with respect to suspend-to-idle in which the ->suspend_noirq() callback may be invoked after the ->resume_noirq() one without resuming the system entirely in some cases. This doesn't work for PCMCIA because of the lack of symmetry between its system suspend and system resume "noirq" callbacks. The system resume handling in PCMCIA is split between socket_early_resume() and socket_late_resume() which are called in different phases of system resume and both need to run for socket_suspend() (invoked by the system suspend "noirq" callback) to work. Specifically, socket_suspend() returns an error when called after socket_early_resume() without socket_late_resume(), so if the suspend-to-idle core detects a spurious wakeup event and attempts to put the system back to sleep, that is aborted by the error coming from socket_suspend(). Avoid that by using a new socket state flag, SOCKET_IN_RESUME, to indicate that socket_early_resume() has already run for the socket in which case socket_suspend() will do minimum handling and return 0. This change has been tested on my venerable Toshiba Portege R500 (which is where the problem has been discovered in the first place), but admittedly I have no PCMCIA cards to test along with the socket itself. Fixes: 33e4f80ee69b (ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idle) Signed-off-by: Rafael J. Wysocki [linux@dominikbrodowski.net: follow same codepaths for both suspend variants; call ->suspend()] Signed-off-by: Dominik Brodowski Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- drivers/pcmcia/cs.c | 10 +++++++--- drivers/pcmcia/cs_internal.h | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) --- a/drivers/pcmcia/cs.c +++ b/drivers/pcmcia/cs.c @@ -452,17 +452,20 @@ static int socket_insert(struct pcmcia_s static int socket_suspend(struct pcmcia_socket *skt) { - if (skt->state & SOCKET_SUSPEND) + if ((skt->state & SOCKET_SUSPEND) && !(skt->state & SOCKET_IN_RESUME)) return -EBUSY; mutex_lock(&skt->ops_mutex); - skt->suspended_state = skt->state; + /* store state on first suspend, but not after spurious wakeups */ + if (!(skt->state & SOCKET_IN_RESUME)) + skt->suspended_state = skt->state; skt->socket = dead_socket; skt->ops->set_socket(skt, &skt->socket); if (skt->ops->suspend) skt->ops->suspend(skt); skt->state |= SOCKET_SUSPEND; + skt->state &= ~SOCKET_IN_RESUME; mutex_unlock(&skt->ops_mutex); return 0; } @@ -475,6 +478,7 @@ static int socket_early_resume(struct pc skt->ops->set_socket(skt, &skt->socket); if (skt->state & SOCKET_PRESENT) skt->resume_status = socket_setup(skt, resume_delay); + skt->state |= SOCKET_IN_RESUME; mutex_unlock(&skt->ops_mutex); return 0; } @@ -484,7 +488,7 @@ static int socket_late_resume(struct pcm int ret = 0; mutex_lock(&skt->ops_mutex); - skt->state &= ~SOCKET_SUSPEND; + skt->state &= ~(SOCKET_SUSPEND | SOCKET_IN_RESUME); mutex_unlock(&skt->ops_mutex); if (!(skt->state & SOCKET_PRESENT)) { --- a/drivers/pcmcia/cs_internal.h +++ b/drivers/pcmcia/cs_internal.h @@ -70,6 +70,7 @@ struct pccard_resource_ops { /* Flags in socket state */ #define SOCKET_PRESENT 0x0008 #define SOCKET_INUSE 0x0010 +#define SOCKET_IN_RESUME 0x0040 #define SOCKET_SUSPEND 0x0080 #define SOCKET_WIN_REQ(i) (0x0100<<(i)) #define SOCKET_CARDBUS 0x8000