On Sun, May 05, 2013 at 10:57:09AM -0700, Lisa Kachold wrote:
> Hi Greg and Sarah,�
>
> Thanks for your responses, please accept my apology for failing to edit the
> subject and not being clear as to my intent or questions.
Not a problem, just trying to convey some basic kernel mailing list
rules here, instead of having you find out the hard way later on :)
Oh, also, try not to top-post on your responses to email, the kernel
community doesn't like that either. Here are some reasons why:
A:
http://en.wikipedia.org/wiki/Top_post
Q: Were do I find info about this thing called top-posting?
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
http://daringfireball.net/2007/07/on_top
> Greg, of course we have no userspace race conditions in the linux kernel
I am not saying that at all, we might have them, I'm just saying that
thanks to how Linux handles userspace data accesses, the odds of us
having this same type of issue is quite low. We have automated tools
that help us check for this type of thing.
> (similar to that reverse engineering under Micro$soft), however, we do have a
> good number of long standing issues (many in device drivers).
Sure, we have loads of bugs, all the time. Any codebase the size of the
Linux kernel will have such things. All we can do is work to fix them
as soon as they are found, and try to use tools and processes to prevent
them from being introduced in the first place.
If you are interested in how the kernel community handles security bugs,
take a look at the file, Documentation/SecurityBugs
Hope this helps explain things better.
thanks,
greg k-h