Dmitry Chagin 09cffde975 linux(4): Fixup the vDSO initialization order.
The vDSO initialisation order should be as follows:
- native abi init via exec_sysvec_init();
- vDSO symbols queued to the linux_vdso_syms list;
- linux_vdso_install();
- linux_exec_sysvec_init();

As the exec_sysvec_init() called with SI_ORDER_ANY (last) at SI_SUB_EXEC
order, move linux_vdso_install() and linux_exec_sysvec_init() to the
SI_SUB_EXEC+1 order.

Reviewed by:		trasz
Differential Revision:	https://reviews.freebsd.org/D30902
MFC after		2 weeks
2021-07-20 10:02:34 +03:00
..
2021-07-19 09:52:23 +00:00
2021-07-19 16:40:09 -04:00
2021-05-25 16:59:19 -07:00
2021-07-19 14:54:49 +02:00
2021-07-20 10:01:18 +03:00
2021-05-17 11:41:21 +02:00