From patchwork Mon May 6 23:50:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Cross X-Patchwork-Id: 2528921 Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id D1400DF230 for ; Mon, 6 May 2013 23:52:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756994Ab3EFXvo (ORCPT ); Mon, 6 May 2013 19:51:44 -0400 Received: from mail-qa0-f74.google.com ([209.85.216.74]:63152 "EHLO mail-qa0-f74.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932516Ab3EFXue (ORCPT ); Mon, 6 May 2013 19:50:34 -0400 Received: by mail-qa0-f74.google.com with SMTP id i13so22113qae.1 for ; Mon, 06 May 2013 16:50:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=5TlmWYBx/I2hh7GVFS8xh95xJLDvcKMh5FoMqi33vgk=; b=GJ3lqGqq6bcpMDDwXucd2trobxqBCzYUdF4bXQUni1Kn0x9u+c6p5b3dzGx6WBSqTE izXXKHjTlHKqstdJrFnSbSd07JDhl8yY530htzhE0hDQF5AY+kDOyBrrrffDF84s42Kg XZa7dUSY6A+XgyoPejzLf7OtV2v/ZSO+sXkfsiL2NyHiozJOhCNo41pVVDRJkZoAe4Mn WKFoBWLWouxav+IoQoLCTZRMHNtRh8iZwO41vhEmAe/6SX3vjg8nxop8Tup1FyUJxO+d Yy0pTMr1Z0K1MI6nNyZzCPyrwus4txz+iWzhyUS7Gdjbs5RDj3Da7VtvUJJmhkLaM1fw 1gBQ== X-Received: by 10.236.183.98 with SMTP id p62mr17666192yhm.3.1367884233151; Mon, 06 May 2013 16:50:33 -0700 (PDT) Received: from corp2gmr1-2.hot.corp.google.com (corp2gmr1-2.hot.corp.google.com [172.24.189.93]) by gmr-mx.google.com with ESMTPS id s48si2637308yhe.6.2013.05.06.16.50.33 for (version=TLSv1.1 cipher=AES128-SHA bits=128/128); Mon, 06 May 2013 16:50:33 -0700 (PDT) Received: from walnut.mtv.corp.google.com (walnut.mtv.corp.google.com [172.18.105.48]) by corp2gmr1-2.hot.corp.google.com (Postfix) with ESMTP id F16BC5A4005; Mon, 6 May 2013 16:50:32 -0700 (PDT) Received: by walnut.mtv.corp.google.com (Postfix, from userid 99897) id B14B416078C; Mon, 6 May 2013 16:50:32 -0700 (PDT) From: Colin Cross To: linux-kernel@vger.kernel.org Cc: Pavel Machek , "Rafael J. Wysocki" , Peter Zijlstra , Ingo Molnar , Andrew Morton , Mandeep Singh Baines , Colin Cross , Oleg Nesterov , linux-nfs@vger.kernel.org, linux-pm@vger.kernel.org, netdev@vger.kernel.org, Linus Torvalds , Tejun Heo , Darren Hart , Thomas Gleixner , Randy Dunlap , Al Viro Subject: [PATCH v3 13/16] futex: use freezable blocking call Date: Mon, 6 May 2013 16:50:18 -0700 Message-Id: <1367884221-20462-14-git-send-email-ccross@android.com> X-Mailer: git-send-email 1.8.2.1 In-Reply-To: <1367884221-20462-1-git-send-email-ccross@android.com> References: <1367884221-20462-1-git-send-email-ccross@android.com> X-Gm-Message-State: ALoCoQkp0A3nS1odAEVqLfuD0N1Y5Y/+uXepbKTjvGsqk/5Qq0R3B9JkfUSbJLk69tesNcQ0SJcBe8ryW63Yr4yiEQOJbbaFIZ51k3ztbvSaL5EcyUFulsDdYTtHUJLEoi9kVcQna2u3QxnJOPNMr13eZCxMKvawpO1cOBF5Iwih8n5jOylB10kMN7Ebk7EqaxftLJzIt8OB Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Avoid waking up every thread sleeping in a futex_wait call during suspend and resume by calling a freezable blocking call. Previous patches modified the freezer to avoid sending wakeups to threads that are blocked in freezable blocking calls. This call was selected to be converted to a freezable call because it doesn't hold any locks or release any resources when interrupted that might be needed by another freezing task or a kernel driver during suspend, and is a common site where idle userspace tasks are blocked. Acked-by: Tejun Heo Acked-by: Thomas Gleixner Acked-by: Darren Hart Signed-off-by: Colin Cross --- kernel/futex.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel/futex.c b/kernel/futex.c index b26dcfc..d710fae 100644 --- a/kernel/futex.c +++ b/kernel/futex.c @@ -61,6 +61,7 @@ #include #include #include +#include #include @@ -1807,7 +1808,7 @@ static void futex_wait_queue_me(struct futex_hash_bucket *hb, struct futex_q *q, * is no timeout, or if it has yet to expire. */ if (!timeout || timeout->task) - schedule(); + freezable_schedule(); } __set_current_state(TASK_RUNNING); }