Re: [BUG] New Kernel Bugs



Ingo Molnar wrote:
..
This is all QA-101 that _cannot be argued against on a rational basis_, it's just that these sorts of things have been largely ignored for years, in favor of the all-too-easy "open source means many eyeballs and that is our QA" answer, which is a _good_ answer but by far not the most intelligent answer! Today "many eyeballs" is simply not good enough and nature (and other OS projects) will route us around if we dont change.
..

QA-101 and "many eyeballs" are not at all in opposition.
The latter is how we find out about bugs on uncommon hardware,
and the former is what we need to track them and overall quality.

A HUGE problem I have with current "efforts", is that once someone
reports a bug, the onus seems to be 99% on the *reporter* to find
the exact line of code or commit. Ghad what a repressive method.

And if the "developer" who broke the damn thing, or who at least
"claims" to be supporting that code, cannot "reproduce" the bug,
they drop it completely.

Contrast that flawed approach with how Linus does things..
he thinks through the symptoms, matches them to the code,
and figures out what the few possibilities might be,
and feeds back some trial balloon patches for the bug reporter to try.

MUCH better.

Linus also asks for a git bisect, but doesn't insist upon the reporter
learning an entire new (poorly documented) toolset just to to report a bug.

Blah!

And remember, *I'm* an old-time Linux kernel developer.. just think about
the people reporting bugs who haven't been around here since 1992..

-ml
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: [BUG] New Kernel Bugs
    ... Today "many eyeballs" is simply not good enough and ... reports a bug, the onus seems to be 99% on the *reporter* to find ... reporters problem and come ...
    (Linux-Kernel)
  • Re: Reporting bugs and bisection
    ... Well less shit would happen if developers would take the time to at least test their patches before they were submitted. ... taking the attitude that 'if the reporter can't be bothered to do a bisection I can't be bothered to deal with the bug' is going way too far. ... it's very reasonable to ask the reporter if they can bisect the problem, but if they say that they can't, declaring that they are out of luck is not reasonable, it just means that it's going to take more thinking to find the problem instead of being able to let the mechanical bisect process narrow things down for you. ...
    (Linux-Kernel)
  • Re: Reporting bugs and bisection (was: Re: 2.6.25-rc8: FTP transfer errors)
    ... There is no perfect world where after reporting subtle bug it will be ... closely with the reporter working out why the reporter's failure was ... Bisect is just a tool. ... It is not something developers throw into user ...
    (Linux-Kernel)
  • Re: [BUG] New Kernel Bugs
    ... Today "many eyeballs" is simply not good enough and ... the onus seems to be 99% on the *reporter* to find ... I suspect the maintainers of the above drivers aren't aware that their ...
    (Linux-Kernel)
  • [PATCH 0/3] [RFC] Functional fix to zone_reclaim() and bring behaviour more in line with expectation
    ... I do not have the bug resolved yet although I believe patch 1 of this series ... addresses it and am waiting to hear back from the bug reporter. ... this patchset has not been tested heavily. ...
    (Linux-Kernel)