On Fri, Jan 30, 2026 at 1:08 PM Jason Wang <[email protected]> wrote: > > The bounceing is not necessarily page aligned, so current VDUSE can > leak kernel information through mapping bounce pages to > userspace. Allocate bounce pages with __GFP_ZERO to avoid leaking > information to userspace. > > Fixes: 8c773d53fb7b ("vduse: Implement an MMU-based software IOTLB") > Cc: [email protected] > Signed-off-by: Jason Wang <[email protected]>
Thanks for catching this! Reviewed-by: Xie Yongji <[email protected]> Thanks, Yongji

