-- Bir hata mı bulundu ? -- //bulduğun hataları ve hatanın merkezine inene kadar birbirinize yardım edin// Put your stuff on found bugs here and help each other with tracking down the origin of bugs... ---- İlk olarak, herhangi bir şey yapmadan önce, Linux kernel kaynak tarball'ın içindeki REPORTING-BUGS belgesini okuyun. Daha sonra hatayı tekrardan deneyin, yapabilirseniz Oops çıkışını kaydedin. Eğer hatayı tekrar oluşturamıyorsanız, hata ortaya çıkmadan önceki yaptıklarınızı gözden geçirin. Hatanın tercihen yamasız, ikili kernel modülleri olmadan ve kernelin en son sürümünde ortaya çıktığından emin olun. Oops'un bir kopyasını aldıktan sonra, After you have a copy of the Oops, head to [http://www.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/ KernelDotOrg] and grab the latest copy of ksymoops, which is currently 2.4.9. Follow the ksymoops instructions and decode the Oops output. Note: on 2.6.x kernels just enable CONFIG_KALLSYMS and you'll get a decoded Oops. Eğer yeteri kadar cesaretli isen :) Denis Vlasenko problemin hata ayıklamasını If you are brave enough, try debugging the problem, as Denis Vlasenko described in [http://kerneltrap.org/node/view/3648 HOWTO find oops location]. If you manage to fix the problem send Oops, description of problem and patch to LKML and/or relevant mailing list (hint: look at MAINTAINERS),there is also a book [http://lwn.net/images/pdf/LDD3/ch04.pdf avaliable online] about "Linux devices drivers" that is also edited at oreilly that explain kenrel debuging,you can also try to locate in wich kernel version the bug apears and make a diff between the version with and the version without the bug If not, post the Oops message, the relevant portion of your Linux kernel source .config file, and an explanation of what you were doing to the [mailto:linux-kernel@vger.kernel.org LinuxKernelMailingList]. Post the message to other relevant mailing lists as well, to maximize a chance of a response. For example, if the Oops occurred while you were sending IPv4/IPv6 packets, send your data to the [mailto:netdev@oss.sgi.com NetDevMailingList] Son olarak arkana yaslan ve yanıt gelene kadar bekle. Ayrıca hatanın nereden kaynaklandığını araştırabilirsin. NOT: Sorunuza hemen cevap beklemeyin. Bir veya üç gün içerisinde cevap alabilirsiniz. Bir kere gönderilen mesajı tekrardan göndermeyin. Üç defadan fazla e-posta iletim girişiminde bulunmayın. [http://www.chiark.greenend.org.uk/~sgtatham/bugs.html İyi bir hata nasıl raporlanır?] kullanışlı görünüyor.