On 01.06.22 15:37, David Hildenbrand wrote:OK, patch 2 and patch 3 are used to return error value directly, I will combine these patch
On 01.06.22 14:44, Chen Wandun wrote:Ah, I see you modify other places in other patches. Maybe just combine
If addr is not PAGE_SIZE aligned, return -EINVAL directly.Why is this one to be treated in a special way compared to all of the
other related checks?
all these return value changes into a single patch? That makes it look
less "special".