Re: [PATCH for-4.19 v2] xen/vmap: Document the vmap header

2024-07-03 Thread Oleksii
On Wed, 2024-07-03 at 13:58 +0200, Jan Beulich wrote: > On 03.07.2024 13:19, Alejandro Vallejo wrote: > > +/* > > + * Unmaps a range of virtually contiguous memory from one of the > > vmap regions > > + * > > + * The system remembers internally how wide the mapping is and > > unmaps it all. > > Se

Re: [PATCH for-4.19 v2] xen/vmap: Document the vmap header

2024-07-03 Thread Alejandro Vallejo
On Wed Jul 3, 2024 at 12:58 PM BST, Jan Beulich wrote: > On 03.07.2024 13:19, Alejandro Vallejo wrote: > > +/* > > + * Unmaps a range of virtually contiguous memory from one of the vmap > > regions > > + * > > + * The system remembers internally how wide the mapping is and unmaps it > > all. > >

Re: [PATCH for-4.19 v2] xen/vmap: Document the vmap header

2024-07-03 Thread Jan Beulich
On 03.07.2024 13:19, Alejandro Vallejo wrote: > +/* > + * Unmaps a range of virtually contiguous memory from one of the vmap regions > + * > + * The system remembers internally how wide the mapping is and unmaps it all. Seeing this is still taken verbatim ... > + * It also can determine the vmap

[PATCH for-4.19 v2] xen/vmap: Document the vmap header

2024-07-03 Thread Alejandro Vallejo
In it's current form it's rather cryptic for uninitiated, so this patch documents everything in there to make it more palatable. No functional change. Signed-off-by: Alejandro Vallejo --- v2: * Removed Doxygen-style markers on comments. * Added some missing documentations for the return type