Hi Jan,
On 12/04/17 13:44, Jan Beulich wrote:
On 12.04.17 at 07:35, wrote:
Fix two flaws in the patch (93358e8e VT-d: introduce update_irte to update
irte safely):
1. Expand a comment in update_irte() to make it clear that VT-d hardware
doesn't update IRTE and software can't update IRTE behind
> From: Gao, Chao
> Sent: Wednesday, April 12, 2017 1:35 PM
>
> Fix two flaws in the patch (93358e8e VT-d: introduce update_irte to update
> irte safely):
> 1. Expand a comment in update_irte() to make it clear that VT-d hardware
> doesn't update IRTE and software can't update IRTE behind us since
>>> On 12.04.17 at 07:35, wrote:
> Fix two flaws in the patch (93358e8e VT-d: introduce update_irte to update
> irte safely):
> 1. Expand a comment in update_irte() to make it clear that VT-d hardware
> doesn't update IRTE and software can't update IRTE behind us since we hold
> iremap_lock.
> 2.
Fix two flaws in the patch (93358e8e VT-d: introduce update_irte to update
irte safely):
1. Expand a comment in update_irte() to make it clear that VT-d hardware
doesn't update IRTE and software can't update IRTE behind us since we hold
iremap_lock.
2. remove an useless if() statement
Signed-off-b