I'm trying to find bugs that needs to be fixed in the Linux Kernel but I don't know where to look. I watched the video "How to Submit Your First Linux Kernel Patch" by Greg Kroah-Hartman on Youtube, but he doesn't really mention where to find bugs that needs to be fixed.
In the video, he briefly mentions mailing-list and looking at TODOs in the kernel code. Does anyone know where I can join the mailing-list? Also, I found the kernel Bugzilla, but according to Kernel.org only bugs from 2.6 are listed there. I actually signed up, but do I just find a bug there that interest me and try to fix it if it hasn't already been fixed on the latest kernel? Does it matter if its already been assigned to someone?
It would be great if I can find a site where a list of all existing bugs are listed, then I can look for something that is low-priority and low-severity. I'm really looking for a bug that is relatively easy to fix, that way I can learn the ropes and work my way up.
Any advice, input, websites to read, etc. from anyone would be greatly appreciated. Thanks for reading/answering. =)