Re: [PATCH 0/6] ncr5380: Exception handling fixes for v4.5

2016-03-01 Thread Martin K. Petersen
> "Finn" == Finn Thain writes: Finn, >> This is a pretty big lump of changes for a 4.5 bug fix! Finn> Please keep in mind that these fixes are all rework of the changes Finn> I made in -rc1. So this submission is 2 files changed, 118 Finn> insertions(+), 148 deletions(-) which is all rework

Re: [PATCH 0/6] ncr5380: Exception handling fixes for v4.5

2016-02-29 Thread Finn Thain
On Mon, 29 Feb 2016, Martin K. Petersen wrote: > > "Finn" == Finn Thain writes: > > Finn> These patches fix some exception handling and autosense bugs that > Finn> I accidentally introduced in v4.5-rc1. > > Finn> drivers/scsi/NCR5380.c | 133 > +++---

Re: [PATCH 0/6] ncr5380: Exception handling fixes for v4.5

2016-02-29 Thread Martin K. Petersen
> "Finn" == Finn Thain writes: Finn> These patches fix some exception handling and autosense bugs that Finn> I accidentally introduced in v4.5-rc1. Finn> drivers/scsi/NCR5380.c | 133 +++ Finn> drivers/scsi/atari_NCR5380.c | 133 ++

[PATCH 0/6] ncr5380: Exception handling fixes for v4.5

2016-02-22 Thread Finn Thain
These patches fix some exception handling and autosense bugs that I accidentally introduced in v4.5-rc1. The error recovery and autosense code in these drivers has been unstable for a long time. Despite that, v4.5-rc1 shows a regression in as much as it exposes a bug in the aranym emulator. This