From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751407AbdFCOQD (ORCPT ); Sat, 3 Jun 2017 10:16:03 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54442 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750997AbdFCOQB (ORCPT ); Sat, 3 Jun 2017 10:16:01 -0400 Date: Sat, 3 Jun 2017 19:26:27 +0900 From: Greg Kroah-Hartman To: Peter Rosin Cc: linux-kernel@vger.kernel.org, Peter Rosin , Wolfram Sang , Rob Herring , Mark Rutland , Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Jonathan Corbet , linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-iio@vger.kernel.org, linux-doc@vger.kernel.org, Andrew Morton , Colin Ian King , Paul Gortmaker , Philipp Zabel , kernel@pengutronix.de Subject: Re: [PATCH v15 00/13] mux controller abstraction and iio/i2c muxes Message-ID: <20170603102627.GA24274@kroah.com> References: <1494791476-14599-1-git-send-email-peda@lysator.liu.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1494791476-14599-1-git-send-email-peda@lysator.liu.se> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 14, 2017 at 09:51:03PM +0200, Peter Rosin wrote: > From: Peter Rosin > > Hi Greg, > > Philipp found problems in v14 with using a mutex for locking that was > the outcome of the review for v13, so I'm now using a semaphore instead > of the rwsem that was in v13. That at least got rid of the scary call > to downgrade_write. However, I'm still unsure about what you actually > meant with your comment about lack of sparse markings [1]. I did add > __must_check to the funcs that selects the mux, but I've got this > feeling that this is not what you meant? I thought there was a way to mark a function as requiring a lock be held when it is being called. Does sparse not support that anymore? thanks, greg k-h