Home
last modified time | relevance | path

Searched hist:e266a0f7f001c7886eab56d8c058d92d87010400 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dlinker.hdiff e266a0f7f001c7886eab56d8c058d92d87010400 Thu May 20 16:50:43 CEST 2021 Konstantin Belousov <kib@FreeBSD.org> kern linker: do not allow more than one kldload and kldunload syscalls simultaneously

kld_sx is dropped e.g. for executing sysinits, which allows user
to initiate kldunload while module is not yet fully initialized.

Reviewed by: markj
Differential revision: https://reviews.freebsd.org/D30456
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
/freebsd/sys/kern/
H A Dkern_linker.cdiff e266a0f7f001c7886eab56d8c058d92d87010400 Thu May 20 16:50:43 CEST 2021 Konstantin Belousov <kib@FreeBSD.org> kern linker: do not allow more than one kldload and kldunload syscalls simultaneously

kld_sx is dropped e.g. for executing sysinits, which allows user
to initiate kldunload while module is not yet fully initialized.

Reviewed by: markj
Differential revision: https://reviews.freebsd.org/D30456
Sponsored by: The FreeBSD Foundation
MFC after: 1 week