On Mon, Jan 31, 2022 at 05:39:08PM -0600, Alex Elder wrote:
On 1/24/22 7:37 AM, gregkh@linuxfoundation.org wrote:
The patch below does not apply to the 5.16-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 stable@vger.kernel.org.
Sorry about that.
Unfortunately, the commit in question:
998c0bd2b3715 net: ipa: prevent concurrent replenish
has one predecessor commit as a prerequisite:
c1aaa01dbf4ce net: ipa: use a bitmap for endpoint replenish_enabled
I find that I can cleanly cherry-pick the two commits on top of tag "v5.16.4" cleanly. I.e.:
git reset --hard v5.16.4 git cherry-pick -x c1aaa01dbf4ce 998c0bd2b3715
Is that an adequate solution? If not, I can supply patches that do essentially that.
This works on tag "v5.15.18" as well.
Great, now queued up.
thanks,
greg k-h