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 2A55AC001DB for ; Tue, 15 Aug 2023 13:26:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237394AbjHONZq (ORCPT ); Tue, 15 Aug 2023 09:25:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60652 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237493AbjHONZm (ORCPT ); Tue, 15 Aug 2023 09:25:42 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:242:246e::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 909D2113 for ; Tue, 15 Aug 2023 06:25:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=MIME-Version:Content-Transfer-Encoding: Content-Type:References:In-Reply-To:Date:To:From:Subject:Message-ID:Sender: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-To: Resent-Cc:Resent-Message-ID; bh=XaawGspZjz3UoHeskUzCZtbz2YnONIYVnfJ7tc4lq7o=; t=1692105941; x=1693315541; b=UZub9l+iWJaE2+JfuPJRSiA2abBqUMASHlLs/PEBsyuIOnF wj0bvxpoAhM5Svv6B/SzwuY6GYhfIL4z8XOh8Q8JojFx+MpJ5GpeWoF+kYepplMAYpwsLFtT5so1m Nzq0PTIp6MOoFP0MhhN4cJBxzgAp//H0mVh11xdx0xmmC4EXiIRRw2Dg9Do3jVEXymtqaQ7lC60EA kg0xdt7Z3ns9qpd+BF8nejUzAiJ3k5mVXI0V4Zrx/i/SqESb+/3WXjtRSbMdA8SmKeX3j8hchnlQi eOWbQr+E97v4oJLg3aRDQC4bYDOB0/m1mXihMx6rHEo2wzSQboRXbcJiHKw7dzlw==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from ) id 1qVu3G-008r1w-2C; Tue, 15 Aug 2023 15:25:38 +0200 Message-ID: Subject: Re: [RFC PATCH v2] wifi: cfg80211: fix cqm_config access race From: Johannes Berg To: Max Schulze , linux-wireless@vger.kernel.org Date: Tue, 15 Aug 2023 15:25:37 +0200 In-Reply-To: References: <20230815134247.4b4bd52ea708.I1a1bb102329fc88e4712eaf394cba3025ada0dc7@changeid> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 (3.48.4-1.fc38) MIME-Version: 1.0 X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Tue, 2023-08-15 at 15:24 +0200, Max Schulze wrote: > Thanks again. I have to back-port it to 6.1.45 manually and will do testi= ng. >=20 Ah, you can't port this to 6.1 series, it depends on commit a3ee4dc84c4e ("wifi: cfg80211: add a work abstraction with special semantics") which is only in 6.5-rc... Maybe you can cherry-pick that patch too. johannes