Re: [PATCH] m68k: mvme147: Fix SCSI controller IRQ numbers

From: Daniel Palmer
Date: Fri Nov 01 2024 - 19:36:03 EST


Hi all,

On Thu, 3 Oct 2024 at 12:32, Finn Thain <fthain@xxxxxxxxxxxxxx> wrote:
>
> From: Daniel Palmer <daniel@xxxxxxxx>
>
> Sometime long ago the m68k IRQ code was refactored and the interrupt
> numbers for SCSI controller on this board ended up wrong, and it hasn't
> worked since.
>
> The PCC adds 0x40 to the vector for its interrupts so they end up in
> the user interrupt range. Hence, the kernel number should be the kernel
> offset for user interrupt range + the PCC interrupt number.
>
> Cc: Daniel Palmer <daniel@xxxxxxxx>
> Cc: stable@xxxxxxxxxx
> Fixes: 200a3d352cd5 ("[PATCH] m68k: convert VME irq code")
> Signed-off-by: Daniel Palmer <daniel@xxxxxxxx>
> Reviewed-by: Finn Thain <fthain@xxxxxxxxxxxxxx>
> ---

The other part of this that fixes the SCSI driver itself is now merged
and backported to stable branches so it'd be nice to get this merged
too.

Thanks,

Daniel