1. 01 4月, 2014 1 次提交
  2. 28 3月, 2014 2 次提交
  3. 26 3月, 2014 1 次提交
    • J
      iommu/vt-d: Check for NULL pointer in dmar_acpi_dev_scope_init() · 11f1a776
      Joerg Roedel 提交于
      When ir_dev_scope_init() is called via a rootfs initcall it
      will check for irq_remapping_enabled before it calls
      (indirectly) into dmar_acpi_dev_scope_init() which uses the
      dmar_tbl pointer without any checks.
      
      The AMD IOMMU driver also sets the irq_remapping_enabled
      flag which causes the dmar_acpi_dev_scope_init() function to
      be called on systems with AMD IOMMU hardware too, causing a
      boot-time kernel crash.
      Signed-off-by: NJoerg Roedel <joro@8bytes.org>
      11f1a776
  4. 24 3月, 2014 30 次提交
  5. 20 3月, 2014 6 次提交