Bug 16971
Summary: | qla4xxx compile failure on 32-bit PowerPC: missing readq and writeq | ||
---|---|---|---|
Product: | IO/Storage | Reporter: | Maciej Rutecki (maciej.rutecki) |
Component: | SCSI | Assignee: | linux-scsi (linux-scsi) |
Status: | RESOLVED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | CC: | florian, maciej.rutecki, mroos, rjw, vikas.chaudhary |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.36-rc1 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 16444 |
Description
Maciej Rutecki
2010-08-24 19:07:44 UTC
On Mon, 30 Aug 2010 11:45:56 +0300 (EEST) Meelis Roos <mroos@linux.ee> wrote: > Still present in 2.6.36-rc3. > Reply-To: ravi.anand@qlogic.com We are looking into it and will provide an update asap. Thanks Ravi ----- Original Message ----- From: linux-scsi-owner@vger.kernel.org <linux-scsi-owner@vger.kernel.org> To: linux-scsi@vger.kernel.org <linux-scsi@vger.kernel.org> Sent: Mon Aug 30 06:46:17 2010 Subject: [Bug 16971] qla4xxx compile failure on 32-bit PowerPC: missing readq and writeq https://bugzilla.kernel.org/show_bug.cgi?id=16971 Florian Mickler <florian@mickler.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |florian@mickler.org --- Comment #1 from Florian Mickler <florian@mickler.org> 2010-08-30 13:46:07 --- On Mon, 30 Aug 2010 11:45:56 +0300 (EEST) Meelis Roos <mroos@linux.ee> wrote: > Still present in 2.6.36-rc3. > On Wednesday, September 22, 2010, Meelis Roos wrote:
> > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16971
> > > > Subject : qla4xxx compile failure on 32-bit PowerPC: missing
> readq and writeq
> > > > Submitter : Meelis Roos <mroos@linux.ee>
> > > > Date : 2010-08-19 21:03 (33 days old)
> > >
> > > Still present. The maintainer of the driver has a patch that I have
> > > tested, and for quite some time now, but it still does not appear in
> > > mainline.
> >
> > Do you have a pointer to the maintainer and the patch, so that we can
> > update the bugzilla entry and ping the maintainer?
>
> The patch was made by Vikas Chaudhary <vikas.chaudhary@qlogic.com>
> (CC:d) and sent to me by private me-mail. I was first dubious about
> possible endianness problem with qla4xxx private readq and writeq
> implementation but he told they forcefully tested it on PPC64 and it
> worked.
>
> Last I heard from him on September 6th when he wrote he intended to push
> the patch upstream together with other patches the same week.
On Wednesday, October 13, 2010, Meelis Roos wrote:
> > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16971
> > Subject : qla4xxx compile failure on 32-bit PowerPC: missing
> readq and writeq
> > Submitter : Meelis Roos <mroos@linux.ee>
> > Date : 2010-08-19 21:03 (53 days old)
> > Message-ID : <alpine.SOC.1.00.1008192359310.19654@math.ut.ee>
>
> Still present.
On Friday, November 19, 2010, Meelis Roos wrote:
> > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16971
> > Subject : qla4xxx compile failure on 32-bit PowerPC: missing
> readq and writeq
> > Submitter : Meelis Roos <mroos@linux.ee>
> > Date : 2010-08-19 21:03 (92 days old)
> > Message-ID : <<alpine.SOC.1.00.1008192359310.19654@math.ut.ee>>
> > References : http://marc.info/?l=linux-kernel&m=128225184900892&w=2
>
> Still unfixed in mainline.
On Sunday, December 05, 2010, Meelis Roos wrote:
> > The following bug entry is on the current list of known regressions
> > introduced between 2.6.35 and 2.6.36. Please verify if it still should
> > be listed and let the tracking team know (either way).
>
> Yes, still present in yesterdays git.
Please apply following patch from Ben Hutchings to fix this issue. http://marc.info/?l=linux-scsi&m=128593600201958&w=2 Thanks, Vikas. |