On 25.08.22 15:21, [email protected] wrote: > From: Marc-André Lureau <[email protected]> > > Rewrite get_next_page() to work over non-aligned blocks. When it > encounters non aligned addresses, it will allocate a zero-page and try > to fill it.
Could we simplify by using one global helper page (or caller provided page) and avoiding the allocation/freeing? -- Thanks, David / dhildenb
