[PATCH v2 04/20] fork: provide a function for copying init_mm

Nadav Amit nadav.amit at gmail.com
Tue Feb 5 09:03:45 UTC 2019


> On Feb 5, 2019, at 12:53 AM, Borislav Petkov <bp at alien8.de> wrote:
> 
> On Mon, Jan 28, 2019 at 04:34:06PM -0800, Rick Edgecombe wrote:
>> From: Nadav Amit <namit at vmware.com>
>> 
>> - * Allocate a new mm structure and copy contents from the
>> - * mm structure of the passed in task structure.
>> +/**
>> + * dup_mm() - duplicates an existing mm structure
>> + * @tsk: the task_struct with which the new mm will be associated.
>> + * @oldmm: the mm to duplicate.
>> + *
>> + * Allocates a new mm structure and copy contents from the provided
> 
> s/copy/copies/

Thanks, applied (I revised this sentence a bit).



More information about the Linux-security-module-archive mailing list