The patch titled Subject: lib/Kconfig.debug: fix three typos in help text has been added to the -mm tree. Its filename is lib-fix-three-typos-in-kconfig-help-text.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/lib-fix-three-typos-in-kconfig-help-text.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/lib-fix-three-typos-in-kconfig-help-text.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Thibaut Sautereau <thibaut@xxxxxxxxxxxx> Subject: lib/Kconfig.debug: fix three typos in help text Fix three typos in CONFIG_WARN_ALL_UNSEEDED_RANDOM help text. Link: http://lkml.kernel.org/r/20180830194505.4778-1-thibaut@xxxxxxxxxxxx Signed-off-by: Thibaut Sautereau <thibaut@xxxxxxxxxxxx> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- diff -puN lib/Kconfig.debug~lib-fix-three-typos-in-kconfig-help-text lib/Kconfig.debug --- a/lib/Kconfig.debug~lib-fix-three-typos-in-kconfig-help-text +++ a/lib/Kconfig.debug @@ -1277,13 +1277,13 @@ config WARN_ALL_UNSEEDED_RANDOM time. This is really bad from a security perspective, and so architecture maintainers really need to do what they can to get the CRNG seeded sooner after the system is booted. - However, since users can not do anything actionble to + However, since users cannot do anything actionable to address this, by default the kernel will issue only a single warning for the first use of unseeded randomness. Say Y here if you want to receive warnings for all uses of unseeded randomness. This will be of use primarily for - those developers interersted in improving the security of + those developers interested in improving the security of Linux kernels running on their architecture (or subarchitecture). _ Patches currently in -mm which might be from thibaut@xxxxxxxxxxxx are lib-fix-three-typos-in-kconfig-help-text.patch