How does Linux ensure the safety of preempting the kernel during a task's execution?
1) By disabling kernel preemption with preempt disable() before executing system calls.
2) By increasing the preempt count.