Re: How to find bugs to fix

Christos Gkekas <[email protected]> Sat, 3 Feb 2018 10:15:21 +0000
Newsgroups gmane.linux.newbie
Message-ID <20180203101303.GA6747@inspiron>
On 02/02/18 11:55:22 -0700, Joshua Chamberlain wrote:
> Thanks for the input. I was hoping to fix bugs that were affecting many
> people, not just me. 
> 
> I just tried all my USB devices I had lying around,
> but could not find any bugs. I didn't think to check the buttons on my
> laptop, so thanks for that!
> 
> The bugs that I tend to see on laptops seem to not be a part of the OS
> itself. For instance, when I resume my laptop from hibernation, the
> networking interface doesn't work, which I think is an issue somehwere
> in Ubuntu. I can't believe I'm complaining about this, but LINUX IS TOO
> STABLE!
> 
> Thanks though...
> --
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs

Hi Josh,

I would highly recommend browsing the Kernel newbies site here:
https://kernelnewbies.org/

It contains a lot of information to get you started, including how to
navigate through the Linux code, how the development process works, how
to locate bugs, submit patches and so on. I think it is important to
read through this material if you have not already done so.

Additionally you can compile the kernel and have a look at the warnings
that gcc generates during compilation. The majority of them will be red
herrings, but some of them can point to genuine issues with the code and
actual bugs. I think that is a good way to get started.

Regards,
Christos

--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs