From: Brian Foster <brian.foster@maxim-ic.com>
To: Brian Norris <computersforpeace@gmail.com>
Cc: "linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>,
Artem Bityutskiy <dedekind1@gmail.com>
Subject: Re: [PATCH 9/9] faq: general: add bug reporting FAQ
Date: Tue, 9 Aug 2011 10:10:16 +0200 [thread overview]
Message-ID: <201108091010.16868.brian.foster@maxim-ic.com> (raw)
In-Reply-To: <1312832239-21759-10-git-send-email-computersforpeace@gmail.com>
On Monday 08 August 2011 21:37:19 Brian Norris wrote:
> 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 <computersforpeace@gmail.com>
> ---
> faq/general.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
> mail.xml | 4 +++-
> 2 files changed, 57 insertions(+), 1 deletions(-)
>
> diff --git a/faq/general.xml b/faq/general.xml
>[ ... ]
> +<H2>How do I report bugs?</H2>
> +</A>
> +
> +<P>
> +First, you need to figure out what you're reporting a bug against. This website
> +(and its accompanying <A HREF="../mail.html">mailing list</A>) 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 <A HREF="http://www.yaffs.net/">website</A> and
> +<A HREF="http://stoneboat.aleph1.co.uk/cgi-bin/mailman/listinfo/yaffs">mailing
> +list</A>, and its code is kept out of tree.
A pedantic point that perhaps doesn't matter, but....
Not quite sure what is meant by “kept out of tree”?
Two interpertations I can think of: YAFFS(2) is not
in the UBI(FS) trees; and/or YAFFS(2) is not in the
Linux kernel tree (albeit it is in the Android tree).
> +</P>
> +
> +<P>
> +Now, bug reports for any of the above areas are more than welcome on the
“Any”? Including YAFFS(2)?
_Assuming_ YAFFS(2) wasn't meant to be included
in the “any”, then I suggest moving the above
YAFFS(2) remarks — which are useful — to later,
perhaps after the other-FAQs list (below)?
This resolves the pedantic confusion over “any”,
and also takes what is basically an aside out of
the main flow of text / information.
> +<A HREF="../mail.html">MTD mailing list</A>, provided you include sufficient
> +information for reproducing and debugging your problem. This means:
> +</P>
> +
> +<UL>
> + <LI>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;</LI>
> +
> + <LI>include information about flash parameters found from
> + "<CODE>mtdinfo -a</CODE>" (or the less useful info from
> + "<CODE>cat /proc/mtd</CODE>");</LI>
I always suggest using ‘ ’ for spaces in
inline <code>⋯</code> to prevent (what can be)
horribly confusing inappropriate linebreaks.
Thanks for addressing the how-to-report-bugs issue.
cheers!
-blf-
>[ ... ]
--
Brian FOSTER
Principal MTS, Software
Maxim Integrated Products (Microcontroller BU), formerly Innova Card
Web : http://www.maxim-ic.com/
next prev parent reply other threads:[~2011-08-09 8:11 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-08 19:37 [PATCH 0/9] mtd-www: various fixes, bug reporting info Brian Norris
2011-08-08 19:37 ` [PATCH 1/9] UBIFS FAQ: spelling, grammar Brian Norris
2011-08-08 19:37 ` [PATCH 2/9] faq: general: update "pleonasm" description Brian Norris
2011-08-08 19:37 ` [PATCH 3/9] faq: general: turn statement into a question Brian Norris
2011-08-08 19:37 ` [PATCH 4/9] faq/doc: ubi(fs): move "bug report" questions to FAQ Brian Norris
2011-08-08 19:37 ` [PATCH 5/9] doc: nand: update YAFFS URL Brian Norris
2011-08-08 19:37 ` [PATCH 6/9] doc: update info on compiling mtd-utils Brian Norris
2011-08-08 19:37 ` [PATCH 7/9] faq: ubi(fs): sending bug reports using `mtdinfo' Brian Norris
2011-08-09 22:03 ` [PATCH v2 " Brian Norris
2011-08-08 19:37 ` [PATCH 8/9] faq: ubi(fs): small spelling, URL fixups Brian Norris
2011-08-09 22:05 ` [PATCH v2 " Brian Norris
2011-08-08 19:37 ` [PATCH 9/9] faq: general: add bug reporting FAQ Brian Norris
2011-08-09 8:10 ` Brian Foster [this message]
2011-08-09 22:05 ` [PATCH v2 " Brian Norris
2011-08-10 7:54 ` Brian Foster
2011-08-10 8:34 ` [PATCH " Brian Norris
2011-08-08 20:00 ` [PATCH 0/9] mtd-www: various fixes, bug reporting info Artem Bityutskiy
2011-08-15 12:19 ` Artem Bityutskiy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201108091010.16868.brian.foster@maxim-ic.com \
--to=brian.foster@maxim-ic.com \
--cc=computersforpeace@gmail.com \
--cc=dedekind1@gmail.com \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox