summaryrefslogtreecommitdiff
path: root/rnd.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04rnd: add gen_key_bytes to generate key from good entropy sourceDaniel Borkmann1-1/+2
2013-06-04rnd: move entropy source definition to rndDaniel Borkmann1-0/+7
2013-06-04rnd: break out prng from xutilsDaniel Borkmann1-0/+6
mit/kernel?id=3f6316b4378e64e96acfe55b499648dc0e6b9603'>3f6316b4378e64e96acfe55b499648dc0e6b9603 (patch) tree46d97621675a3d356c05f1327917803c4489d8e5 /kernel parent59753a805499f1ffbca4ac0a24b3dff67bf00001 (diff)
checkpatch: relax check for length of git commit IDs
Checkpatch currently warns if a git commit ID (in the changelog, usually) is less than 12 characters or more than 16. The "more than 16" is excessive. Change the check so we accept IDs from 12 to 40 chars in length. Cc: Geert Uytterhoeven <geert@linux-m68k.org Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')