From: Zhao Li <enderaoelyther@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Johannes Berg <johannes.berg@intel.com>, stable@vger.kernel.org
Subject: Re: FAILED: patch "[PATCH] wifi: mac80211: capture fast-RX rate before mesh reuses" failed to apply to 6.18-stable tree
Date: Fri, 29 May 2026 13:54:50 +0800 [thread overview]
Message-ID: <20260529055449.85775-2-enderaoelyther@gmail.com> (raw)
In-Reply-To: <2026052854-skimmer-nutlike-eb6e@gregkh>
Hi Greg,
Please drop this for 6.18.y; no backport is needed there.
The failing cherry-pick is expected because the code fixed by
d71c841be5d9 ("wifi: mac80211: capture fast-RX rate before mesh reuses
skb->cb") is not present in 6.18.y.
In 6.18.y, the fast-RX mesh RX_QUEUED arm is:
res = ieee80211_rx_mesh_data(rx->sdata, rx->sta, rx->skb);
switch (res) {
case RX_QUEUED:
return true;
The later vulnerable post-mesh stats update:
stats->last_rx = jiffies;
stats->last_rate = sta_stats_encode_rate(status);
was introduced by:
cc18fffa3a517 ("wifi: mac80211: fix missing RX bitrate update for mesh forwarding path")
That code is not in 6.18.y, so d71c841be5d9 is not applicable to 6.18.y.
Thanks,
Zhao
prev parent reply other threads:[~2026-05-29 5:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-28 9:57 FAILED: patch "[PATCH] wifi: mac80211: capture fast-RX rate before mesh reuses" failed to apply to 6.18-stable tree gregkh
2026-05-29 5:54 ` Zhao Li [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260529055449.85775-2-enderaoelyther@gmail.com \
--to=enderaoelyther@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=johannes.berg@intel.com \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox