Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751865AbdF3Qc2 (ORCPT ); Fri, 30 Jun 2017 12:32:28 -0400 Received: from mx2.suse.de ([195.135.220.15]:55272 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750975AbdF3Qc1 (ORCPT ); Fri, 30 Jun 2017 12:32:27 -0400 Date: Fri, 30 Jun 2017 09:32:09 -0700 From: Davidlohr Bueso To: "Luis R. Rodriguez" Cc: Matthew Wilcox , Linus Torvalds , Thomas Gleixner , Peter Zijlstra , DanielWagnerwagi@monom.org, Boqun Feng , Marcelo Tosatti , Paul Gortmaker , Ming Lei , "Li, Yi" , "AKASHI, Takahiro" , Jakub Kicinski , Greg Kroah-Hartman , "Paul E. McKenney" , Linux Kernel Mailing List , "Eric W. Biederman" , Petr Mladek , Andrew Lutomirski , Kees Cook , David Howells , Alan Cox , "Theodore Ts'o" , oss-drivers@netronome.com Subject: Re: [PATCH] firmware: wake all waiters Message-ID: <20170630163209.GF3954@linux-80c1.suse> References: <20170623233702.20564-1-jakub.kicinski@netronome.com> <20170626233030.GI21846@wotan.suse.de> <20170627001534.GK21846@wotan.suse.de> <20170629190854.GE3954@linux-80c1.suse> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: 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 Content-Length: 254 Lines: 9 On Thu, 29 Jun 2017, Luis R. Rodriguez wrote: >And do we want to make it even more *special-use* by wrapping it with >#ifndef MODULE as suggested by Matthew Wilcox ? Not if we want to add any sort of module that tests swait vs wait. Thanks, Davidlohr