Lines Matching refs:kernel
4 The upstream Linux kernel maintainers only fix bugs for specific kernel
6 kernel, any "stable" kernel versions, and any "long term" kernels.
8 Please see https://www.kernel.org/ for a list of supported kernels. Any
9 kernel marked with [EOL] is "end of life" and will not have any fixes
12 If you've found a bug on a kernel version isn't listed on kernel.org,
16 to reproduce the bug on the latest -rc kernel.
19 How to report Linux kernel bugs
26 Identifying which part of the Linux kernel might be causing your issue
28 generic linux-kernel mailing list (LKML) may cause your bug report to be
31 Instead, try to figure out which kernel subsystem is causing the issue,
42 (https://bugzilla.kernel.org), while others prefer that bugs be reported
61 a bug in kernel.org bugzilla and send email to
62 linux-kernel@vger.kernel.org, referencing the bugzilla URL. (For more
63 information on the linux-kernel mailing list see
110 [3.] Keywords (i.e., modules, networking, kernel):
114 [5.] Most recent kernel version which did not have the bug:
138 Linux kernel maintainers expect bug reporters to be able to follow up on
140 recompiling your kernel, and/or re-triggering your bug. The most
144 That said, it's still useful for a kernel maintainer to know a bug exists
145 on a supported kernel, even if you can't follow up with retests. Follow
147 kernel and I can't reproduce my bug anymore" are also helpful, because
150 Expectations for kernel maintainers
153 Linux kernel maintainers are busy, overworked human beings. Some times
159 In general, kernel maintainers take 1 to 5 business days to respond to
160 bugs. The majority of kernel maintainers are employed to work on the
161 kernel, and they may not work on the weekends. Maintainers are scattered
166 The exceptions to this rule are regressions, kernel crashes, security holes,
167 or userspace breakage caused by new kernel behavior. Those bugs should be
174 [Some of this is taken from Frohwalt Egerer's original linux-kernel FAQ]