Searched hist:"0 fc8a796722846d0d676548aa0f5cc660199db73" (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_vdso.h | diff 0fc8a796722846d0d676548aa0f5cc660199db73 Tue Feb 16 15:30:21 CET 2021 Mark Johnston <markj@FreeBSD.org> linux: Unmap the VDSO page when unloading
linux_shared_page_init() creates an object and grabs and maps a single page to back the VDSO. When destroying the VDSO object, we failed to destroy the mapping and free KVA. Fix this.
Reviewed by: kib MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D28696
|
H A D | linux_vdso.c | diff 0fc8a796722846d0d676548aa0f5cc660199db73 Tue Feb 16 15:30:21 CET 2021 Mark Johnston <markj@FreeBSD.org> linux: Unmap the VDSO page when unloading
linux_shared_page_init() creates an object and grabs and maps a single page to back the VDSO. When destroying the VDSO object, we failed to destroy the mapping and free KVA. Fix this.
Reviewed by: kib MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D28696
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sysvec.c | diff 0fc8a796722846d0d676548aa0f5cc660199db73 Tue Feb 16 15:30:21 CET 2021 Mark Johnston <markj@FreeBSD.org> linux: Unmap the VDSO page when unloading
linux_shared_page_init() creates an object and grabs and maps a single page to back the VDSO. When destroying the VDSO object, we failed to destroy the mapping and free KVA. Fix this.
Reviewed by: kib MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D28696
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysvec.c | diff 0fc8a796722846d0d676548aa0f5cc660199db73 Tue Feb 16 15:30:21 CET 2021 Mark Johnston <markj@FreeBSD.org> linux: Unmap the VDSO page when unloading
linux_shared_page_init() creates an object and grabs and maps a single page to back the VDSO. When destroying the VDSO object, we failed to destroy the mapping and free KVA. Fix this.
Reviewed by: kib MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D28696
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysvec.c | diff 0fc8a796722846d0d676548aa0f5cc660199db73 Tue Feb 16 15:30:21 CET 2021 Mark Johnston <markj@FreeBSD.org> linux: Unmap the VDSO page when unloading
linux_shared_page_init() creates an object and grabs and maps a single page to back the VDSO. When destroying the VDSO object, we failed to destroy the mapping and free KVA. Fix this.
Reviewed by: kib MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D28696
|