From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mms1.broadcom.com ([216.31.210.17]) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QqVfL-0001D7-CT for linux-mtd@lists.infradead.org; Mon, 08 Aug 2011 19:39:13 +0000 From: "Brian Norris" To: "Artem Bityutskiy" Subject: [PATCH 9/9] faq: general: add bug reporting FAQ Date: Mon, 8 Aug 2011 12:37:19 -0700 Message-ID: <1312832239-21759-10-git-send-email-computersforpeace@gmail.com> In-Reply-To: <1312832239-21759-1-git-send-email-computersforpeace@gmail.com> References: <1312832239-21759-1-git-send-email-computersforpeace@gmail.com> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: brian.foster@maxim-ic.com, Brian Norris , linux-mtd@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , It's surprising to note that we do not have a general "how to send a bug report" FAQ. This patch provides a starting point and (most importantly) directs UBI/UBIFS users to the appropriate bug reporting information. Signed-off-by: Brian Norris --- faq/general.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ mail.xml | 4 +++- 2 files changed, 57 insertions(+), 1 deletions(-) diff --git a/faq/general.xml b/faq/general.xml index a4e82f3..92469ab 100644 --- a/faq/general.xml +++ b/faq/general.xml @@ -20,6 +20,7 @@
  • What are the point() and unpoint() functions used for?
  • Why do I keep getting errors whenever I try to write to or erase my MTD device?
  • How do I compile the mtd-utils tree?
  • +
  • How do I report bugs?
  • @@ -274,5 +275,58 @@ directory.

    + + +

    How do I report bugs?

    +
    + +

    +First, you need to figure out what you're reporting a bug against. This website +(and its accompanying mailing list) supports several +related aspects of Linux, from the MTD kernel subsystem to its user-space +utilities, including the generic MTD and NAND interface layers, several MTD +hardware drivers, the UBI volume management system, several flash filesystems +(e.g., JFFS2, UBIFS), and the user-space MTD utils. People on the mailing list +will often support the YAFFS/YAFFS2 filesystems; however, YAFFS has its own +dedicated website and +mailing +list, and its code is kept out of tree. +

    + +

    +Now, bug reports for any of the above areas are more than welcome on the +MTD mailing list, provided you include sufficient +information for reproducing and debugging your problem. This means: +

    + +
      +
    • include all kernel 'oopses', stack traces, debug messages, or + relevant logs along with a clear description of the problem you're + having, what system(s) are affected, and anything else you think might + help understand your issue;
    • + +
    • include information about flash parameters found from + "mtdinfo -a" (or the less useful info from + "cat /proc/mtd");
    • + +
    • specify which kernel version you are using;
    • + +
    • specify which mtd-utils version you are using, if applicable. In + past releases of mtd-utils, different tools had different versions, so + be sure to check the relevant tool (e.g., use "nanddump + --version); newer releases give the same version to most/all the + tools.
    • +
    + +

    +You may also want to read one of the other related FAQs: +

    + + + + diff --git a/mail.xml b/mail.xml index d79ac51..e3734f1 100644 --- a/mail.xml +++ b/mail.xml @@ -18,7 +18,9 @@