Commit 0e5e0a55 authored by Ismael Luceno's avatar Ismael Luceno Committed by Jonathan Corbet

docs: reporting-issues: Remove reference to oldnoconfig

Replace it with olddefconfig. oldnoconfig didn't do what the document
suggests (it aliased to olddefconfig), and isn't available since 4.19.

Ref: 04c459d2 ("kconfig: remove oldnoconfig target")
Ref: 312ee687 ("kconfig: announce removal of oldnoconfig if used")
Signed-off-by: default avatarIsmael Luceno <ismael@iodev.co.uk>
Link: https://lore.kernel.org/r/20210331163541.28356-1-ismael@iodev.co.ukSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent c5c1c700
...@@ -1067,8 +1067,7 @@ In the whole process keep in mind: an issue only qualifies as regression if the ...@@ -1067,8 +1067,7 @@ In the whole process keep in mind: an issue only qualifies as regression if the
older and the newer kernel got built with a similar configuration. The best way older and the newer kernel got built with a similar configuration. The best way
to archive this: copy the configuration file (``.config``) from the old working to archive this: copy the configuration file (``.config``) from the old working
kernel freshly to each newer kernel version you try. Afterwards run ``make kernel freshly to each newer kernel version you try. Afterwards run ``make
oldnoconfig`` to adjust it for the needs of the new version without enabling olddefconfig`` to adjust it for the needs of the new version.
any new feature, as those are allowed to cause regressions.
Write and send the report Write and send the report
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment