Re: [PATCH] clear garbage after CDBs on SG_IO

2006-11-16 Thread Andrew Morton
On Thu, 16 Nov 2006 09:52:27 +0900 Tejun Heo [EMAIL PROTECTED] wrote: ATAPI devices transfer fixed number of bytes for CDBs (12 or 16). Some ATAPI devices choke when shorter CDB is used and the left bytes contain garbage. Block SG_IO cleared left bytes but SCSI SG_IO didn't. This patch

Re: possibility to merge via_pata fixes to .19 stable series?

2006-11-18 Thread Andrew Morton
On Sun, 19 Nov 2006 14:34:52 +0900 Tejun Heo [EMAIL PROTECTED] wrote: Andrew Morton wrote: On Sat, 18 Nov 2006 22:43:34 + Alan [EMAIL PROTECTED] wrote: On Sat, 18 Nov 2006 16:20:12 -0500 Jeff Garzik [EMAIL PROTECTED] wrote: I don't know if they're still concerns, nor if they're

Re: [PATCH -mm] sata_nv: fix ATAPI in ADMA mode

2006-11-27 Thread Andrew Morton
On Sun, 26 Nov 2006 14:20:19 -0600 Robert Hancock [EMAIL PROTECTED] wrote: static irqreturn_t nv_adma_interrupt(int irq, void *dev_instance) { struct ata_host *host = dev_instance; int i, handled = 0; + u32 notifier_clears[2]; spin_lock(host-lock); for

Fw: [Bugme-new] [Bug 7589] New: libata: does not work anymore on VIA VT8251 AHCI/SATA 4-Port Controller

2006-11-28 Thread Andrew Morton
oops, we went backwards. Begin forwarded message: Date: Tue, 28 Nov 2006 16:33:38 -0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 7589] New: libata: does not work anymore on VIA VT8251 AHCI/SATA 4-Port Controller http://bugzilla.kernel.org/show_bug.cgi?id=7589

Re: [PATCH] pata_it8213: Add new driver for the IT8213 card.

2006-12-04 Thread Andrew Morton
On Mon, 4 Dec 2006 16:49:31 + Alan [EMAIL PROTECTED] wrote: Add a driver for the IT8213 which is a single channel ICH-ish PATA controller. As it is very different to the IT8211/2 it gets its own driver. There is a legacy drivers/ide driver also available and I'll post that once I get time

Re: -mm merge plans for 2.6.20

2006-12-04 Thread Andrew Morton
On Mon, 04 Dec 2006 23:56:42 -0500 Jeff Garzik [EMAIL PROTECTED] wrote: Andrew Morton wrote: via-pata-controller-xfer-fixes.patch via-pata-controller-xfer-fixes-fix.patch Tejun's 3d3cca37559e3ab2b574eda11ed5207ccdb8980a has been ack'd by the reporter as fixing things, so these two

Re: OOPS: deref 0x14 at pdc_port_start+0x82 [Was: 2.6.20-rc1-mm1]

2006-12-15 Thread Andrew Morton
On Fri, 15 Dec 2006 15:45:55 +0059 Jiri Slaby [EMAIL PROTECTED] wrote: Andrew Morton wrote: Temporarily at http://userweb.kernel.org/~akpm/2.6.20-rc1-mm1/ Will appear later at ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc1/2.6.20-rc1-mm1

Re: ata kmap_atomic abuse

2006-12-16 Thread Andrew Morton
On Sat, 16 Dec 2006 11:40:29 -0500 Jeff Garzik [EMAIL PROTECTED] wrote: Andrew Morton wrote: On Mon, 11 Dec 2006 11:07:06 -0500 Jeff Garzik [EMAIL PROTECTED] wrote: Andrew Morton wrote: [ 231.948000] SCSI device sda: 195371568 512-byte hdwr sectors (100030 MB) [ 232.232000

Re: Bugs in Kernels 2.6.20-rc2, rc3 and 2.6.20-rc2-mm1

2007-01-05 Thread Andrew Morton
On Fri, 05 Jan 2007 19:20:37 +0100 Uwe Bugla [EMAIL PROTECTED] wrote: Hi, 1.In Kernels 2.6.20-rc2 and 2.6.20-rc3 a CD- and DVD-burning application called nerolinux is doing nasty things: After a cold start you start the application, then chose the burning device, then close the

Re: [PATCH 3/3] atiixp.c: add cable detection support for ATI IDE

2007-01-09 Thread Andrew Morton
but some code has not been cleaned. Now we remove these code sine they are no use any longer. Signed-off-by: Conke Hu [EMAIL PROTECTED] Cc: Alan Cox [EMAIL PROTECTED] Cc: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Cc: Greg KH [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED

Re: 2.6.20-rc6: known unfixed regressions (v2) (part 2)

2007-01-28 Thread Andrew Morton
On Sun, 28 Jan 2007 14:33:44 +0100 Uwe Bugla [EMAIL PROTECTED] wrote: Subject: problems with CD burning References : http://www.spinics.net/lists/linux-ide/msg06545.html Submitter : Uwe Bugla [EMAIL PROTECTED] Status : unknown ... Hi everybody, the problem I already

Re: 2.6.20-rc6: known unfixed regressions (v2) (part 2)

2007-01-28 Thread Andrew Morton
On Mon, 29 Jan 2007 07:26:03 +0100 Mike Galbraith [EMAIL PROTECTED] wrote: FWIW, I just tried it with 2.6.20-rc6, and can confirm. Once nero is run, the kernel never gives up retrying whatever command failed, so I get... [ 4362.972995] hdd: status error: status=0x58 { DriveReady

Re: 2.6.20-rc6: known unfixed regressions (v2) (part 2)

2007-01-29 Thread Andrew Morton
On Mon, 29 Jan 2007 20:50:58 -0600 Mike Christie [EMAIL PROTECTED] wrote: With the attached patch, nero finds the cd drives and I can burn disks. There is no errors from the ide layer like before. [use-old-timeout-calc.patch text/x-patch (399B)] diff --git a/block/scsi_ioctl.c

Re: 2.6.20-rc6: known unfixed regressions (v2) (part 2)

2007-01-29 Thread Andrew Morton
On Mon, 29 Jan 2007 21:18:38 -0500 Mike Christie [EMAIL PROTECTED] wrote: Ok. here is a fix with the overflow check sg.c has. Patch was made against Linus's tree and tested with nero. Userspace does not send us jiffies. Use msecs_to_jiffies and check for overflow like sg.c Signed-off-by:

Re: [PATCH RFC] sd: spin down disks on removal or power-down

2007-01-29 Thread Andrew Morton
On Sun, 28 Jan 2007 19:47:27 -0600 Robert Hancock [EMAIL PROTECTED] wrote: Here's a patch for sd.c I've cooked up which issues a START STOP UNIT command to stop the drive when the SCSI disk is removed or the machine is powered down. The rationale behind this is that apparently on many drives,

Re: [git patches] libata fixes

2007-02-02 Thread Andrew Morton
On Fri, 2 Feb 2007 09:13:56 -0800 (PST) Linus Torvalds [EMAIL PROTECTED] wrote: On Fri, 2 Feb 2007, Jeff Garzik wrote: pata_atiixp: propogate cable detection hack from drivers/ide to the new driver It's prop*a*gate. Damn. Linus some speling mistaeks

Re: [PATCH] libata: Add a host flag to indicate lack of IORDY capability

2007-02-05 Thread Andrew Morton
On Mon, 5 Feb 2007 16:15:15 + Alan [EMAIL PROTECTED] wrote: This is the first preparation to doing the !IORDY cases properly. Further diffs will then add the needed logic to do it right. ... static int pio_mask = 0x1F; /* PIO range for autospeed devices */ ++static int

Re: [PATCH] libata: Early CFA adapters are not required to support mode setting

2007-02-05 Thread Andrew Morton
On Mon, 5 Feb 2007 16:28:30 + Alan [EMAIL PROTECTED] wrote: If we are doing a PIO setup for a CFA card and it blows up with a device error then assume it is an older CFA card which doesn't support this rather than failing the device out of existance. Stands seperate to the quieting

Re: [PATCH] libata: Early CFA adapters are not required to support mode setting

2007-02-05 Thread Andrew Morton
On Mon, 5 Feb 2007 23:11:52 + Alan [EMAIL PROTECTED] wrote: libata-fix-hopefully-all-the-remaining-problems-with.patch. Should I drop The hopefully fix all the remaining problems patch did say not to merge it I thought. Please don't merge it yet - Jeff has asked for some

Re: Fw: [Bugme-new] [Bug 7958] New: AE_AML_PACKAGE_LIMIT is beyond end of object

2007-02-07 Thread Andrew Morton
On Wed, 07 Feb 2007 21:22:06 +0300 Alexey Starikovskiy [EMAIL PROTECTED] wrote: Andrew, This bug seem to be duplicate of 7907, which in turn seem to be caused by latest libata patches. Oh. Surprised. Let's tell Jeff about it. Thanks, Alex. Andrew Morton wrote: This looks like

Re: [PATCH] ATA convert GSI to irq on ia64

2007-02-08 Thread Andrew Morton
On Thu, 8 Feb 2007 19:42:04 + Christoph Hellwig [EMAIL PROTECTED] wrote: On Thu, Feb 08, 2007 at 03:40:22PM +0800, Zhang, Yanmin wrote: If an ATA drive uses legacy mode, ata driver will choose 14 and 15 as the fixed irq number. On ia64 platform, such numbers are GSI and should be

Re: 2.6.20-mm2

2007-02-18 Thread Andrew Morton
On Sun, 18 Feb 2007 13:44:54 +0100 Rafael J. Wysocki [EMAIL PROTECTED] wrote: On Sunday, 18 February 2007 06:51, Andrew Morton wrote: Temporarily at http://userweb.kernel.org/~akpm/2.6.20-mm2/ Will appear later at ftp://ftp.kernel.org/pub/linux/kernel/people/akpm

Re: 2.6.20-mm2

2007-02-18 Thread Andrew Morton
On Mon, 19 Feb 2007 00:25:48 +0100 Rafael J. Wysocki [EMAIL PROTECTED] wrote: netconsole is good. I know. :-) In the meantime, I've got something worse on another x86_64 box: Asus Laptop ACPI Extras version 0.30 L5D model detected, supported audit(1171831698.918:2): audit_pid=4281

Re: 2.6.20-mm2

2007-02-19 Thread Andrew Morton
On Tue, 20 Feb 2007 02:20:21 +0100 Rafael J. Wysocki [EMAIL PROTECTED] wrote: On Sunday, 18 February 2007 20:43, Andrew Morton wrote: On Sun, 18 Feb 2007 13:44:54 +0100 Rafael J. Wysocki [EMAIL PROTECTED] wrote: On Sunday, 18 February 2007 06:51, Andrew Morton wrote

Re: [git patches] libata fixes

2007-03-28 Thread Andrew Morton
On Wed, 28 Mar 2007 13:53:10 -0700 (PDT) Linus Torvalds [EMAIL PROTECTED] wrote: On Wed, 28 Mar 2007, Jeff Garzik wrote: Jeff Garzik wrote: This disables libata ACPI, among other things. If a -rc6 is possible, that would be quite nice... Heh. I don't think -rc6 is possible -

Re: Silent corruption on AMD64

2007-03-31 Thread Andrew Morton
On Sat, 31 Mar 2007 18:27:36 -0700 Aaron Lehmann [EMAIL PROTECTED] wrote: I have spent a lot of time trying to find a simpler test case. So far, as far as I can tell, there are three conditions that must be satisfied for corruption to occur: 1. Heavy Ethernet load (nc remotehost /dev/zero)

Re: Linux tape drivers

2007-04-04 Thread Andrew Morton
On Wed, 4 Apr 2007 12:22:35 -0700 Willem Riede [EMAIL PROTECTED] wrote: On 4/4/07, Andrew Morton [EMAIL PROTECTED] wrote: On Wed, 4 Apr 2007 16:26:14 +0200 Kern Sibbald [EMAIL PROTECTED] wrote: I'm all in favor of deprecating ide-tape if ide-scsi is a viable alternative, ow. ide

Re: [PATCH] IDE: fix PCI must_checks

2007-04-05 Thread Andrew Morton
On Thu, 5 Apr 2007 12:13:02 +0100 Alan Cox [EMAIL PROTECTED] wrote: On Wed, 4 Apr 2007 21:37:04 -0700 Randy Dunlap [EMAIL PROTECTED] wrote: From: Randy Dunlap [EMAIL PROTECTED] Check PCI interface function results for errors in drivers/ide/pci. drivers/ide/pci/cs5530.c:244:

Re: 2.6.21-rc7-mm1 BUG at kernel/sched-clock.c:175 init_sched_clock()

2007-04-25 Thread Andrew Morton
On Tue, 24 Apr 2007 12:28:29 -0600 Berck E. Nash [EMAIL PROTECTED] wrote: Kernel panic on boot, console output attached. Thanks, cc's added. [14316256.221707] Linux version 2.6.21-rc7-mm1 ([EMAIL PROTECTED]) (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #1 SMP Tue Apr 24

Re: 2.6.21-rc7-mm1 BUG at kernel/sched-clock.c:175 init_sched_clock()

2007-04-25 Thread Andrew Morton
On Wed, 25 Apr 2007 17:42:41 +0900 Tejun Heo [EMAIL PROTECTED] wrote: Andrew Morton wrote: [2.953862] RIP: 0010:[803ae98b] [803ae98b] scsi_schedule_eh+0xa/0x57 [3.058672] [803e1e01] ata_port_schedule_eh+0x4c/0x50 [3.064725] [803e1ea7

Re: BUG: Null pointer dereference in fs/open.c

2007-04-25 Thread Andrew Morton
On Wed, 25 Apr 2007 22:53:00 + (GMT) William Heimbigner [EMAIL PROTECTED] wrote: On Wed, 25 Apr 2007, Andrew Morton wrote: snip OK. I am able to use the pktcdvd driver OK in mainline with a piix/sata drive. It could be that something is going wrong at the IDE level for you. Perhaps

Re: [patch 1/7] libata: check for AN support

2007-05-09 Thread Andrew Morton
On Wed, 9 May 2007 16:38:09 -0700 Kristen Carlson Accardi [EMAIL PROTECTED] wrote: /** + * ata_dev_set_AN - Issue SET FEATURES - SATA FEATURES + * with sector count set to indicate + * Asynchronous Notification feature I think kenreldoc

Re: [FW ide-cs] Re: jvc cdrom drive lockup

2007-05-10 Thread Andrew Morton
in the same manner. [EMAIL PROTECTED]: cleanups] Signed-off-by: Ard van Breemen [EMAIL PROTECTED] Cc: Greg KH [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Linus Torvalds [EMAIL PROTECTED] diff --git a/drivers/pci/search.c b/drivers/pci

ata/scsi crash on halt

2007-05-12 Thread Andrew Morton
This is current mainline plus a few patches which I've just sent to Linus: loop_probe-fix-return-value.patch fault-injection-disable-stacktrace-filter-for-x86-64.patch ntfs-use-zero_user_page.patch tty-flush-flip-buffer-on-ldisc-input-queue-flush.patch missing-include-file-in-tpm_atmelh.patch

Re: [1/2] 2.6.22-rc1: known regressions

2007-05-13 Thread Andrew Morton
On Sun, 13 May 2007 11:19:33 -0700 (PDT) Davide Libenzi [EMAIL PROTECTED] wrote: On Sun, 13 May 2007, Michal Piotrowski wrote: Subject: applications under wine freezes References : http://bugzilla.kernel.org/show_bug.cgi?id=8462 Submitter : Charles Gagalac [EMAIL PROTECTED]

Re: 2.6.22-rc2: known regressions with patches

2007-05-24 Thread Andrew Morton
On Thu, 24 May 2007 16:11:16 +0100 Alan Cox [EMAIL PROTECTED] wrote: Subject: pata_via appears to incorrectly detects 40-pin cable References : http://lkml.org/lkml/2007/5/17/273 http://bugzilla.kernel.org/show_bug.cgi?id=8142 Submitter : Francis Russell [EMAIL

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

2007-06-01 Thread Andrew Morton
On Fri, 01 Jun 2007 14:20:55 +0200 Michal Piotrowski [EMAIL PROTECTED] wrote: SCSI Subject: aacraid: adapter kernel panic'd fffd (kexec) References : http://lkml.org/lkml/2007/5/29/491 Submitter : Yinghai Lu [EMAIL PROTECTED] Handled-By : Salyzyn, Mark [EMAIL PROTECTED]

Re: HPT374 IDE problem with 2.6.21.* kernels

2007-06-01 Thread Andrew Morton
On Wed, 30 May 2007 11:30:00 +0200 (CEST) Geller Sandor [EMAIL PROTECTED] wrote: Hi, I saw a similar report yesterday with '2.6.21.1 - 97% wait time on IDE operations' subject. After upgrading from 2.6.20.7 kernel to 2.6.21.1 my system started to reset infrequenly the IDE bus. In the

Re: [PATCH pata-2.6 fix] hpt366: disallow Ultra133 for HPT374

2007-06-06 Thread Andrew Morton
On Wed, 6 Jun 2007 23:53:28 +0400 Sergei Shtylyov [EMAIL PROTECTED] wrote: Eliminate UltraATA/133 support for HPT374 -- the chip isn't capable of this mode according to the manual, and doesn't even seem to tolerate 66 MHz DPLL clock... Signed-off-by: Sergei Shtylyov [EMAIL PROTECTED]

Re: hsm violation

2007-06-24 Thread Andrew Morton
On Sun, 24 Jun 2007 14:32:22 +0200 Enrico Sardi [EMAIL PROTECTED] wrote: Hi all! I found the following messages in the kernel log: - [ 45.288000] set_level status: 0 [ 45.572000] set_level status: 0 [ 45.74] set_level status: 0 [ 46.82]

Re: [git patches] libata fixes

2007-06-27 Thread Andrew Morton
On Wed, 27 Jun 2007 03:35:26 -0400 Jeff Garzik [EMAIL PROTECTED] wrote: + /* Don't allow DMA if it isn't multiple of 16 bytes. Quite a + * few ATAPI devices choke on such DMA requests. + */ + if (unlikely(qc-nbytes 15)) + return 1; It might be worth emitting

Re: PROBLEM: SATA AHCI driver significant throughput loss in 2.6.22-rc5-g75154f40-dirty

2007-06-30 Thread Andrew Morton
On Wed, 27 Jun 2007 00:17:24 -0400 Dan [EMAIL PROTECTED] wrote: Something changed with the AHCI SATA driver in the latest git version. With 2.6.21 I get ~49MB/sec according to hdparm. Using the latest git version I only get ~8MB/sec. I've attached my .config and have included some info about

Re: [patch 3/4] Enable link power management for ata drivers

2007-07-05 Thread Andrew Morton
On Thu, 5 Jul 2007 13:05:30 -0700 Kristen Carlson Accardi [EMAIL PROTECTED] wrote: + ATA_DFLAG_IPM = (1 6), /* device supports interface PM */ ATA_DFLAG_CFG_MASK = (1 8) - 1, I had to bump this to (17), so we've run out. - To unsubscribe from this list: send the line

Re: [patch 3/4] Enable link power management for ata drivers

2007-07-05 Thread Andrew Morton
On Thu, 5 Jul 2007 15:33:34 -0700 Andrew Morton [EMAIL PROTECTED] wrote: On Thu, 5 Jul 2007 13:05:30 -0700 Kristen Carlson Accardi [EMAIL PROTECTED] wrote: + ATA_DFLAG_IPM = (1 6), /* device supports interface PM */ ATA_DFLAG_CFG_MASK = (1 8) - 1, I had to bump

Re: [patch 3/4] Enable link power management for ata drivers

2007-07-05 Thread Andrew Morton
On Thu, 05 Jul 2007 20:02:08 -0400 Jeff Garzik [EMAIL PROTECTED] wrote: May I assume that I may delete the patches from Kristen, and assume that you will resend an updated version of her AN and ALPM patches to me? Sure. But I have a sneaking feeling that Kristen sneaks sneaky fixes into

Re: block/bsg.c

2007-07-17 Thread Andrew Morton
On Tue, 17 Jul 2007 22:52:25 +0200 Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] wrote: ide-{disk,scsi,tape} don't support REQ_TYPE_BLOCK_PC requests et all (so attempts to use SG_IO, CDROM_SEND_PACKET and SCSI_IOCTL_SEND_COMMAND will result in requests being failed and error messages in the

Re: [git patches 1/2] warnings: attack valid cases spotted by warnings

2007-07-17 Thread Andrew Morton
On Tue, 17 Jul 2007 14:53:02 -0700 Roland Dreier [EMAIL PROTECTED] wrote: drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warning drivers/infiniband/hw/mthca/mthca_qp.c: In function __mthca_tavor_post_send__:

ata bustage with CONFIG_PM=n

2007-07-19 Thread Andrew Morton
ahci_port_start() calls ahci_port_resume() which doesn't exist if !CONFIG_PM. - To unsubscribe from this list: send the line unsubscribe linux-ide in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [Bugme-new] [Bug 8784] New: ata_piix cannot see ICHx IDE devices

2007-07-19 Thread Andrew Morton
On Thu, 19 Jul 2007 13:16:27 -0700 (PDT) [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8784 Summary: ata_piix cannot see ICHx IDE devices Product: IO/Storage Version: 2.5 KernelVersion: 2.6.22 Platform: All

Re: [patch 1/4] libata: check for AN support

2007-08-08 Thread Andrew Morton
On Wed, 8 Aug 2007 12:08:10 -0700 Kristen Carlson Accardi [EMAIL PROTECTED] wrote: === --- 2.6-git.orig/include/linux/libata.h +++ 2.6-git/include/linux/libata.h @@ -139,7 +139,8 @@ enum { ATA_DFLAG_FLUSH_EXT = (1 4),

Re: 2.6.23-rc3-mm1

2007-08-22 Thread Andrew Morton
On Wed, 22 Aug 2007 19:24:39 +0200 Torsten Kaiser [EMAIL PROTECTED] wrote: On 8/22/07, Andrew Morton [EMAIL PROTECTED] wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc3/2.6.23-rc3-mm1/ [snip] -ata-add-the-sw-ncq-support-to-sata_nv-for-mcp51-mcp55-mcp61.patch

Re: [PATCH][resend] fix IDE legacy mode resources

2007-08-24 Thread Andrew Morton
. Karas [EMAIL PROTECTED] Cc: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Cc: Alan Cox [EMAIL PROTECTED] Cc: Natalie Protasevich [EMAIL PROTECTED] Cc: Greg KH [EMAIL PROTECTED] Cc: Gabriel C [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- drivers/pci/probe.c | 40

Re: [Bugme-new] [Bug 8936] New: sata_promise 2.09 fails to identify ST3400832AS

2007-08-24 Thread Andrew Morton
On Fri, 24 Aug 2007 21:14:49 -0700 (PDT) [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8936 Summary: sata_promise 2.09 fails to identify ST3400832AS Product: IO/Storage Version: 2.5 KernelVersion: 2.6.23-rc1 Platform:

Re: [Bugme-new] [Bug 8936] New: sata_promise 2.09 fails to identify ST3400832AS

2007-08-27 Thread Andrew Morton
On Sat, 25 Aug 2007 19:12:31 +0200 (MEST) Mikael Pettersson [EMAIL PROTECTED] wrote: On Fri, 24 Aug 2007 22:21:47 -0700, Andrew Morton wrote: On Fri, 24 Aug 2007 21:14:49 -0700 (PDT) [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8936 Summary

Re: 2.6.23-rc4-mm1

2007-09-01 Thread Andrew Morton
On Sat, 1 Sep 2007 18:07:48 +0200 Torsten Kaiser [EMAIL PROTECTED] wrote: On 9/1/07, Andrew Morton [EMAIL PROTECTED] wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc4/2.6.23-rc4-mm1/ The good: +hpet-force-enable-on-vt8235-37-chipsets.patch +hpet-force

Re: [sata_nv] timeout waiting for ADMA IDLE, stat=0x440

2007-09-05 Thread Andrew Morton
On Tue, 28 Aug 2007 16:06:41 +0200 Maarten Maathuis [EMAIL PROTECTED] wrote: I have not had any issues, i swapped the cable because a while ago i had to check the connection of the drive after the bios failed to detect the drive. That is why i considered that a posibility. Kernel 2.6.18

Re: Stardom SATA HSM violation

2007-09-05 Thread Andrew Morton
On Mon, 03 Sep 2007 17:53:00 +0900 Tejun Heo [EMAIL PROTECTED] wrote: Michal Piotrowski wrote: Hi, [Adding linux-ide to CC] On 25/08/07, Bryan Woods [EMAIL PROTECTED] wrote: Hi KML I am installing gentoo 2007.0 (kernel 2.6.19) on a dual AMD Opteron server (total of 4 cores).

Re: Stardom SATA HSM violation

2007-09-05 Thread Andrew Morton
On Wed, 05 Sep 2007 13:23:35 -0400 Mark Lord [EMAIL PROTECTED] wrote: Andrew Morton wrote: please try 2.6.22.5. Even if it doesn't fix the problem, it would report error conditions better. Presumably in the week and a half between Bryan's report and your request, Bryan has gone off

Re: SATA problems

2007-09-10 Thread Andrew Morton
On Thu, 30 Aug 2007 09:24:18 + Nigel Kukard [EMAIL PROTECTED] wrote: Hrmmm, Jun 14 07:55:52 nigel-m2v kernel: ATA: abnormal status 0x7F on port 0x0001c807 Jun 14 07:55:52 nigel-m2v kernel: ATA: abnormal status 0x7F on port 0x0001c807 Unrelated to

Re: 2.6.23-rc4-mm1

2007-09-10 Thread Andrew Morton
On Mon, 10 Sep 2007 20:59:49 +0200 Torsten Kaiser [EMAIL PROTECTED] wrote: On 9/10/07, Andrew Morton [EMAIL PROTECTED] wrote: On Mon, 10 Sep 2007 18:49:26 +0100 Andy Whitcroft [EMAIL PROTECTED] wrote: I have a couple of old NUMA-Q systems which are unable to read their boot disks

Re: libata not working for sis5533

2007-09-11 Thread Andrew Morton
On Sun, 09 Sep 2007 13:35:26 +0200 Patrizio Bassi [EMAIL PROTECTED] wrote: Patrizio Bassi ha scritto: Jan Engelhardt ha scritto: On Sep 8 2007 11:38, Patrizio Bassi wrote: Jan Engelhardt wrote: I shall give this a spin too, since I happen to have sis5513. Just booted this

Re: 2.6.23-rc4-mm1

2007-09-14 Thread Andrew Morton
On Fri, 14 Sep 2007 15:01:03 +0200 Torsten Kaiser [EMAIL PROTECTED] wrote: On 9/14/07, Andy Whitcroft [EMAIL PROTECTED] wrote: On Tue, Sep 11, 2007 at 04:31:12AM +0900, FUJITA Tomonori wrote: [...] Even if we revert the qla1280 patch, scsi-ml still sends chaining sg list. So it

Re: [PATCH] ahci: enable GHC.AE bit before set GHC.HR

2007-09-21 Thread Andrew Morton
On Fri, 21 Sep 2007 13:28:01 +0800 Peer Chen [EMAIL PROTECTED] wrote: According to the description of section 5.2.2.1 and 10.1.2 of AHCI specification rev1_1/rev1_2, GHC.HR shall only be set to __1__ by software when GHC.AE is set to __1__. This text contained non-ascii garbage which came

Re: [PATCH] libata drain fifo on stuck DRQ HSM violation

2007-09-28 Thread Andrew Morton
On Fri, 28 Sep 2007 02:48:28 -0700 Tejun Heo [EMAIL PROTECTED] wrote: Mark Lord wrote: Drain up to 512 words from host/bridge FIFO on stuck DRQ HSM violation, rather than just getting stuck there forever. Signed-Off-By: Mark Lord [EMAIL PROTECTED] Acked-by: Tejun Heo [EMAIL

Re: Polling (was Re: [PATCHSET 2/2] implement PMP support, take 6)

2007-09-28 Thread Andrew Morton
On Fri, 28 Sep 2007 23:29:44 -0400 Jeff Garzik [EMAIL PROTECTED] wrote: (my last response only addressed -mm) Mark Lord wrote: I believe the point was that getting things into libata is glacial IMHO would say that there are two causes of that: 1) I am sometimes slow in merging, part of

Re: pata_acpi resend?

2007-10-02 Thread Andrew Morton
On Tue, 02 Oct 2007 12:40:10 -0400 Jeff Garzik [EMAIL PROTECTED] wrote: As mentioned at the kernel summit... requesting that somebody send me a single patch that adds pata_acpi to the kernel (with all pata_acpi fixes and updates rolled into that patch). Later today... - To unsubscribe

Re: 2.6.23-mm1

2007-10-12 Thread Andrew Morton
On Fri, 12 Oct 2007 10:31:42 +0200 Torsten Kaiser [EMAIL PROTECTED] wrote: On 10/12/07, Andrew Morton [EMAIL PROTECTED] wrote: On Fri, 12 Oct 2007 14:03:28 +0900 KAMEZAWA Hiroyuki [EMAIL PROTECTED] wrote: On Thu, 11 Oct 2007 21:31:26 -0700 Andrew Morton [EMAIL PROTECTED] wrote

Re: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen

2007-10-12 Thread Andrew Morton
On Wed, 10 Oct 2007 10:28:45 +0200 (CEST) [EMAIL PROTECTED] wrote: I get this on brand new hardware, 2xHitachi Deathstar 320gb SATA2 (sata_via driver) I get this a lot, the disk makes some sound after heavy IO and then the system hangs for a few seconds, then this comes up: ata1.00:

Re: Hitachi disk: spurious completions during NCQ

2007-10-12 Thread Andrew Morton
On Wed, 10 Oct 2007 21:03:43 +0200 Luca Tettamanti [EMAIL PROTECTED] wrote: Hello, sometimes kernel complains about spurious completions on my new notebook: ata3.00: exception Emask 0x2 SAct 0x407fd SErr 0x0 action 0x2 frozen ata3.00: spurious completions during NCQ issue=0x0 SAct=0x407fd

Re: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen

2007-10-12 Thread Andrew Morton
On Wed, 10 Oct 2007 15:17:19 -0400 Greg Cormier [EMAIL PROTECTED] wrote: I'd like to hop in on this, and add my similar problem. This is my first post so please excuse me if I'm doing something wrong. Please cc linux-ide@vger.kernel.org on ide, sata and pata reports. A hard freeze is fairly

Re: 2.6.23-mm1

2007-10-13 Thread Andrew Morton
On Sat, 13 Oct 2007 20:05:19 +0200 Torsten Kaiser [EMAIL PROTECTED] wrote: The only thing I noted during load testing (updating Gentoo == compiling and installing) was, that there seems to be memory leak. After ~2h 2.5 of my 4Gb where gone. But there where to many things going on to pinpoint

Fw: Spurious completions during NCQ

2007-10-19 Thread Andrew Morton
Begin forwarded message: Date: Sat, 13 Oct 2007 15:12:31 +0200 (CEST) From: Marco Lamberto [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Spurious completions during NCQ Hi, I think that my drives should be NCQ blacklisted too. That's what I'm getting in my /var/log/messages:

Re: [PATCH] ata: sata_nv MCP61 using GENERIC instead of SWNCQ

2007-10-24 Thread Andrew Morton
On Mon, 22 Oct 2007 14:00:56 +0800 Kuan Luo [EMAIL PROTECTED] wrote: The mcp61 has bug with ncq. The patch only changes SWNCQ to GENERIC on MCP61 in nv_pci_tbl structure. Please include a Signed-off-by: in your patches, as per Documentation/SubmittingPatches, thanks. - To unsubscribe

Re: sata_nv: ata2 errors

2007-11-01 Thread Andrew Morton
On Thu, 25 Oct 2007 13:18:50 +0530 Amit Shah [EMAIL PROTECTED] wrote: On 2.6.24-rc1 (AMD Opteron 1216), my sata_nv driver produces this output on bootup: ata2: EH in SWNCQ mode,QC:qc_active 0x1 sactive 0x1 ata2: SWNCQ:qc_active 0x1 defer_bits 0x0 last_issue_tag 0x0 ata2: ATA_REG 0x40

Re: Strange freezes (seems like SATA related)

2007-11-01 Thread Andrew Morton
On Mon, 29 Oct 2007 09:54:27 -0700 Max Krasnyansky [EMAIL PROTECTED] wrote: A couple of HP xw9300 machines (dual Opterons) started freezing up. We're running on 2.6.22.1 on them. Freezes a somewhere weird. VGA console is alive (I can switch vts, etc) but everything else is dead (network,

Re: [PATCH] pata_hpt37x: Fix outstanding bug reports on the HPT374 and 37x cable detect

2007-11-05 Thread Andrew Morton
On Mon, 5 Nov 2007 22:53:38 + Alan Cox [EMAIL PROTECTED] wrote: +static u32 hpt374_read_freq(struct pci_dev *pdev) +{ + u32 freq; + unsigned long io_base = pci_resource_start(pdev, 4); + if (PCI_FUNC(pdev-devfn) 1) { + struct pci_dev *pdev_0 =

Re: question about sata-error on boot.

2007-11-06 Thread Andrew Morton
On Fri, 2 Nov 2007 19:34:20 +0100 Hemmann, Volker Armin [EMAIL PROTECTED] wrote: Hi, (cc linux-ide) for some time (and I can't say for how long, but the board is less than a month old) I get this error on boot: [ 42.116273] ahci :00:0a.0: version 2.2 [ 42.116482] ACPI: PCI

Re: SC1200 failure in 2.6.23 and 2.6.24-rc1-git10

2007-11-06 Thread Andrew Morton
On Thu, 1 Nov 2007 23:30:13 +0200 Denys [EMAIL PROTECTED] wrote: Finally i got full DMESG with 1GB card till end. Seems not readable too. Linux version 2.6.24-rc1-git10-embedded ([EMAIL PROTECTED]) (gcc version 4.1.2 (Gentoo 4.1.2 p1.0.1)) #1 Thu Nov 1 23:12:53 EET 2007 BIOS-provided

Re: 2.6.24-rc1: pata_amd fails to detect 80-pin wire

2007-11-07 Thread Andrew Morton
(cc: linux-ide) (Rafael: please track as a post-2.623 regression) On Wed, 7 Nov 2007 16:14:10 +0100 Thomas Lindroth [EMAIL PROTECTED] wrote: After upgrading to 2.6.24-rc1 I get the message ata6.00: limited to UDMA/33 due to 40-wire cable. The 2.6.23 kernel does not complain and activates

Re: [Bugme-new] [Bug 9320] New: PATA scan: ACPI Exception AE_AML_PACKAGE_LIMIT... is beyond end of object

2007-11-07 Thread Andrew Morton
On Wed, 7 Nov 2007 13:35:00 -0800 (PST) [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=9320 Summary: PATA scan: ACPI Exception AE_AML_PACKAGE_LIMIT... is beyond end of object Product: ACPI Version: 2.5

Re: libata: cdrw/dvdrom disabed after s2ram (2.6.24-rc2)

2007-11-08 Thread Andrew Morton
On Thu, 8 Nov 2007 13:02:56 -0500 Jeff Garzik [EMAIL PROTECTED] wrote: On Thu, Nov 08, 2007 at 09:49:58AM -0800, Andrew Morton wrote: On Thu, 08 Nov 2007 17:43:59 +0100 Roberto Oppedisano [EMAIL PROTECTED] wrote: Andrew Morton wrote, On 11/07/2007 09:13 PM: On Wed, 07 Nov 2007 15

Re: libata: cdrw/dvdrom disabed after s2ram (2.6.24-rc2)

2007-11-08 Thread Andrew Morton
On Thu, 08 Nov 2007 17:43:59 +0100 Roberto Oppedisano [EMAIL PROTECTED] wrote: Andrew Morton wrote, On 11/07/2007 09:13 PM: On Wed, 07 Nov 2007 15:15:07 +0100 Roberto Oppedisano [EMAIL PROTECTED] wrote: Hello. I noticed that after suspending to ram the DVD-ROM/CDRW drive in no more

Re: libata: cdrw/dvdrom disabed after s2ram (2.6.24-rc2)

2007-11-08 Thread Andrew Morton
On Thu, 8 Nov 2007 13:19:05 -0500 Jeff Garzik [EMAIL PROTECTED] wrote: On Thu, Nov 08, 2007 at 10:13:41AM -0800, Andrew Morton wrote: On Thu, 8 Nov 2007 13:02:56 -0500 Jeff Garzik [EMAIL PROTECTED] wrote: On Thu, Nov 08, 2007 at 09:49:58AM -0800, Andrew Morton wrote: On Thu, 08 Nov

Re: libata: cdrw/dvdrom disabed after s2ram (2.6.24-rc2)

2007-11-08 Thread Andrew Morton
On Thu, 08 Nov 2007 14:49:33 -0500 Mark Lord [EMAIL PROTECTED] wrote: Andrew Morton wrote: On Thu, 8 Nov 2007 13:19:05 -0500 Jeff Garzik [EMAIL PROTECTED] wrote: On Thu, Nov 08, 2007 at 10:13:41AM -0800, Andrew Morton wrote: On Thu, 8 Nov 2007 13:02:56 -0500 Jeff Garzik [EMAIL PROTECTED

Re: cd/dvd inaccessible in 2.6.24-rc2

2007-11-10 Thread Andrew Morton
On Sat, 10 Nov 2007 15:27:11 +1100 Will Trives [EMAIL PROTECTED] wrote: Hello, Motherboard: Gigabyte GA-P35-DS4 (rev. 1.1) Chipset: Intel P35 + ICH9R PATA port runs off JMicron controller CD/DVD Device: BENQ DW1640 16X I cannot access my dvd burner under 2.6.24-rc2, I have no

Re: cd/dvd inaccessible in 2.6.24-rc2

2007-11-10 Thread Andrew Morton
On Sat, 10 Nov 2007 23:05:53 + Alan Cox [EMAIL PROTECTED] wrote: ata9.00: qc timeout (cmd 0xa0) ata9.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen ata9.00: cmd a0/00:00:00:02:00/00:00:00:00:00/a0 tag 0 cdb 0x5a data 2 in res

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Andrew Morton
On Mon, 12 Nov 2007 22:42:32 -0800 Natalie Protasevich [EMAIL PROTECTED] wrote: This is the listing of the open bugs that are relatively new, around 2.6.22 and up. They are vaguely classified by specific area. (not a full list, there are more :) The good part is that reporters of the bugs

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Andrew Morton
On Tue, 13 Nov 2007 03:39:46 -0800 (PST) David Miller [EMAIL PROTECTED] wrote: From: Andrew Morton [EMAIL PROTECTED] Date: Tue, 13 Nov 2007 03:15:53 -0800 NETWORKING=== RTNLGRP_ND_USEROPT does not report ifindex (IPv6) http

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Andrew Morton
On Tue, 13 Nov 2007 03:58:24 -0800 (PST) David Miller [EMAIL PROTECTED] wrote: From: Andrew Morton [EMAIL PROTECTED] Date: Tue, 13 Nov 2007 03:49:16 -0800 Do you believe that our response to bug reports is adequate? Do you feel that making us feel and look like shit helps

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Andrew Morton
On Tue, 13 Nov 2007 19:32:19 + Russell King [EMAIL PROTECTED] wrote: There's another issue I want to raise concerning bugzilla. We have the classic case of not enough people reading bugzilla bugs - which is one of the biggest problems with bugzilla. Virtually no one in the ARM community

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Andrew Morton
On Tue, 13 Nov 2007 22:33:58 +0100 Jörn Engel [EMAIL PROTECTED] wrote: On Tue, 13 November 2007 15:18:07 -0500, Mark Lord wrote: I just find it weird that something can be known broken for several -rc* kernels before I happen to install it, discover it's broken on my own machine, and

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Andrew Morton
On Tue, 13 Nov 2007 22:18:01 + Russell King [EMAIL PROTECTED] wrote: On Tue, Nov 13, 2007 at 12:52:22PM -0800, Andrew Morton wrote: On Tue, 13 Nov 2007 19:32:19 + Russell King [EMAIL PROTECTED] wrote: There's another issue I want to raise concerning bugzilla. We have the classic

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Andrew Morton
On Tue, 13 Nov 2007 23:24:14 +0100 Jörn Engel [EMAIL PROTECTED] wrote: On Tue, 13 November 2007 13:56:58 -0800, Andrew Morton wrote: It's relatively common that a regression in subsystem A will manifest as a failure in subsystem B, and the report initially lands on the desk

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Andrew Morton
On Tue, 13 Nov 2007 23:29:54 + Russell King [EMAIL PROTECTED] wrote: On Tue, Nov 13, 2007 at 09:13:19PM +0100, Adrian Bunk wrote: On Tue, Nov 13, 2007 at 07:32:19PM +, Russell King wrote: ... There's another issue I want to raise concerning bugzilla. We have the classic case

Re: [Bugme-new] [Bug 9373] New: PDC20267 exception Emask on I/O

2007-11-13 Thread Andrew Morton
On Tue, 13 Nov 2007 16:11:25 -0800 (PST) [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=9373 Summary: PDC20267 exception Emask on I/O Product: IO/Storage Version: 2.5 KernelVersion: 2.6.24-rc2 Platform: All

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Andrew Morton
On Tue, 13 Nov 2007 17:55:51 -0800 (PST) David Miller [EMAIL PROTECTED] wrote: I've created [EMAIL PROTECTED] Let me just say - I'm astonished at how little spam gets though the vger lists. Considering how many times those email addresses must have been added to spam databases. It must be a

Re: [Bugme-new] [Bug 9410] New: TOSHIBA MK1637GSX do spurious command completion

2007-11-19 Thread Andrew Morton
please send that backlisting patch via email to Jeff Garzik [EMAIL PROTECTED] linux-ide@vger.kernel.org Andrew Morton [EMAIL PROTECTED] ? - To unsubscribe from this list: send the line unsubscribe linux-ide in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: 2.6.24-rc3-mm1: I/O error, system hangs

2007-11-21 Thread Andrew Morton
On Wed, 21 Nov 2007 22:45:22 +0100 Laurent Riffard [EMAIL PROTECTED] wrote: Le 21.11.2007 05:45, Andrew Morton a écrit : ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24-rc3/2.6.24-rc3-mm1/ Hello, My system hangs shortly after I logged in Gnome desktop. SysRq-W shows

Re: 2.6.24-rc2 displays incorrect DVD description

2007-11-23 Thread Andrew Morton
(cc linux-ide) On Tue, 13 Nov 2007 15:48:21 -0500 (EST) [EMAIL PROTECTED] wrote: For example, 2.6.23.1: Linux version 2.6.23.1 ([EMAIL PROTECTED]) (gcc version 4.2.2) #1 SMP PREEMPT Fri Oct 26 13:09:09 CDT 2007 kernel: hdd: HP DVD Writer 1040d, ATAPI CD/DVD-ROM drive kernel: hdd: ATAPI

Re: sata NCQ blacklist entry

2007-11-22 Thread Andrew Morton
On Tue, 13 Nov 2007 21:55:15 +0100 Jan-Simon M__ller [EMAIL PROTECTED] wrote: Hi! You removed from cc the guys who are most likely to fix this. Please always do reply-to-all. Just using kernel 2.6.24-rc2 (325d22df7b19e0116aff3391d3a03f73d0634ded). When booting the system hangs, using the

  1   2   >