В ядре Linux устранена следующая уязвимость: ksmbd: smbd: исправление ошибок dma_unmap_sg() Функции dma_unmap_sg() следует вызывать с теми же параметрами, что и dma_map_sg(), а не значение, возвращенное функцией карты.
Показать оригинальное описание (английский)
In the Linux kernel, the following vulnerability has been resolved: ksmbd: smbd: fix dma_unmap_sg() nents The dma_unmap_sg() functions should be called with the same nents as the dma_map_sg(), not the value the map function returned.