Re: memory corruption/panic solved ("FAILURE - ATAPI_IDENTIFY no interrupt")

From: Brian Fundakowski Feldman <green_at_freebsd.org>
Date: Sat, 31 Jul 2004 02:44:33 -0400
On Fri, Jul 30, 2004 at 03:48:52PM -0700, Nate Lawson wrote:
> I've tracked down the source of the memory corruption in -current that
> results when booting with various CD and DVD drives (especially the ones
> that come with Thinkpads including T23, R32, T41, etc.)  The panic is
> obvious when running with INVARIANTS ("memory modified after free") but
> not so obvious in other configurations.  For instance, without
> INVARIANTS, part of the rt_info structure is corrupted on my wireless
> card, resulting in a panic during ifconfig on boot.  This is likely the
> source of other problems, including phk's ACPI panic (again, only
> triggered when booting with the CD drive in the bay.)
> 
> The root problem is that ata_timeout() fires and calls ata_pio_read()
> which overwrites 512 bytes random memory.  There are actually two bugs 
> here that overwrite memory.  The code path is as follows:

Good job identifying it more exactly.  I decided it should just fundamentally
be using GEOM primitives everywhere to move the solutions to all these
side cases into where they're already handled generically... still think
that's probably the right solution, but I'm glad to see this specific
problem fixed.

-- 
Brian Fundakowski Feldman                           \'[ FreeBSD ]''''''''''\
  <> green_at_FreeBSD.org                               \  The Power to Serve! \
 Opinions expressed are my own.                       \,,,,,,,,,,,,,,,,,,,,,,\
Received on Sat Jul 31 2004 - 04:45:14 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:04 UTC