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

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

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

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

Сообщества

Настроить S2

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



Пишет LWN.net ([info]syn_lwnheadline)
@ 2020-09-14 15:39:00


Previous Entry  Add to memories!  Tell a Friend!  Next Entry
[$] Modernizing the tasklet API
Tasklets offer a deferred-execution method in the Linux kernel; they
have been available since the 2.3 development series. They allow interrupt
handlers to schedule further work to be executed as soon as possible after
the handler itself. The tasklet API has its shortcomings, but it has stayed
in place while other deferred-execution methods, including workqueues, have
been introduced. Recently, Kees
Cook posted a security-inspired patch
set
(also including work from Romain Perier) to improve the tasklet
API. This change is uncontroversial, but it provoked a discussion that
might lead to the removal of the tasklet API in the (not so distant)
future.


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