David Hildenbrand writes:
> On 07.08.24 14:41, Michael Ellerman wrote:
>> Add an optional close() callback to struct vm_special_mapping. It will
>> be used, by powerpc at least, to handle unmapping of the VDSO.
>>
>> Suggested-by: Linus Torvalds
>> Signed-off-by: Michael Ellerman
>> ---
>> in
"Liam R. Howlett" writes:
> * Michael Ellerman [240807 08:41]:
>> Add an optional close() callback to struct vm_special_mapping. It will
>> be used, by powerpc at least, to handle unmapping of the VDSO.
>>
>> Suggested-by: Linus Torvalds
>> Signed-off-by: Michael Ellerman
>> ---
>> include/li
* Michael Ellerman [240807 08:41]:
> Add an optional close() callback to struct vm_special_mapping. It will
> be used, by powerpc at least, to handle unmapping of the VDSO.
>
> Suggested-by: Linus Torvalds
> Signed-off-by: Michael Ellerman
> ---
> include/linux/mm_types.h | 2 ++
> mm/mmap.c
On 07.08.24 14:41, Michael Ellerman wrote:
Add an optional close() callback to struct vm_special_mapping. It will
be used, by powerpc at least, to handle unmapping of the VDSO.
Suggested-by: Linus Torvalds
Signed-off-by: Michael Ellerman
---
include/linux/mm_types.h | 2 ++
mm/mmap.c
Add an optional close() callback to struct vm_special_mapping. It will
be used, by powerpc at least, to handle unmapping of the VDSO.
Suggested-by: Linus Torvalds
Signed-off-by: Michael Ellerman
---
include/linux/mm_types.h | 2 ++
mm/mmap.c| 3 +++
2 files changed, 5 insertions