docs: make reporting-bugs.rst obsolete
authorThorsten Leemhuis <linux@leemhuis.info>
Fri, 4 Dec 2020 06:43:50 +0000 (07:43 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 8 Dec 2020 17:33:27 +0000 (10:33 -0700)
Make various places which point to
Documentation/admin-guide/reporting-bugs.rst point to
Documentation/admin-guide/reporting-issues.rst instead. That document is
brand new and as of now is not completely finished. But even at this
stage it's a lot more helpful and accurate than reporting-bugs.rst.
Hence also add a note to reporting-bugs.rst, telling people they're
better off reading reporting-issues.rst instead.

reporting-bugs.rst is scheduled for removal once reporting-issues.rst
is considered ready.

Signed-off-by: Thorsten Leemhuis <linux@leemhuis.info>
Link: https://lore.kernel.org/r/3df7c2d16de112b47bb6e6158138608e78562bf5.1607063223.git.linux@leemhuis.info
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/README.rst
Documentation/admin-guide/bug-bisect.rst
Documentation/admin-guide/index.rst
Documentation/admin-guide/reporting-bugs.rst
Documentation/admin-guide/security-bugs.rst
Documentation/networking/device_drivers/ethernet/3com/vortex.rst
Documentation/process/howto.rst

index 95a28f47ac307f4cb2ae24c89f4dde7190dd53b9..261b7b4cca1f6691b5d0285b450dad8cd97bd93f 100644 (file)
@@ -398,8 +398,8 @@ If something goes wrong
 
    If you for some reason cannot do the above (you have a pre-compiled
    kernel image or similar), telling me as much about your setup as
-   possible will help.  Please read the :ref:`admin-guide/reporting-bugs.rst <reportingbugs>`
-   document for details.
+   possible will help.  Please read
+   'Documentation/admin-guide/reporting-issues.rst' for details.
 
  - Alternatively, you can use gdb on a running kernel. (read-only; i.e. you
    cannot change values or set break points.) To do this, first compile the
index 59567da344e8b5725dc920b893972b16005bf0dd..325c5d0ed34a0a64703cea153366b026d68c9cad 100644 (file)
@@ -15,7 +15,7 @@ give up. Report as much as you have found to the relevant maintainer. See
 MAINTAINERS for who that is for the subsystem you have worked on.
 
 Before you submit a bug report read
-:ref:`Documentation/admin-guide/reporting-bugs.rst <reportingbugs>`.
+'Documentation/admin-guide/reporting-issues.rst'.
 
 Devices not appearing
 =====================
index e26db859d3a4fd4fe054c050e1f188f9b87292e4..621d1c583738d1f0c641aad3f4190ea69bff104b 100644 (file)
@@ -35,7 +35,7 @@ problems and bugs in particular.
    :maxdepth: 1
 
    reporting-issues
-   reporting-bugs
+   Reporting bugs (obsolete) <reporting-bugs>
    security-bugs
    bug-hunting
    bug-bisect
index 42481ea7b41dba9e71afecef2bf80f7ff930ab95..409fa91d7495e3e3db32ac96447ede34069d6540 100644 (file)
@@ -1,5 +1,10 @@
 .. _reportingbugs:
 
+.. note::
+
+   This document is obsolete, and will be replaced by
+   'Documentation/admin-guide/reporting-issues.rst' in the near future.
+
 Reporting bugs
 ++++++++++++++
 
index c32eb786201c131144da81a23dd6e383c0860753..82e29837d58986358afe5adad59f88baf9117a73 100644 (file)
@@ -21,7 +21,7 @@ understand and fix the security vulnerability.
 
 As it is with any bug, the more information provided the easier it
 will be to diagnose and fix.  Please review the procedure outlined in
-:doc:`reporting-bugs` if you are unclear about what
+'Documentation/admin-guide/reporting-issues.rst' if you are unclear about what
 information is helpful.  Any exploit code is very helpful and will not
 be released without consent from the reporter unless it has already been
 made public.
index eab10fc6da5ca092a0637c80876cdc47ec865fff..e89e4192af8870275d303f69381ca576e703cbed 100644 (file)
@@ -374,8 +374,8 @@ steps you should take:
    email address will be in the driver source or in the MAINTAINERS file.
 
 - The contents of your report will vary a lot depending upon the
-  problem.  If it's a kernel crash then you should refer to the
-  admin-guide/reporting-bugs.rst file.
+  problem.  If it's a kernel crash then you should refer to
+  'Documentation/admin-guide/reporting-issues.rst'.
 
   But for most problems it is useful to provide the following:
 
index 20c9e07e09a44f2a79610b7d11841670618e5967..7a5c105e34d4cea860486578e74d39d98121f3a4 100644 (file)
@@ -348,11 +348,10 @@ tool.  For details on how to use the kernel bugzilla, please see:
 
        https://bugzilla.kernel.org/page.cgi?id=faq.html
 
-The file :ref:`admin-guide/reporting-bugs.rst <reportingbugs>`
-in the main kernel source directory has a good
-template for how to report a possible kernel bug, and details what kind
-of information is needed by the kernel developers to help track down the
-problem.
+The file 'Documentation/admin-guide/reporting-issues.rst' in the main kernel
+source directory has a good template for how to report a possible kernel bug,
+and details what kind of information is needed by the kernel developers to help
+track down the problem.
 
 
 Managing bug reports