The patch titled docs: small kbuild cleanup has been added to the -mm tree. Its filename is docs-small-kbuild-cleanup.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: docs: small kbuild cleanup From: Daniel Walker <dwalker@xxxxxxxxxx> While reading this I noticed that the contents of this document list section "3.8 Command line dependency" but it doesn't exist in the document. Signed-off-by: Daniel Walker <dwalker@xxxxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- Documentation/kbuild/kconfig-language.txt | 2 +- Documentation/kbuild/makefiles.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -puN Documentation/kbuild/kconfig-language.txt~docs-small-kbuild-cleanup Documentation/kbuild/kconfig-language.txt --- a/Documentation/kbuild/kconfig-language.txt~docs-small-kbuild-cleanup +++ a/Documentation/kbuild/kconfig-language.txt @@ -1,7 +1,7 @@ Introduction ------------ -The configuration database is collection of configuration options +The configuration database is a collection of configuration options organized in a tree structure: +- Code maturity level options diff -puN Documentation/kbuild/makefiles.txt~docs-small-kbuild-cleanup Documentation/kbuild/makefiles.txt --- a/Documentation/kbuild/makefiles.txt~docs-small-kbuild-cleanup +++ a/Documentation/kbuild/makefiles.txt @@ -390,7 +390,7 @@ more details, with real examples. The kernel may be built with several different versions of $(CC), each supporting a unique set of features and options. kbuild provide basic support to check for valid options for $(CC). - $(CC) is useally the gcc compiler, but other alternatives are + $(CC) is usually the gcc compiler, but other alternatives are available. as-option _ Patches currently in -mm which might be from dwalker@xxxxxxxxxx are origin.patch docs-small-kbuild-cleanup.patch lower-migration-thread-stop-machine-prio.patch profile-likely-unlikely-macros.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html