Re: [RFC][PATCH] Removal of #include from scsi drivers

2007-08-27 Thread Michal Piotrowski
On 21/08/07, Michal Piotrowski <[EMAIL PROTECTED]> wrote: > Hi, > > This patch removes linux/stat.h from scsi drivers. > > Tested with allyesconfig and allmodconfig. > Any comments on this? ACK, NACK or "do not touch the SCSI code"? Regards, Michal -- LOG h

[RFC][PATCH] Removal of #include from scsi drivers

2007-08-21 Thread Michal Piotrowski
Hi, This patch removes linux/stat.h from scsi drivers. Tested with allyesconfig and allmodconfig. Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ Signed-off-by: Michal Piotrowski <[EMAIL PROTECTED]> diff --git a/drivers/scsi/BusLogic.c b/drivers/scsi/BusLogic.c index 9

Re: Unexpected busfree in Message-in phase

2007-08-13 Thread Michal Piotrowski
Hi Jesper, On 11/08/07, Jesper Juhl <[EMAIL PROTECTED]> wrote: > Hi, > > I just noticed this in dmesg : > > [ 3216.262987] (scsi0:A:4:0): Unexpected busfree in Message-in phase > [ 3216.263058] SEQADDR == 0x16c > [ 3216.263724] target0:0:4: FAST-10 SCSI 10.0 MB/s ST (100 ns, offset 16) > > That's

Re: Partition information lost on reboot.

2007-08-10 Thread Michal Piotrowski
[Adding linux-scsi and Adaptec support to CC] On 10/08/07, Jegadeesh <[EMAIL PROTECTED]> wrote: > Hi, > > I have a scsi disk on Adaptec ASC-29320 U320. I have created a linux > partition and ext3 filesystem over it. > Now the problem is, whenever the machine is rebooted, the partition > informatio

Re: [3/3] 2.6.23-rc2: known regressions v2

2007-08-08 Thread Michal Piotrowski
Hi all, Here is a list of some known regressions in 2.6.23-rc2. Feel free to add new regressions/remove fixed etc. http://kernelnewbies.org/known_regressions List of Aces NameRegressions fixed since 21-Jun-2007 Adrian Bunk6 Andi Kleen

Re: [2/2] 2.6.23-rc2: known regressions with patches

2007-08-05 Thread Michal Piotrowski
Hi all, Here is a list of some known regressions in 2.6.23-rc2 with patches available. Feel free to add new regressions/remove fixed etc. http://kernelnewbies.org/known_regressions List of Aces NameRegressions fixed since 21-Jun-2007 Adrian Bunk6

Re: [3/3] 2.6.23-rc2: known regressions

2007-08-05 Thread Michal Piotrowski
Hi all, Here is a list of some known regressions in 2.6.23-rc2. Feel free to add new regressions/remove fixed etc. http://kernelnewbies.org/known_regressions List of Aces NameRegressions fixed since 21-Jun-2007 Adrian Bunk6 Andi Kleen

[RFC][PATCH] Remove stat.h from drivers/scsi/gvp11.c

2007-08-01 Thread Michal Piotrowski
Hi, "There is no reason at all for a scsi driver to include stat.h" -- Christoph Hellwig Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ Signed-off-by: Michal Piotrowski <[EMAIL PROTECTED]> --- linux-mm-clean/drivers/scsi/gvp11.c 2007-07-09 01:32:17.0 +0

[RFC][PATCH] Remove stat.h from drivers/scsi/a3000.c

2007-08-01 Thread Michal Piotrowski
Hi, "There is no reason at all for a scsi driver to include stat.h" -- Christoph Hellwig Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ Signed-off-by: Michal Piotrowski <[EMAIL PROTECTED]> --- linux-mm-clean/drivers/scsi/a3000.c 2007-07-09 01:32:17.0 +0

[RFC][PATCH] Remove stat.h from drivers/scsi/a2091.c

2007-08-01 Thread Michal Piotrowski
Hi, "There is no reason at all for a scsi driver to include stat.h" -- Christoph Hellwig Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ Signed-off-by: Michal Piotrowski <[EMAIL PROTECTED]> --- linux-mm-clean/drivers/scsi/a2091.c 2007-07-09 01:32:17.0 +0

Re: [RFC][PATCH] Coding style fix drivers/scsi/mvme147.c

2007-08-01 Thread Michal Piotrowski
Michal Piotrowski pisze: > Hi, > > Coding style fix > Christoph Hellwig: "There is no reason at all for a scsi driver to include stat.h" Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ Signed-off-by: Michal Piotrowski <[EMAIL PROTECTED]> --- linux-mm-

Re: [RFC][PATCH] Coding style fix drivers/scsi/aha1542.c

2007-08-01 Thread Michal Piotrowski
Christoph Hellwig pisze: > On Wed, Aug 01, 2007 at 05:13:14PM +0200, Michal Piotrowski wrote: >> Hi, >> >> Coding style fix >> >> Regards, >> Michal >> > > I think that include should just go. There is no reason at all for > a scsi driver

[RFC][PATCH] Coding style fix drivers/scsi/mvme147.c

2007-08-01 Thread Michal Piotrowski
Hi, Coding style fix Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ Signed-off-by: Michal Piotrowski <[EMAIL PROTECTED]> --- linux-mm-clean/drivers/scsi/mvme147.c 2007-07-09 01:32:17.0 +0200 +++ linux-mm/drivers/scsi/mvme147.c 2007-08-01 17:14:39.000

[RFC][PATCH] Coding style fix drivers/scsi/aha1542.c

2007-08-01 Thread Michal Piotrowski
Hi, Coding style fix Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ Signed-off-by: Michal Piotrowski <[EMAIL PROTECTED]> --- linux-mm-clean/drivers/scsi/aha1542.c 2007-07-09 01:32:17.0 +0200 +++ linux-mm/drivers/scsi/aha1542.c 2007-08-01 17:09:40.000

Re: [2/3] 2.6.23-rc1: known regressions v3

2007-07-30 Thread Michal Piotrowski
Hi all, Here is a list of some known regressions in 2.6.23-rc1. Feel free to add new regressions/remove fixed etc. http://kernelnewbies.org/known_regressions List of Aces NameRegressions fixed since 21-Jun-2007 Adrian Bunk6 Andi Kleen

Re: [3/3] 2.6.23-rc1: known regressions v2

2007-07-27 Thread Michal Piotrowski
Hi all, Here is a list of some known regressions in 2.6.23-rc1. Feel free to add new regressions/remove fixed etc. http://kernelnewbies.org/known_regressions List of Aces NameRegressions fixed since 21-Jun-2007 Adrian Bunk6 Andi Kleen

Re: [2/2] 2.6.23-rc1: known regressions

2007-07-23 Thread Michal Piotrowski
Hi all, Here is a list of some known regressions in 2.6.23-rc1. Feel free to add new regressions/remove fixed etc. http://kernelnewbies.org/known_regressions List of Aces NameRegressions fixed since 21-Jun-2007 Andi Kleen 4 Linus Torvalds

Re: [2/3] 2.6.22-rc3: known regressions v2

2007-06-01 Thread Michal Piotrowski
Hi all, Here is a list of some known regressions in 2.6.22-rc3. Feel free to add new regressions/remove fixed etc. http://kernelnewbies.org/known_regressions PCMCIA Subject: libata and legacy ide pcmcia failure References : http://lkml.org/lkml/2007/5/17/305 Submitter : Robert de Rooy <[

Re: libata /dev/scd0 problem: mount after burn fails without eject

2007-05-01 Thread Michal Piotrowski
On 01/05/07, Mark Lord <[EMAIL PROTECTED]> wrote: Forwarding to linux-scsi and linux-ide mailing lists. Frank van Maarseveen wrote: > Tested on 2.6.20.6 and 2.6.21.1 > > I decided to swich from the old IDE drivers to libata and now there > seems to be a little but annoying problem: cannot mount