freebsd-dev/sys/compat/linuxkpi/common
Hans Petter Selasky ea67550be0 Fix a reference count leak in the LinuxKPI due to calling VM open when
it shouldn't be called.

Background:
The Linux VM open operation is called when a new VMA is
created on top of the current VMA. This is done through either mremap
flow or split_vma, usually due to mlock, madvise, munmap and so
on. This is currently not supported by the LinuxKPI.

MFC after:		1 week
Sponsored by:		Mellanox Technologies
2017-05-31 12:08:25 +00:00
..
include Fixes for refcounting "struct linux_file" in the LinuxKPI. 2017-05-31 12:02:59 +00:00
src Fix a reference count leak in the LinuxKPI due to calling VM open when 2017-05-31 12:08:25 +00:00