summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorulfalizer <ulfalizer@gmail.com>2015-03-13 02:18:25 +0100
committerulfalizer <ulfalizer@gmail.com>2015-03-13 02:18:25 +0100
commitf09433986ff04f4357e0309142cb30b5c9627df1 (patch)
tree2081d925389cde11831b6e30f6fcfc655f0ad867 /README.md
parentb43e23c6518119f7a8497ca79fdcfae6c9fba78d (diff)
Add correctness note for comment bug.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c7a199f..73eeb9d 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,9 @@ utilities in the kernel, usually invoked via make targets such as
Thanks to a patch from Philip Craig (https://github.com/philipc) that adds support
for the new `allnoconfig_y` option (which sets the user value of certain symbols
to `y` during `make allconfig` to improve coverage) and fixes an obscure issue
-with `comment`s inside `choice`s, the testsuite now passes with Linux v4.0-rc3. Very
-little seems to have changed in the C implementation over the past years, which makes
-me happy. :)
+with `comment`s inside `choice`s (that didn't affect correctness but made outputs
+differ), the testsuite now passes with Linux v4.0-rc3. Very little seems to have
+changed in the C implementation over the past years, which makes me happy. :)
Despite the warnings, modules *are* supported by the way (otherwise tests would break
horribly). The warnings are related to `option modules`, which lets you select which