Re: [PATCH v7 0/7] udmabuf bug fix and some improvements

2024-09-22 Thread Huan Yang
在 2024/9/21 8:04, Kasireddy, Vivek 写道: Hi Huan, Subject: [PATCH v7 0/7] udmabuf bug fix and some improvements This patchset attempts to fix some errors in udmabuf and remove the upin_list structure, also try clean up code. By this patchset, udmabuf remove page struct relay, only use pfn

RE: [PATCH v7 0/7] udmabuf bug fix and some improvements

2024-09-20 Thread Kasireddy, Vivek
Hi Huan, > Subject: [PATCH v7 0/7] udmabuf bug fix and some improvements > > This patchset attempts to fix some errors in udmabuf and remove the > upin_list structure, also try clean up code. > > By this patchset, udmabuf remove page struct relay, only use > pfn and foli

[PATCH v7 0/7] udmabuf bug fix and some improvements

2024-09-17 Thread Huan Yang
This patchset attempts to fix some errors in udmabuf and remove the upin_list structure, also try clean up code. By this patchset, udmabuf remove page struct relay, only use pfn and folios. Some of this fix just gather the patches which I upload before. Any patch has passed the udmabuf self-test