Files
linux/include
Linus Torvalds d9b875a4a1 mm: make vm_area_alloc() initialize core fields
[ Upstream commit 490fc05386 ]

Like vm_area_dup(), it initializes the anon_vma_chain head, and the
basic mm pointer.

The rest of the fields end up being different for different users,
although the plan is to also initialize the 'vm_ops' field to a dummy
entry.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-08-24 13:07:14 +02:00
..
2018-08-03 07:48:02 +02:00