1. 26 4月, 2005 1 次提交
    • A
      [IA64] sba_iommu bug fixes · 5f6602a1
      Alex Williamson 提交于
         This fixes a couple of bugs in the zx1/sx1000 sba_iommu.  These are
      all pretty low likelihood of hitting.  The first problem is a simple off
      by one, deep in the sba_alloc_range() error path.  Surrounding that was
      a lock ordering problem that could have potentially deadlocked with the
      order the locks are grabbed in sba_unmap_single().  I moved the resource
      locking into sba_search_bitmap() to prevent this.  Finally, there's a
      potential race between unmapping pdir entries and marking incoming DMA
      pages clean.  If you see any oddities, please let me know, but I've
      tested it pretty thoroughly here.  Tony, please apply.  Thanks,
      
      BTW, many of the options in this driver not on by default are becoming
      more and more broken.  I'll be working on some patches to clean them
      out, but I wanted to get this bug fix out first.
      Signed-off-by: NAlex Williamson <alex.williamson@hp.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      5f6602a1
  2. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4