В ядре Linux устранена следующая уязвимость:
ethtool: tsconfig: исправлено отсутствие ethnl_ops_complete()
tsconfig_prepare_data() вызывает ethnl_ops_begin(), нам нужно вызвать
ethnl_ops_complete() перед возвратом ошибки.
Показать оригинальное описание (EN)
In the Linux kernel, the following vulnerability has been resolved: ethtool: tsconfig: fix missing ethnl_ops_complete() tsconfig_prepare_data() calls ethnl_ops_begin(), we need to call ethnl_ops_complete() before returning the error.