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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1172BC43331 for ; Mon, 30 Mar 2020 16:23:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CEC7F206CC for ; Mon, 30 Mar 2020 16:23:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585585438; bh=B16m0Ow773Aqt4Qa1Tz8oIJFgNSYnnbreOBbAtbj1TE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=zg7qdOIYPRGwe3Vlbvj+n7HLb8wLkP1DDCOsiEcf1450RrzbmLppOvHLomr6boBed v+snWxj0yufNbet0+X3PPhB8FCK/taTOzyKxmiWQgKH8XU2Q8mbETBumHcgDKPiS4V FVyygKj3Jbwcm9VxMNn69TvKPj0GypRUro5EOx3c= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727915AbgC3QX6 (ORCPT ); Mon, 30 Mar 2020 12:23:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:56338 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728708AbgC3QX6 (ORCPT ); Mon, 30 Mar 2020 12:23:58 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 700F6206CC; Mon, 30 Mar 2020 16:23:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585585437; bh=B16m0Ow773Aqt4Qa1Tz8oIJFgNSYnnbreOBbAtbj1TE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ALdimsSjD+8ZuMxjCyejq9LaubNn4niiZn/BBj6zc00nY86kzolBYNOlXXzgp3Vwq rJD/6moM7Oc7jMeVQ1gr0/5tku4c3slQ/4Uvw0VCpAiZ+mEkp2DhNnqEQyoIn9uH0i 2kV39z5cedZYZscRkdnZY5Ah/l6OdMzq870hvKzE= Date: Mon, 30 Mar 2020 12:23:56 -0400 From: Sasha Levin To: gregkh@linuxfoundation.org Cc: johannes.berg@intel.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211" failed to apply to 4.19-stable tree Message-ID: <20200330162356.GJ4189@sasha-vm> References: <158557523660185@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <158557523660185@kroah.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Mar 30, 2020 at 03:33:56PM +0200, gregkh@linuxfoundation.org wrote: > >The patch below does not apply to the 4.19-stable tree. >If someone wants it applied there, or to any other stable or longterm >tree, then please email the backport, including the original git commit >id to . > >thanks, > >greg k-h > >------------------ original commit in Linus's tree ------------------ > >>From b95d2ccd2ccb834394d50347d0e40dc38a954e4a Mon Sep 17 00:00:00 2001 >From: Johannes Berg >Date: Thu, 26 Mar 2020 15:53:34 +0100 >Subject: [PATCH] mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 > TX > >When a frame is transmitted via the nl80211 TX rather than as a >normal frame, IEEE80211_TX_CTRL_PORT_CTRL_PROTO wasn't set and >this will lead to wrong decisions (rate control etc.) being made >about the frame; fix this. > >Fixes: 911806491425 ("mac80211: Add support for tx_control_port") >Signed-off-by: Johannes Berg >Link: https://lore.kernel.org/r/20200326155333.f183f52b02f0.I4054e2a8c11c2ddcb795a0103c87be3538690243@changeid >Signed-off-by: Johannes Berg I've also grabbed 060167729a78 ("mac80211: add option for setting control flags") for 4.19. -- Thanks, Sasha