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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1033C433E0 for ; Fri, 22 Jan 2021 14:43:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8F53423444 for ; Fri, 22 Jan 2021 14:43:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728795AbhAVOnf (ORCPT ); Fri, 22 Jan 2021 09:43:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54872 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728786AbhAVOm4 (ORCPT ); Fri, 22 Jan 2021 09:42:56 -0500 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 98423C0613D6; Fri, 22 Jan 2021 06:42:09 -0800 (PST) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94) (envelope-from ) id 1l2xdX-00AB97-3u; Fri, 22 Jan 2021 15:42:07 +0100 Message-ID: <3ab53428d2bf7a524b7929e67e1f7080f6aa643f.camel@sipsolutions.net> Subject: Re: [PATCH v2] cfg80211: avoid holding the RTNL when calling the driver From: Johannes Berg To: linux-wireless@vger.kernel.org Cc: netdev@vger.kernel.org, Oliver Neukum Date: Fri, 22 Jan 2021 15:42:06 +0100 In-Reply-To: <85abb9009642c3a13321970c04f73cf0cf91c2e3.camel@sipsolutions.net> (sfid-20210120_190718_945232_7A287C28) References: <20210119102145.99917b8fc5d6.Iacd5916c0e01f71342159f6d419e56dc4c3f07a2@changeid> (sfid-20210119_153923_221115_D0602D5A) <85abb9009642c3a13321970c04f73cf0cf91c2e3.camel@sipsolutions.net> (sfid-20210120_190718_945232_7A287C28) Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.5 (3.36.5-2.fc32) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Wed, 2021-01-20 at 19:03 +0100, Johannes Berg wrote: > Could you take a look at these bits to see if that's fine with you? Actually, never mind. Given some bug reports, some rework was necessary, and that means this is no longer needed :-) johannes