Re: [PATCH v5 1/3] fuse: copy request headers via a stack buffer for io-uring

From: Miklos Szeredi

Date: Tue Aug 18 2026 - 08:26:58 EST


On Tue, 28 Jul 2026 at 01:37, Xiang Mei <xmei5@xxxxxxx> wrote:

> Bounce both headers through an on-stack copy so the usercopy touches
> stack memory, not the slab object.

Applied, thanks.

Miklos