/* * Some fixes may require user space to check if they are applied on the running * kernel before using a specific feature. For instance, this applies when a * restriction was previously too restrictive and is now getting relaxed (for * compatibility or semantic reasons). However, non-visible changes for * legitimate use (e.g. security fixes) do not require an erratum.
*/ staticconststruct landlock_erratum landlock_errata_init[] __initconst = {
/* * Only Sparse may not implement __has_include. If a compiler does not * implement __has_include, a warning will be printed at boot time (see * setup.c).
*/ #ifdef __has_include
/* * For each new erratum, we need to include all the ABI files up to the impacted * ABI to make all potential future intermediate errata easy to backport. * * If such change involves more than one ABI addition, then it must be in a * dedicated commit with the same Fixes tag as used for the actual fix. * * Each commit creating a new security/landlock/errata/abi-*.h file must have a * Depends-on tag to reference the commit that previously added the line to * include this new file, except if the original Fixes tag is enough. * * Each erratum must be documented in its related ABI file, and a dedicated * commit must update Documentation/userspace-api/landlock.rst to include this * erratum. This commit will not be backported.
*/
#endif
{}
};
#endif/* _SECURITY_LANDLOCK_ERRATA_H */
Messung V0.5
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.