From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753066AbdCHNK1 (ORCPT ); Wed, 8 Mar 2017 08:10:27 -0500 Received: from mail-wr0-f195.google.com ([209.85.128.195]:35394 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752415AbdCHNKX (ORCPT ); Wed, 8 Mar 2017 08:10:23 -0500 Date: Wed, 8 Mar 2017 12:55:05 +0100 From: Ingo Molnar To: Linus Torvalds Cc: Linux Kernel Mailing List , Peter Zijlstra , Thomas Gleixner , Andrew Morton Subject: Re: [RFC PATCH] sched/wait: Introduce new, more compact wait_event*() primitives Message-ID: <20170308115505.GA17536@gmail.com> References: <20170303013646.GA32094@gmail.com> <20170308083719.GA3251@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170308083719.GA3251@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Ingo Molnar wrote: > You can find the latest (WIP, frequently rebased) version in: > > git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.sched/core > > The first 10 patches reshape the waitqueue code to be more hackable (to me!), > because I kept bumping into confusing names all the time, but the real change > you'd be most interested in is, in an RFC (to be rebased!) form, the following > one: > > 0c32c5717beb sched/wait: Introduce new, more compact wait_event*() primitives > > I've attached that patch below as well. Note that I rebased it meanwhile so the SHA1's changed. The commit titles should still be the same though. Thanks, Ingo