[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250610153429.0f098b07@kernel.org>
Date: Tue, 10 Jun 2025 15:34:29 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Tejun Heo <tj@...nel.org>
Cc: "David S. Miller" <davem@...emloft.net>, Eric Dumazet
<edumazet@...gle.com>, David Ahern <dsahern@...nel.org>, Paolo Abeni
<pabeni@...hat.com>, netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
Jason Xing <kerneljasonxing@...il.com>
Subject: Re: [PATCH RESEND net-next] net: tcp: tsq: Convert from tasklet to
BH workqueue
On Mon, 9 Jun 2025 10:47:25 -1000 Tejun Heo wrote:
> The only generic interface to execute asynchronously in the BH context is
> tasklet; however, it's marked deprecated and has some design flaws. To
> replace tasklets, BH workqueue support was recently added. A BH workqueue
> behaves similarly to regular workqueues except that the queued work items
> are executed in the BH context.
Could you rebase on latest net-next? Doesn't seem to apply:
Applying: net: tcp: tsq: Convert from tasklet to BH workqueue
error: patch failed: net/ipv4/tcp_output.c:1164
error: net/ipv4/tcp_output.c: patch does not apply
Patch failed at 0001 net: tcp: tsq: Convert from tasklet to BH workqueue
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
--
pw-bot: cr
Powered by blists - more mailing lists