From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1985C4332F for ; Thu, 9 Nov 2023 11:06:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231849AbjKILHB (ORCPT ); Thu, 9 Nov 2023 06:07:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47070 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231270AbjKILHA (ORCPT ); Thu, 9 Nov 2023 06:07:00 -0500 X-Greylist: delayed 958 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Thu, 09 Nov 2023 03:06:57 PST Received: from mx2.mythic-beasts.com (mx2.mythic-beasts.com [IPv6:2a00:1098:0:82:1000:0:2:1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 63FD52590 for ; Thu, 9 Nov 2023 03:06:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=isbd.net; s=mythic-beasts-k1; h=Subject:To:From:Date; bh=hs+tl8q6DXI0R8uHTp5mVmXkrhwAYT/6hZlwFDKvZ7o=; b=E8bj+UdthJZY2EcoN4Fi1zjbqZ KWqPP4bkVmVMGctk3YKRzBJLqLZSmxHLKMjDZGNkR4WLlWE2VQDIs3FfD31CtF/Wun/B1dvdpI/ur Se6GvQCM70c5d26ol+bOukHpiRZikhPjl7IJqZ6iZUSiZqaan4wcwTC8RyCAXdWKtL8AS4wNju7Gx LIW0duTREeJfAKxJroproJUcoplIrR7PC1XL0kVL1YXLoomgUDHg/iliphowlSnW1iOJDqbo3Ux0t YDZHz6DvukB43bWpAa2rHOUAEAauMi2FWMOTRXGGogfi8tfokdNymDgUqGF5+T9y+upgWv0u9lu1c b/V7LU9w==; Received: by mailhub-hex-d.mythic-beasts.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r12cm-0077wm-Q8 for linux-i2c@vger.kernel.org; Thu, 09 Nov 2023 10:51:00 +0000 Received: by esprimo.zbmc.eu (Postfix, from userid 1000) id 27AA82C0417; Thu, 9 Nov 2023 10:50:58 +0000 (GMT) Date: Thu, 9 Nov 2023 10:50:58 +0000 From: Chris Green To: linux-i2c@vger.kernel.org Subject: Re: A question about the mutex (or not) in the kernel's I2C handling Message-ID: Mail-Followup-To: linux-i2c@vger.kernel.org References: <20231108225028.k426cvitpvbcnuyj@porty> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231108225028.k426cvitpvbcnuyj@porty> X-BlackCat-Spam-Score: 7 Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On Wed, Nov 08, 2023 at 11:50:28PM +0100, Stefan Lengfeld wrote: [snip long, comprehensive, reply] Stefan, thank you so much, that's just what I wanted to be sure about. -- Chris Green