From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752591AbdFTVpx (ORCPT ); Tue, 20 Jun 2017 17:45:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:34538 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751798AbdFTVpw (ORCPT ); Tue, 20 Jun 2017 17:45:52 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6F445239AC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=mcgrof@kernel.org From: "Luis R. Rodriguez" To: peterz@infradead.org, paulmck@linux.vnet.ibm.com, oleg@redhat.com, josh@joshtriplett.org, rostedt@goodmis.org, mathieu.desnoyers@efficios.com, jiangshanlai@gmail.com Cc: paul.gortmaker@windriver.com, boqun.feng@gmail.com, ebiederm@xmission.com, dmitry.torokhov@gmail.com, linux-kernel@vger.kernel.org, "Luis R. Rodriguez" Subject: [PATCH 0/2] swait: add idle to make idle-hacks on kthreads explicit Date: Tue, 20 Jun 2017 14:45:45 -0700 Message-Id: <20170620214548.6602-1-mcgrof@kernel.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170615184820.22994-1-mcgrof@kernel.org> References: <20170615184820.22994-1-mcgrof@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In this proper patch form I've made the non-timeout idle swait void. I've also integrated Paul's comment / ident changes, and added documentation as suggested by Boqun. Let me know if there are issue, otherwise, Paul feel free to take! Luis R. Rodriguez (2): swait: add idle variants which don't contribute to load average rcu: use idle versions of swait to make idle-hack clear include/linux/swait.h | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++ kernel/rcu/tree.c | 11 +++++------ 2 files changed, 60 insertions(+), 6 deletions(-) -- 2.11.0