I have to start working on linux kernel source code. the task i am assigned is that i have to pick up a bug in the latest release of linux kernel and resolve it. For this purpose i did following
1. On my machine, i have vista. i Installed VMBOX and UBUNTU in it.
2. I downloaded source code from kernel.org and extracted it in ubuntu.
3. From terminal, i compiled this code and i was successful in it.
4. I have also downloaded eclipse and CDT plugin in ubuntu and imported kernel code into eclipse.
Now i want to look at latest Bugs list of kernel. can somebody provide me with the URL that contains list.
Also i shall be really thankful if someone can guide me how to start resolving some bug.