On Tue, Aug 20, 2013 at 08:20:04AM -0700, Dave Hansen wrote: [...] > This is a much more minor nit, but the source code links (like clicking > on bad_page from here: > https://oops.kernel.org/browse-reports/oops-detail/?id=30565#) from the > traces for the distribution kernels link over to mainline kernel source. > This means that the line numbers don't _quite_ line up. It would be > really cool if it was able to dump you right over to a copy of the > Debian-specific source in that bug's case. But, this is a generic > problem that folks have who work across lots of distros: you don't > always have the right source in front of you for any given kernel. [...]
For Debian kernels this should be quite easy. The sources are browseable at: http://sources.debian.net/src/linux/$PACKAGE_VERSION/$FILE#L$LINE The package version is not the same as the kernel release string, but appears at the end of the same line in oops messages, e.g. for <http://oops.kernel.org/browse-reports/oops-detail/?id=30218> the package version is 3.10.1-1. This doesn't work for versions older than 3.2, or those with the RT patchset, as sources.debian.net can't show the patched source for these. Ben. -- Ben Hutchings We get into the habit of living before acquiring the habit of thinking. - Albert Camus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/