Re: Please revert nouveau.

From: Jesper Juhl
Date: Sun Jan 16 2011 - 14:23:04 EST


On Sun, 16 Jan 2011, Anca Emanuel wrote:

> On Sun, Jan 16, 2011 at 8:56 PM, Linus Torvalds
> <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
> > On Sun, Jan 16, 2011 at 10:50 AM, Anca Emanuel <anca.emanuel@xxxxxxxxx> wrote:
> >>
> >> after
> >> git revert dfe63bb0ad9810db13aab0058caba97866e0a681
> >
> > You are aware that that was already reverted yesterday? See commit 3632ef89.
> >
> >> and
> >>
> >> diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c
> >> index 5c4f9b9..2aad663 100644
> >> --- a/drivers/gpu/drm/drm_fb_helper.c
> >> +++ b/drivers/gpu/drm/drm_fb_helper.c
> >> @@ -816,6 +816,7 @@ int drm_fb_helper_set_par(struct fb_info *info)
> >>                        mutex_unlock(&dev->mode_config.mutex);
> >>                        return ret;
> >>                }
> >> +               drm_fb_helper_fill_fix(info, fb_helper->fb->pitch,
> >> fb_helper->fb->depth);
> >>        }
> >>        mutex_unlock(&dev->mode_config.mutex);
> >>
> >> I have an partial working sistem.
> >
> > What does "partial working system" even MEAN?
> >
> > Anca, stop emailing worthless crap. Tell what the problems are. And cc
> > the right people rather than asking me personally to just "revert"
> > without even saying what the problem is. And if you feel like they
> > have been ignoring you, then I have a clue for you: I bet they have
> > been frustrated by the same things I am frustrated by.
> >
> > IOW, do a nice proper bug-report. Do it to the right people. Include
> > useful information, and remember that the developers DO NOT see the
> > problem you have (if they did, they'd not have done the changes), so
> > "doesn't work" or "the boot screen is not ok" is not something anybody
> > is ever going to find useful.
> >
> >         Linus
> >
>
> Linus, I am a beginner, I will try to be more useful in the future.

Here's a bug report form that will help you include relevant info:
http://www.kernel.org/pub/linux/docs/lkml/reporting-bugs.html

To see what the right people to send your report to are, check the
MAINTAINERS file, the CREDITS file, possibly names listed at the top of
relevant source files, 'git blame <file in question>' is also sometimes
useful to come up with names of people who might be interested.
After adding all the right people to the mail, adding lkml to CC is
usually a good idea.


--
Jesper Juhl <jj@xxxxxxxxxxxxx> http://www.chaosbits.net/
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please.