WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #59: new file mode 100644 WARNING: please write a help paragraph that fully describes the config symbol #64: FILE: crypto/krb5/Kconfig:1: +config CRYPTO_KRB5 + tristate "Kerberos 5 crypto" + select CRYPTO_MANAGER + select CRYPTO_KRB5ENC + select CRYPTO_AUTHENC + select CRYPTO_SKCIPHER + select CRYPTO_HASH_INFO + select CRYPTO_SHA1 + select CRYPTO_CBC + select CRYPTO_CTS + select CRYPTO_AES + help + Provide a library for provision of Kerberos-5-based crypto. This is + intended for network filesystems to use. WARNING: line length of 87 exceeds 80 columns #285: FILE: include/crypto/krb5.h:62: + KRB5_ENCRYPT_MODE, /* Fully encrypted, possibly with integrity checksum */ WARNING: line length of 90 exceeds 80 columns #305: FILE: include/crypto/krb5.h:82: + u16 conf_len; /* Length of confounder (normally == block_len) */ WARNING: line length of 85 exceeds 80 columns #320: FILE: include/crypto/krb5.h:97: + struct krb5_buffer *out); /* complete key generation */ total: 0 errors, 5 warnings, 0 checks, 254 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 0488158e9e0c ("crypto/krb5: Implement Kerberos crypto core") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 5 warnings, 0 checks, 254 lines checked