From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752572AbdHJKdl (ORCPT ); Thu, 10 Aug 2017 06:33:41 -0400 Received: from merlin.infradead.org ([205.233.59.134]:36936 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752533AbdHJKdi (ORCPT ); Thu, 10 Aug 2017 06:33:38 -0400 Date: Thu, 10 Aug 2017 12:33:05 +0200 From: Peter Zijlstra To: "Luis R. Rodriguez" Cc: akpm@linux-foundation.org, mingo@redhat.com, keescook@chromium.org, dmitry.torokhov@gmail.com, jeyu@redhat.com, rusty@rustcorp.com.au, mmarek@suse.com, pmladek@suse.com, mbenes@suse.cz, jpoimboe@redhat.com, ebiederm@xmission.com, shuah@kernel.org, matt.redfearn@imgtec.com, dan.carpenter@oracle.com, colin.king@canonical.com, danielmentz@google.com, dcb314@hotmail.com, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] wait: add wait_event_killable_timeout() Message-ID: <20170810103305.gz5dwbal3rkvc7uu@hirez.programming.kicks-ass.net> References: <20170809234635.13443-1-mcgrof@kernel.org> <20170809234635.13443-2-mcgrof@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170809234635.13443-2-mcgrof@kernel.org> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 09, 2017 at 04:46:33PM -0700, Luis R. Rodriguez wrote: > This wait is similar to wait_event_interruptable_timeout() but only accepts > SIGKILL interrupt signal. Other signals are ignored. > > Signed-off-by: Luis R. Rodriguez Assuming someone else is going to merge all these: Acked-by: Peter Zijlstra (Intel)