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 BEDC8C433FE for ; Sat, 15 Oct 2022 15:29:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229833AbiJOP3c (ORCPT ); Sat, 15 Oct 2022 11:29:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59726 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229567AbiJOP3b (ORCPT ); Sat, 15 Oct 2022 11:29:31 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 93EDC24BEB; Sat, 15 Oct 2022 08:29:29 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id 52C93B80ABA; Sat, 15 Oct 2022 15:29:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 87E47C433C1; Sat, 15 Oct 2022 15:29:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1665847767; bh=KhYdy7ejyB5d6Go30tj2pav2W566YojdyrFrtMdH3uQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gtx/HYBLq4aP1FIxJn/iMi5Hxawr4grfPtBjlaRd+zd8NhSwVXmCfDBpAkQdTJwC7 mYxvEvTTDOO8jqvDGkp4QjCtSkI7rKESNQT6oG92cGCUYJ7ZJHH5R3PZ6bKFywWveE DpH4DJ38oGIJhayA5QEywp4qDPKW598ed+TqJMAM= Date: Sat, 15 Oct 2022 17:30:13 +0200 From: Greg KH To: Johannes Berg Cc: linux-wireless@vger.kernel.org, stable@vger.kernel.org, Felix Fietkau , Thadeu Lima de Souza Cascardo , Marcus Meissner , Jiri Kosina Subject: Re: [RFC v5.10 0/3] mac80211 use-after-free fix Message-ID: References: <20221014163906.23156-1-johannes@sipsolutions.net> <05b245f76948c081ac5384f69d3b993ae24ac950.camel@sipsolutions.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Oct 14, 2022 at 07:41:18PM +0200, Greg KH wrote: > On Fri, Oct 14, 2022 at 06:56:44PM +0200, Johannes Berg wrote: > > Sorry about the duplicate, I'm on a train to Berlin and network was > > spotty. > > No worries! I'll do a round of stable updates with what we have right > now tomorrow morning and then will look at these when I return home > later tomorrow evening. Thanks for doing them! They look sane, thanks, all now queued up! greg k-h