* PATCH[60485 Bug adding breakpoint]
@ 2014-03-22 21:47 Nick Krause
2014-03-24 0:19 ` Nick Krause
0 siblings, 1 reply; 4+ messages in thread
From: Nick Krause @ 2014-03-22 21:47 UTC (permalink / raw)
To: ralf; +Cc: linux-mips, linux-kernel
Here is my new patch as corrected for the the bug 60845.
https://bugzilla.kernel.org/show_bug.cgi?id=60845
This is the link to the bug and my comments / conversation on to get the corrections needed.
Below is my patch for the bug, please let me know if it gets added finally .
--- linux-3.13.6/arch/mips/pci/msi-octeon.c.orig 2014-03-22 17:32:44.762754254 -0400
+++ linux-3.13.6/arch/mips/pci/msi-octeon.c 2014-03-22 17:34:19.974753699 -0400
@@ -150,6 +150,7 @@ msi_irq_allocated:
msg.address_lo =
((128ul << 20) + CVMX_PCI_MSI_RCV) & 0xffffffff;
msg.address_hi = ((128ul << 20) + CVMX_PCI_MSI_RCV)>> 32;
+ break;
case OCTEON_DMA_BAR_TYPE_BIG:
/* When using big bar, Bar 0 is based at 0 */
msg.address_lo = (0 + CVMX_PCI_MSI_RCV) & 0xffffffff;
Signed-off-by: nickkrause@sympatico.ca
Nick
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: PATCH[60485 Bug adding breakpoint]
2014-03-22 21:47 PATCH[60485 Bug adding breakpoint] Nick Krause
@ 2014-03-24 0:19 ` Nick Krause
2014-03-25 2:27 ` RESEND: PATCH[60485 Bug adding breakpoint for msi-pci] Nick Krause
0 siblings, 1 reply; 4+ messages in thread
From: Nick Krause @ 2014-03-24 0:19 UTC (permalink / raw)
To: alan; +Cc: linux-mips, linux-kernel, ralf
Here is my new patch as corrected for the the bug 60845.
https://bugzilla.kernel.org/show_bug.cgi?id=60845
This is the link to the bug and my comments / conversation on to get the corrections needed.
Below is my patch for the bug, please let me know if it gets added finally Alan .
--- linux-3.13.6/arch/mips/pci/msi-octeon.c.orig 2014-03-22 17:32:44.762754254 -0400
+++ linux-3.13.6/arch/mips/pci/msi-octeon.c 2014-03-22 17:34:19.974753699 -0400
@@ -150,6 +150,7 @@ msi_irq_allocated:
msg.address_lo =
((128ul << 20) + CVMX_PCI_MSI_RCV) & 0xffffffff;
msg.address_hi = ((128ul << 20) + CVMX_PCI_MSI_RCV)>> 32;
+ break;
case OCTEON_DMA_BAR_TYPE_BIG:
/* When using big bar, Bar 0 is based at 0 */
msg.address_lo = (0 + CVMX_PCI_MSI_RCV) & 0xffffffff; Signed-off-by: nickkrause@sympatico.ca
Nick
^ permalink raw reply [flat|nested] 4+ messages in thread
* RESEND: PATCH[60485 Bug adding breakpoint for msi-pci]
2014-03-24 0:19 ` Nick Krause
@ 2014-03-25 2:27 ` Nick Krause
2014-03-25 16:10 ` Borislav Petkov
0 siblings, 1 reply; 4+ messages in thread
From: Nick Krause @ 2014-03-25 2:27 UTC (permalink / raw)
To: alan; +Cc: linux-mips, linux-kernel, ralf
----------------------------------------
> From: nickkrause@sympatico.ca
> To: alan@lxorguk.ukuu.org.uk
> CC: linux-mips@linux-mips.org; linux-kernel@vger.kernel.org; ralf@linux-mips.org
> Subject: RE: PATCH[60485 Bug adding breakpoint]
> Date: Mon, 24 Mar 2014 00:19:29 +0000
>
>
>
>
>
> Here is my new patch as corrected for the the bug 60845.
> https://bugzilla.kernel.org/show_bug.cgi?id=60845
> This is the link to the bug and my comments / conversation on to get the corrections needed.
> Below is my patch for the bug, please let me know if it gets added finally Alan .
>
> --- linux-3.13.6/arch/mips/pci/msi-octeon.c.orig 2014-03-22 17:32:44.762754254 -0400
> +++ linux-3.13.6/arch/mips/pci/msi-octeon.c 2014-03-22 17:34:19.974753699 -0400
> @@ -150,6 +150,7 @@ msi_irq_allocated:
> msg.address_lo =
> ((128ul << 20) + CVMX_PCI_MSI_RCV) & 0xffffffff;
> msg.address_hi = ((128ul << 20) + CVMX_PCI_MSI_RCV)>> 32;
> + break;
> case OCTEON_DMA_BAR_TYPE_BIG:
> /* When using big bar, Bar 0 is based at 0 */
> msg.address_lo = (0 + CVMX_PCI_MSI_RCV) & 0xffffffff; Signed-off-by: nickkrause@sympatico.ca
> Nick
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: RESEND: PATCH[60485 Bug adding breakpoint for msi-pci]
2014-03-25 2:27 ` RESEND: PATCH[60485 Bug adding breakpoint for msi-pci] Nick Krause
@ 2014-03-25 16:10 ` Borislav Petkov
0 siblings, 0 replies; 4+ messages in thread
From: Borislav Petkov @ 2014-03-25 16:10 UTC (permalink / raw)
To: Nick Krause; +Cc: alan, linux-mips, linux-kernel, ralf
On Tue, Mar 25, 2014 at 02:27:04AM +0000, Nick Krause wrote:
> > Here is my new patch as corrected for the the bug 60845.
> > https://bugzilla.kernel.org/show_bug.cgi?id=60845
> > This is the link to the bug and my comments / conversation on to get the corrections needed.
> > Below is my patch for the bug, please let me know if it gets added finally Alan .
> >
> > --- linux-3.13.6/arch/mips/pci/msi-octeon.c.orig 2014-03-22 17:32:44.762754254 -0400
> > +++ linux-3.13.6/arch/mips/pci/msi-octeon.c 2014-03-22 17:34:19.974753699 -0400
> > @@ -150,6 +150,7 @@ msi_irq_allocated:
> > msg.address_lo =
> > ((128ul << 20) + CVMX_PCI_MSI_RCV) & 0xffffffff;
> > msg.address_hi = ((128ul << 20) + CVMX_PCI_MSI_RCV)>> 32;
> > + break;
Looks like this has been fixed already: 7f02c463057fc527f52066742b84d9d89b22e83d
--
Regards/Gruss,
Boris.
Sent from a fat crate under my desk. Formatting is fine.
--
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-03-25 16:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-22 21:47 PATCH[60485 Bug adding breakpoint] Nick Krause
2014-03-24 0:19 ` Nick Krause
2014-03-25 2:27 ` RESEND: PATCH[60485 Bug adding breakpoint for msi-pci] Nick Krause
2014-03-25 16:10 ` Borislav Petkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®