Re: Handle kernel module crashes

From: Florent Peterschmitt <florent_at_peterschmitt.fr>
Date: Mon, 17 Jun 2013 10:07:50 +0200
On 14.06.2013 09:15, Julian Elischer wrote:
> On 6/10/13 10:18 PM, Florent Peterschmitt wrote:
>> Hello,
>>
>> It's not a problem but a question, and it's quite simple:
>>
>> How does FreeBSD handle crash from a single kernel module ?
>>
>> If the module internally crashes, does the entire system does too or
>> FreeBSD will continue to live ?
>>
>> Thanks
>>
> a Module is by definition a part of the kernel with no barriers to
> prevent it
> from damaging the kernel.
> In a monolithic kernel (such as FreeBSD, or Linux) the module is loaded
> into the
> protection domain of the kernel.
> 
> Much research was done in the 90s (and continues) with microkernels
> where some of the functionality of modules is instead given to
> "processes" which can be limited in the damage
> they can do.
> 
> Some work is ongoing to sandbox drivers (for example) but it always
> comes at an expense of
> performance.

Thank you (all) for answers :)

-- 
Florent Peterschmitt           | Please:
florent_at_peterschmitt.fr        |  * Avoid HTML/RTF in E-mail.
+33 (0)6 64 33 97 92           |  * Send PDF for documents.
http://florent.peterschmitt.fr | Thank you :)


Received on Sun Jun 16 2013 - 06:07:46 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:38 UTC