Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161053AbWBAN7T (ORCPT ); Wed, 1 Feb 2006 08:59:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161054AbWBAN7S (ORCPT ); Wed, 1 Feb 2006 08:59:18 -0500 Received: from [212.76.87.146] ([212.76.87.146]:47876 "EHLO raad.intranet") by vger.kernel.org with ESMTP id S1161053AbWBAN7S (ORCPT ); Wed, 1 Feb 2006 08:59:18 -0500 From: Al Boldi To: Andrew Morton Subject: Re: 2.6.16-rc1-mm4 Date: Wed, 1 Feb 2006 16:58:04 +0300 User-Agent: KMail/1.5 Cc: linux-kernel@vger.kernel.org References: <20060129144533.128af741.akpm@osdl.org> <200601311856.13221.a1426z@gawab.com> <20060131140107.551e6a3e.akpm@osdl.org> In-Reply-To: <20060131140107.551e6a3e.akpm@osdl.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200602011658.04906.a1426z@gawab.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4122 Lines: 125 Andrew Morton wrote: > Al Boldi wrote: > > Andrew Morton wrote: > > > Al Boldi wrote: > > > > Andrew Morton wrote: > > > > > - Various other random bits and pieces. Things have been pretty > > > > > quiet lately - most activity seems to be concentrated about > > > > > putting bugs into the various subsystem trees. > > > > > > > > Does it fix the DRM_i810 hang during a suspend-to-ram/disk cycle? > > > > > > I don't know - I don't watch every patch which goes into 49 different > > > trees. Did you try it? > > > > It still hangs w/ drm. > > > > w/o drm STD works like a charm. > > OK. > > > w/o drm STR works lest this t/o and a noisy display in X. > > What do "lest" and "t/o" mean? Please use less abbreviations. Sorry! lest=except ; t/o=timeout > > > Stopping tasks: ========================| > > Suspending device 0.1 > > Suspending device 0.0 > > Suspending device ide0 > > Suspending device floppy.0 > > Suspending device serio1 > > Suspending device serio0 > > Suspending device i8042 > > Suspending device 0000:01:0a.0 > > Suspending device 0000:01:05.0 > > Suspending device 0000:00:1f.2 > > Suspending device 0000:00:1f.1 > > Suspending device 0000:00:1f.0 > > Suspending device 0000:00:1e.0 > > Suspending device 0000:00:01.0 > > Suspending device 0000:00:00.0 > > Suspending device pci0000:00 > > Suspending device platform > > Intel machine check architecture supported. > > Intel machine check reporting enabled on CPU#0. > > Back to C! > > ACPI: PCI Interrupt 0000:00:01.0[A] -> Link [LNKA] -> GSI 11 (level, > > low) -> IRQ 11 > > PCI: Setting latency timer of device 0000:00:1e.0 to 64 > > eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 > > hda: drive not ready on wakeup > > hda: status timeout: status=0xd0 { Busy } > > ide: failed opcode was: unknown > > hda: DMA disabled > > hdb: DMA disabled > > hda: drive not ready for command > > ide0: reset: success > > BUG: warning at drivers/ide/ide-iops.c:1235/ide_wait_not_busy() > > ide_wait_not_busy+0xa2/0xb0 > > start_request+0x1a7/0x230 > > ide_do_request+0x23a/0x3c0 > > set_multmode_intr+0x1a/0x70 > > ide_intr+0xeb/0x130 set_multmode_intr+0x0/0x70 > > handle_IRQ_event+0x30/0x70 __do_IRQ+0x55/0xc0 > > do_IRQ+0x42/0x70 > > ======================= > > common_interrupt+0x1a/0x20 > > acpi_processor_idle+0x2b6/0x332 > > default_idle+0x0/0x70 cpu_idle+0x58/0x70 > > start_kernel+0x14d/0x170 > > unknown_bootoption+0x0/0x1e0 > > hdb: set_drive_speed_status: status=0x40 { DriveReady } > > ide: failed opcode was: unknown > > Restarting tasks... done > > The above is an IDE problem. Are you saying that the above only occurs > when DRM is enabled? It's dependent on STR only. STD works fine. DRM seems irrelevant to this problem. > > Please take more time and use more words when describing this problem, > thanks. Please bare with me, as I am not really verse in English. > > > Also, a 100HZ recompile in mainline causes a 400% delay doing a simple > > lilo, which seems fixed in mm. Is there a reason you can't move that to > > mainline? > > Again, I don't understand what that means. Are you saying that a kernel > compiled with HZ=100 takes 4 times as long to run lilo? Yes, in mainline a kernel compiled with HZ=100 takes 4 times as long to run lilo as it would take for a kernel compiled with HZ=1000. This problem does not exist in mm. Also, hdparm -tT /dev/hda cat /dev/hda > /dev/null dd < /dev/hda > /dev/null get ~30% improved throughput when setting echo 192 > /sys/block/hda/queue/max_sectors_kb echo 192 > /sys/block/hda/queue/read_ahead_kb whereas anything outside 132-255 affects throughput negatively. Is this a bug? Thanks! -- Al - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/