aboutsummaryrefslogtreecommitdiffstats
path: root/REPORTING-BUGS
diff options
context:
space:
mode:
authorSarah Sharp <sarah.a.sharp@linux.intel.com>2013-04-13 21:40:55 -0400
committerSarah Sharp <sarah.a.sharp@linux.intel.com>2013-04-15 13:10:21 -0400
commit2c97a63f6fec91db91241981808d099ec60a4688 (patch)
tree550d1a20fcbb43644b32503776940bcf73949b24 /REPORTING-BUGS
parent7883a250fed9562e6eae8a093e5e2d173ef16662 (diff)
Docs: Add info on supported kernels to REPORTING-BUGS.
One of the most common frustrations maintainers have with bug reporters is the email that starts with "I have a two year old kernel from an embedded vendor with some random drivers and fixes thrown in, and it's crashing". Be specific about what kernel versions the upstream maintainers will fix bugs in, and direct bug reporters to their Linux distribution or embedded vendor if the bug is in an unsupported kernel. Suggest that bug reporters should reproduce their bugs on the latest -rc kernel. Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Diffstat (limited to 'REPORTING-BUGS')
-rw-r--r--REPORTING-BUGS22
1 files changed, 22 insertions, 0 deletions
diff --git a/REPORTING-BUGS b/REPORTING-BUGS
index f86e500bc595..c1f6e43f06f3 100644
--- a/REPORTING-BUGS
+++ b/REPORTING-BUGS
@@ -1,3 +1,25 @@
1Background
2==========
3
4The upstream Linux kernel maintainers only fix bugs for specific kernel
5versions. Those versions include the current "release candidate" (or -rc)
6kernel, any "stable" kernel versions, and any "long term" kernels.
7
8Please see https://www.kernel.org/ for a list of supported kernels. Any
9kernel marked with [EOL] is "end of life" and will not have any fixes
10backported to it.
11
12If you've found a bug on a kernel version isn't listed on kernel.org,
13contact your Linux distribution or embedded vendor for support.
14Alternatively, you can attempt to run one of the supported stable or -rc
15kernels, and see if you can reproduce the bug on that. It's preferable
16to reproduce the bug on the latest -rc kernel.
17
18
19How to report Linux kernel bugs
20===============================
21
22
1Identify the problematic subsystem 23Identify the problematic subsystem
2---------------------------------- 24----------------------------------
3 25