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

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

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

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

Сообщества

Настроить S2

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



Пишет LWN.net ([info]syn_lwnheadline)
@ 2021-03-22 16:52:00


Previous Entry  Add to memories!  Tell a Friend!  Next Entry
[$] Patching until the COWs come home (part 1)
The kernel's memory-management subsystem is built upon many concepts, one
of which is called "copy on write", or "COW".
The idea behind COW is conceptually simple, but its
details are tricky and its past is troublesome. Any change to its
implementation can have unexpected consequences and cause subtle breakage
for existing workloads. So it is somewhat surprising that last year we saw
two major changes the kernel's COW code; less surprising is the fact that,
both times, these changes had unexpected consequences and broke things.
Some of the resulting problems are still not fixed
today, almost ten months after the first change, while the original reason
for the changes — a security vulnerability — is also not fully fixed. Read
on for a description of COW, the vulnerability, and the initial fix; the
concluding article in the series will describe the complications that arose
thereafter.


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