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 A6677C004C0 for ; Thu, 19 Oct 2023 21:40:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346599AbjJSVkJ (ORCPT ); Thu, 19 Oct 2023 17:40:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53032 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232759AbjJSVkH (ORCPT ); Thu, 19 Oct 2023 17:40:07 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D0291116; Thu, 19 Oct 2023 14:40:05 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F187CC433C7; Thu, 19 Oct 2023 21:40:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697751605; bh=x8GN6NCbu6Jk2mBeilh7gQpV1V166ITF8wV8WZ8Ek0k=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=to2UauIl3D3hwG5RmRnkrOS1DYL9XFSGhy7AnbJaHCXWB1KffB7tMJGcltBXZrPX/ SHMTWHuFFaofvz6bf3vJdB4IeeiQxmo6X8zAS23BT8h6gUAVWiNKvR33JNhlLkwYM+ ggxco2EUInTehFsFfMqBACGYg25QC1ZCogOlH+ia56BF4SMuN9OwCq9Ibkec22r68g CsA43XYVJiaJb3RJnH2PR3mqScVUDo6B3NPaSk39dEMnQ2ertwr1BKYuy2/Vl9YHtp GabfRHHgXvBtGKTkWBPyxaz4KiuMID8YUgSztQAuFkdHSFymoCP4enVoq3aGk9fPt/ +DfOeIAXj8LJg== Date: Thu, 19 Oct 2023 14:40:04 -0700 From: Jakub Kicinski To: Johannes Berg Cc: Stephen Rothwell , David Miller , Paolo Abeni , Kalle Valo , Networking , Wireless , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: manual merge of the net-next tree with the wireless tree Message-ID: <20231019144004.0f5b2533@kernel.org> In-Reply-To: <987ecad0840a9d15bd844184ea595aff1f3b9c0c.camel@sipsolutions.net> References: <20231012113648.46eea5ec@canb.auug.org.au> <987ecad0840a9d15bd844184ea595aff1f3b9c0c.camel@sipsolutions.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 12 Oct 2023 10:10:10 +0200 Johannes Berg wrote: > > I fixed it up (I just used the latter, there may be more needed) > > Just using net-next/wireless-next is fine, I actually noticed the issue > while I was merging the trees to fix the previous conflicts here. Resolved the conflict in 041c3466f39d, could you double check? Also, there's another direct return without freeing the key in ieee80211_key_link(), is that one okay ?