diff options
author | Andrew Morton <akpm@osdl.org> | 2005-08-05 14:59:32 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-05 15:22:37 -0400 |
commit | 30e835e36648b15fb80797ace0a0e2afcf97618d (patch) | |
tree | 93bfc6b0813579b8810fd4ae49b2693ed8bcbedb /REPORTING-BUGS | |
parent | a866a5f4eab10080ca25785fcf53ad67cde28bed (diff) |
[PATCH] REPORTING-BUGS: track regressions
Add a new record to the REPORTING-BUGS template: "Most recent kernel version
which did not have the bug:". So we can spot regressions more easily.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'REPORTING-BUGS')
-rw-r--r-- | REPORTING-BUGS | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/REPORTING-BUGS b/REPORTING-BUGS index 2045eaea2d9e..224c34741d32 100644 --- a/REPORTING-BUGS +++ b/REPORTING-BUGS | |||
@@ -41,18 +41,19 @@ summary from [1.]>" for easy identification by the developers | |||
41 | [2.] Full description of the problem/report: | 41 | [2.] Full description of the problem/report: |
42 | [3.] Keywords (i.e., modules, networking, kernel): | 42 | [3.] Keywords (i.e., modules, networking, kernel): |
43 | [4.] Kernel version (from /proc/version): | 43 | [4.] Kernel version (from /proc/version): |
44 | [5.] Output of Oops.. message (if applicable) with symbolic information | 44 | [5.] Most recent kernel version which did not have the bug: |
45 | [6.] Output of Oops.. message (if applicable) with symbolic information | ||
45 | resolved (see Documentation/oops-tracing.txt) | 46 | resolved (see Documentation/oops-tracing.txt) |
46 | [6.] A small shell script or example program which triggers the | 47 | [7.] A small shell script or example program which triggers the |
47 | problem (if possible) | 48 | problem (if possible) |
48 | [7.] Environment | 49 | [8.] Environment |
49 | [7.1.] Software (add the output of the ver_linux script here) | 50 | [8.1.] Software (add the output of the ver_linux script here) |
50 | [7.2.] Processor information (from /proc/cpuinfo): | 51 | [8.2.] Processor information (from /proc/cpuinfo): |
51 | [7.3.] Module information (from /proc/modules): | 52 | [8.3.] Module information (from /proc/modules): |
52 | [7.4.] Loaded driver and hardware information (/proc/ioports, /proc/iomem) | 53 | [8.4.] Loaded driver and hardware information (/proc/ioports, /proc/iomem) |
53 | [7.5.] PCI information ('lspci -vvv' as root) | 54 | [8.5.] PCI information ('lspci -vvv' as root) |
54 | [7.6.] SCSI information (from /proc/scsi/scsi) | 55 | [8.6.] SCSI information (from /proc/scsi/scsi) |
55 | [7.7.] Other information that might be relevant to the problem | 56 | [8.7.] Other information that might be relevant to the problem |
56 | (please look in /proc and include all information that you | 57 | (please look in /proc and include all information that you |
57 | think to be relevant): | 58 | think to be relevant): |
58 | [X.] Other notes, patches, fixes, workarounds: | 59 | [X.] Other notes, patches, fixes, workarounds: |