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 73CA7C6FD1C for ; Sat, 11 Mar 2023 12:30:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230319AbjCKMaU (ORCPT ); Sat, 11 Mar 2023 07:30:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230346AbjCKMaQ (ORCPT ); Sat, 11 Mar 2023 07:30:16 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1C7E3F6C4A; Sat, 11 Mar 2023 04:30:12 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 018CFCE2C53; Sat, 11 Mar 2023 12:30:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70D02C433D2; Sat, 11 Mar 2023 12:30:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678537809; bh=2UnpI/uHgbFeseZ6WJQHzE4N7+CfviWl8IBFeSiIEiI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uS6DLm5UPUhxRtPariV7SNAOO1a8pr1NgTwDTl8oE/XZrKVfIv4bRT8BSItVZhwPT PO4X5imccCh4TQZ52oXXSHDDz+AToomtjCJZfyG/fxUbUmbANKot4EGMf7A9Ez3Kxm 3ODQ267kuCmBOIiHrUSHhXIcIrpjsnh6ZMJlkbmU= Date: Sat, 11 Mar 2023 13:30:05 +0100 From: Greg Kroah-Hartman To: Hans de Goede Cc: Hector Martin , Alexander Wetzel , linux-wireless@vger.kernel.org, Johannes Berg , johannes@sipsolutions.net, stable@vger.kernel.org, Asahi Linux , Ilya , Janne Grunau , LKML , regressions@lists.linux.dev Subject: Re: [REGRESSION] Patch broke WPA auth: Re: [PATCH v2] wifi: cfg80211: Fix use after free for wext Message-ID: References: <20230124141856.356646-1-alexander@wetzel-home.de> <02ba45eb-1970-791a-d922-7b325ea51146@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <02ba45eb-1970-791a-d922-7b325ea51146@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Sat, Mar 11, 2023 at 12:03:44PM +0100, Hans de Goede wrote: > Hi Hector, > > On 3/11/23 10:55, Hector Martin wrote: > > Hi, > > > > This broke WPA auth entirely on brcmfmac (in offload mode) and probably > > others, including on stable 6.2.3 and 6.3-rc1 (tested with iwd). Please > > revert or fix. Notes below. > > > > Reported-by: Ilya > > Reported-by: Janne Grunau > > > > #regzbot introduced: 015b8cc5e7c4d7 > > #regzbot monitor: > > https://lore.kernel.org/linux-wireless/20230124141856.356646-1-alexander@wetzel-home.de/ > > I can confirm this bug, I was seeing broken wifi on brcmfmac with 6.3-rc1 > and I was about to start a git bisect for this this morning when I saw > this email. > > Reverting 015b8cc5e7c4d7 fixes the broken wifi. Hector, thank you, you > just saved me from a bisect on somewhat slow hardware :) Great, can someone submit the revert patch to the networking tree so we can get this resolved quickly? thanks, greg k-h