From patchwork Wed Feb 22 20:03:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fedor Pchelkin X-Patchwork-Id: 656239 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 A6EB4C64EC7 for ; Wed, 22 Feb 2023 20:03:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231867AbjBVUDn (ORCPT ); Wed, 22 Feb 2023 15:03:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44560 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229603AbjBVUDm (ORCPT ); Wed, 22 Feb 2023 15:03:42 -0500 Received: from mail.ispras.ru (mail.ispras.ru [83.149.199.84]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 70FB0869A; Wed, 22 Feb 2023 12:03:41 -0800 (PST) Received: from fpc.intra.ispras.ru (unknown [10.10.165.9]) by mail.ispras.ru (Postfix) with ESMTPSA id 6D70B4077AED; Wed, 22 Feb 2023 20:03:35 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 mail.ispras.ru 6D70B4077AED DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ispras.ru; s=default; t=1677096215; bh=vUdTngboS0pELBUARWbX4WHg6ejSpSC1AP+vPPz2Qok=; h=From:To:Cc:Subject:Date:From; b=GdYz5y6/RLsUn+pjSBBi2ns1lMUqPZPhyrshPbhUkld2L1/3QBeUbk2vki3iUkUHi yPhgVWde3PaLB3F4yaolyKySd40HsojcjRjjPwHOcdXqYdrvnADIjCInY0eTlpUwhG lnImwotspkLrT2S7OREL0L0gPfQjLXR0KgKfJ4Mo= From: Fedor Pchelkin To: stable@vger.kernel.org, Greg Kroah-Hartman Cc: Fedor Pchelkin , Johannes Berg , Pavel Skripkin , "David S. Miller" , Jakub Kicinski , Bob Copeland , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Alexey Khoroshilov , lvc-project@linuxtesting.org Subject: [PATCH 5.4/5.10 0/1] mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh Date: Wed, 22 Feb 2023 23:03:00 +0300 Message-Id: <20230222200301.254791-1-pchelkin@ispras.ru> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org The null-ptr-deref problem fixed in the following patch is hit on older branches. The patch failed to be initially backported into stable branches older than 5.15 due to the fix-spell-comment commit ab4040df6efb ("mac80211: fix some spelling mistakes"). Now it can be cleanly applied to the 5.4/5.10 stable branches. I'm not sure if the comment-fix patch should be backported in these cases, too (to prevent similar potential future backport fails). Probably not. So I just adapted the backport patch in-place.