| To: | wuzhangjin@gmail.com |
|---|---|
| Subject: | Re: [BUG] drivers/video/sis: deadlock introduced by "fbdev: add mutex for fb_mmap locking" |
| From: | Krzysztof Helt <krzysztof.h1@poczta.fm> |
| Date: | Mon, 6 Jul 2009 16:50:36 +0200 |
| Cc: | Paul Mundt <lethal@linux-sh.org>, Linus Torvalds <torvalds@linux-foundation.org>, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, Krzysztof Helt <krzysztof.h1@wp.pl>, Peter Zijlstra <a.p.zijlstra@chello.nl>, "Rafael J. Wysocki" <rjw@sisk.pl>, Andrew Morton <akpm@linux-foundation.org>, Ralf Baechle <ralf@linux-mips.org>, ???? <yanh@lemote.com>, zhangfx <zhangfx@lemote.com> |
| In-reply-to: | <1246842791.29532.2.camel@falcon> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1246785112.14240.34.camel@falcon> <alpine.LFD.2.01.0907050715490.3210@localhost.localdomain> <20090705145203.GA8326@linux-sh.org> <alpine.LFD.2.01.0907050756280.3210@localhost.localdomain> <20090705150134.GB8326@linux-sh.org> <alpine.LFD.2.01.0907050816110.3210@localhost.localdomain> <20090705152557.GA10588@linux-sh.org> <20090705181808.93be24a9.krzysztof.h1@poczta.fm> <1246842791.29532.2.camel@falcon> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Mon, 06 Jul 2009 09:13:11 +0800 Wu Zhangjin <wuzhangjin@gmail.com> wrote: > Hi, > > > This patch also works for me, thanks! > > Regards, > Wu Zhangjin > Who should I send this patch to be included as a 2.6.31 regression fix? Regards, Krzysztof > > > > From: Krzysztof Helt <krzysztof.h1@wp.pl> > > > > Remove redundant call to the sisfb_get_fix() before sis frambuffer is > > registered. > > > > This fixes a problem with uninitialized the fb_info->mm_lock mutex. > > > > Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> > > --- > > > > diff -urp linux-ref/drivers/video/sis/sis_main.c > > linux-next/drivers/video/sis/sis_main.c > > --- linux-ref/drivers/video/sis/sis_main.c 2009-07-01 18:07:05.000000000 > > +0200 > > +++ linux-next/drivers/video/sis/sis_main.c 2009-07-05 17:20:33.000000000 > > +0200 > > @@ -6367,7 +6367,6 @@ error_3: vfree(ivideo->bios_abase); > > sis_fb_info->fix = ivideo->sisfb_fix; > > sis_fb_info->screen_base = ivideo->video_vbase + > > ivideo->video_offset; > > sis_fb_info->fbops = &sisfb_ops; > > - sisfb_get_fix(&sis_fb_info->fix, -1, sis_fb_info); > > sis_fb_info->pseudo_palette = ivideo->pseudo_palette; > > > > fb_alloc_cmap(&sis_fb_info->cmap, 256 , 0); > > > > > > > > ---------------------------------------------------------------------- > > Najlepsze OC i AC tylko w Ergo Hestia > > http://link.interia.pl/f222 > > > > ---------------------------------------------------------------------- Najlepsze OC i AC tylko w Ergo Hestia http://link.interia.pl/f222 |
| Previous by Date: | Re: [PATCH v4 03/16] [loongson] early_printk: add new implmentation, Wu Zhangjin |
|---|---|
| Next by Date: | Re: [Bug #13663] suspend to ram regression (IDE related), Bartlomiej Zolnierkiewicz |
| Previous by Thread: | Re: [BUG] drivers/video/sis: deadlock introduced by "fbdev: add mutex for fb_mmap locking", Wu Zhangjin |
| Next by Thread: | Re: [BUG] drivers/video/sis: deadlock introduced by "fbdev: add mutex for fb_mmap locking", Linus Torvalds |
| Indexes: | [Date] [Thread] [Top] [All Lists] |