Войти в систему

Home
    - Создать дневник
    - Написать в дневник
       - Подробный режим

LJ.Rossia.org
    - Новости сайта
    - Общие настройки
    - Sitemap
    - Оплата
    - ljr-fif

Редактировать...
    - Настройки
    - Список друзей
    - Дневник
    - Картинки
    - Пароль
    - Вид дневника

Сообщества

Настроить S2

Помощь
    - Забыли пароль?
    - FAQ
    - Тех. поддержка



Пишет LWN.net ([info]syn_lwnheadline)
@ 2020-11-09 20:50:00


Previous Entry  Add to memories!  Tell a Friend!  Next Entry
[$] Migration disable for the mainline
The realtime developers have been working for many years to
create a kernel where the highest-priority task is always able to run
without delay. That has meant a long process of finding and fixing
situations where high-priority tasks might be blocked from running; one of
the persistent problems in this regard has been kernel code that disables
preemption. One tool that the realtime developers have reached for is
disabling migration (moving a process from one CPU to another) rather than
preemption; this approach has not been entirely popular among scheduler
developers, though. Even so, the solution would appear to be this
migration-disable patch set
from scheduler developer Peter Zijlstra.


(Читать комментарии) (Добавить комментарий)