Re: [PATCH] Fix MSI-X setup

From: Greg KH
Date: Tue Jun 22 2004 - 18:37:06 EST


On Mon, Jun 21, 2004 at 09:35:24PM -0700, Roland Dreier wrote:
> msix_capability_init() puts the offset of the MSI-X capability into
> pos, then uses pos as a loop index to clear the MSI-X vector table,
> and then tries to use pos as the offset again, which results in
> writing the MSI-X enable bit off into space.
>
> This patch fixes that by adding a new loop index variable and using
> that to clear the vector table.
>
> - Roland
>
> Signed-off-by: Roland Dreier <roland@xxxxxxxxxx>

Applied, thanks.

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/