lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 14 Nov 2022 17:41:26 +0100
From:   David Hildenbrand <david@...hat.com>
To:     Ian Cowan <ian@...ux.cowan.aero>,
        Andrew Morton <akpm@...ux-foundation.org>
Cc:     linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mm: mmap: fix documentation for vma_mas_szero

On 14.11.22 01:33, Ian Cowan wrote:
> When the struct_mm input, mm, was changed to a struct ma_state, mas, the
> documentation for the function was never updated. This updates that
> documentation reference.
> 
> Signed-off-by: Ian Cowan <ian@...ux.cowan.aero>
> ---
>   mm/mmap.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mm/mmap.c b/mm/mmap.c
> index bf2122af94e7..7ffd562c57a0 100644
> --- a/mm/mmap.c
> +++ b/mm/mmap.c
> @@ -456,7 +456,7 @@ void vma_mas_remove(struct vm_area_struct *vma, struct ma_state *mas)
>    * vma_mas_szero() - Set a given range to zero.  Used when modifying a
>    * vm_area_struct start or end.
>    *
> - * @mm: The struct_mm
> + * @mas: The maple tree ma_state
>    * @start: The start address to zero
>    * @end: The end address to zero.
>    */

Acked-by: David Hildenbrand <david@...hat.com>

-- 
Thanks,

David / dhildenb

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ