lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 26 Mar 2013 16:03:10 +0100
From:	Joerg Roedel <joro@...tes.org>
To:	"Li, Zhen-Hua" <zhen-hual@...com>
Cc:	lizhenhua@...com, Ingo Molnar <mingo@...nel.org>,
	Donald Dutile <ddutile@...hat.com>,
	Hannes Reinecke <hare@...e.de>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/1] iommu: dmar_fault should only clear PPF/PFO field.

On Mon, Mar 25, 2013 at 04:20:52PM +0800, Li, Zhen-Hua wrote:
> +	writel(DMA_FSTS_PPF, iommu->reg + DMAR_FSTS_REG);
> +	if (fault_status & DMA_FSTS_PFO)
> +		writel(DMA_FSTS_PFO, iommu->reg + DMAR_FSTS_REG);

Changes this to:

	writel(DMA_FSTS_PFO | DMA_FSTS_PPF, iommu->reg + DMAR_FSTS_REG);

and applied the patch to iommu/vt-d, thanks.


	Joerg


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ