* Re: [Regression] [2.6.35-rc1] ssb_is_sprom_available [not found] <201005312155.20602.maciej.rutecki@gmail.com> @ 2010-05-31 20:53 ` Matthew Wilcox 2010-06-01 13:34 ` John W. Linville 0 siblings, 1 reply; 3+ messages in thread From: Matthew Wilcox @ 2010-05-31 20:53 UTC (permalink / raw) To: Maciej Rutecki Cc: linux-kernel@vger.kernel.org, linux-pci, linux-usb, Rafael J. Wysocki, netdev, Michael Buesch On Mon, May 31, 2010 at 09:55:20PM +0200, Maciej Rutecki wrote: > Last known good: 2.6.34 > Failing kernel: 2.6.35-rc1 > > subsystem: PCI, USB(?) > > Kernel dies during booting on message "ssb_is_sprom_available", see picture: > http://www.unixy.pl/maciek/download/kernel/2.6.35-rc1/gumis/DSC_0011.JPG Um, looks like it's something to do with the Sonics Silicon Backplane, not PCI, nor USB. -- Matthew Wilcox Intel Open Source Technology Centre "Bill, look, we understand that you're interested in selling us this operating system, but compare it to ours. We can't possibly take such a retrograde step." ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Regression] [2.6.35-rc1] ssb_is_sprom_available 2010-05-31 20:53 ` [Regression] [2.6.35-rc1] ssb_is_sprom_available Matthew Wilcox @ 2010-06-01 13:34 ` John W. Linville 2010-06-02 14:20 ` Maciej Rutecki 0 siblings, 1 reply; 3+ messages in thread From: John W. Linville @ 2010-06-01 13:34 UTC (permalink / raw) To: Matthew Wilcox Cc: Maciej Rutecki, linux-kernel@vger.kernel.org, linux-pci, linux-usb, Rafael J. Wysocki, netdev, Michael Buesch On Mon, May 31, 2010 at 02:53:00PM -0600, Matthew Wilcox wrote: > On Mon, May 31, 2010 at 09:55:20PM +0200, Maciej Rutecki wrote: > > Last known good: 2.6.34 > > Failing kernel: 2.6.35-rc1 > > > > subsystem: PCI, USB(?) > > > > Kernel dies during booting on message "ssb_is_sprom_available", see picture: > > http://www.unixy.pl/maciek/download/kernel/2.6.35-rc1/gumis/DSC_0011.JPG > > Um, looks like it's something to do with the Sonics Silicon Backplane, > not PCI, nor USB. Fix is on its way... commit da1fdb02d9200ff28b6f3a380d21930335fe5429 Author: Christoph Fritz <chf.fritz@googlemail.com> Date: Fri May 28 10:45:59 2010 +0200 ssb: fix NULL ptr deref when pcihost_wrapper is used Ethernet driver b44 does register ssb by it's pcihost_wrapper and doesn't set ssb_chipcommon. A check on this value introduced with commit d53cdbb94a52a920d5420ed64d986c3523a56743 and ea2db495f92ad2cf3301623e60cb95b4062bc484 triggers: BUG: unable to handle kernel NULL pointer dereference at 00000010 IP: [<c1266c36>] ssb_is_sprom_available+0x16/0x30 Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com> -- John W. Linville Someday the world will need a hero, and you linville@tuxdriver.com might be all we have. Be ready. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Regression] [2.6.35-rc1] ssb_is_sprom_available 2010-06-01 13:34 ` John W. Linville @ 2010-06-02 14:20 ` Maciej Rutecki 0 siblings, 0 replies; 3+ messages in thread From: Maciej Rutecki @ 2010-06-02 14:20 UTC (permalink / raw) To: John W. Linville Cc: Matthew Wilcox, linux-kernel@vger.kernel.org, linux-pci, linux-usb, Rafael J. Wysocki, netdev, Michael Buesch On wtorek, 1 czerwca 2010 o 15:34:02 John W. Linville wrote: > On Mon, May 31, 2010 at 02:53:00PM -0600, Matthew Wilcox wrote: > > On Mon, May 31, 2010 at 09:55:20PM +0200, Maciej Rutecki wrote: > > > Last known good: 2.6.34 > > > Failing kernel: 2.6.35-rc1 > > > > > > subsystem: PCI, USB(?) > > > > > > Kernel dies during booting on message "ssb_is_sprom_available", see > > > picture: > > > http://www.unixy.pl/maciek/download/kernel/2.6.35-rc1/gumis/DSC_0011.JP > > >G > > > > Um, looks like it's something to do with the Sonics Silicon Backplane, > > not PCI, nor USB. > > Fix is on its way... > > commit da1fdb02d9200ff28b6f3a380d21930335fe5429 > Author: Christoph Fritz <chf.fritz@googlemail.com> > Date: Fri May 28 10:45:59 2010 +0200 > > ssb: fix NULL ptr deref when pcihost_wrapper is used > > Ethernet driver b44 does register ssb by it's pcihost_wrapper > and doesn't set ssb_chipcommon. A check on this value > introduced with commit d53cdbb94a52a920d5420ed64d986c3523a56743 > and ea2db495f92ad2cf3301623e60cb95b4062bc484 triggers: > > BUG: unable to handle kernel NULL pointer dereference at 00000010 > IP: [<c1266c36>] ssb_is_sprom_available+0x16/0x30 > > Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com> > Signed-off-by: John W. Linville <linville@tuxdriver.com> > Yes this commit solves problem. Thanks Tested-by: Maciej Rutecki <maciej.rutecki@gmail.com> -- Maciej Rutecki http://www.maciek.unixy.pl ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-06-02 14:20 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <201005312155.20602.maciej.rutecki@gmail.com> 2010-05-31 20:53 ` [Regression] [2.6.35-rc1] ssb_is_sprom_available Matthew Wilcox 2010-06-01 13:34 ` John W. Linville 2010-06-02 14:20 ` Maciej Rutecki
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).