Re: [PATCH 1/4] iommu/amd: Fix wrong parentheses on page-specific invalidations

2021-05-31 Thread Nadav Amit
> On May 18, 2021, at 2:23 AM, Joerg Roedel wrote: > > On Sat, May 01, 2021 at 11:59:56PM -0700, Nadav Amit wrote: >> From: Nadav Amit >> >> The logic to determine the mask of page-specific invalidations was >> tested in userspace. As the code was copied into the kernel, the >> parentheses

Re: [PATCH 1/4] iommu/amd: Fix wrong parentheses on page-specific invalidations

2021-05-18 Thread Joerg Roedel
On Sat, May 01, 2021 at 11:59:56PM -0700, Nadav Amit wrote: > From: Nadav Amit > > The logic to determine the mask of page-specific invalidations was > tested in userspace. As the code was copied into the kernel, the > parentheses were mistakenly set in the wrong place, resulting in the > wrong

[PATCH 1/4] iommu/amd: Fix wrong parentheses on page-specific invalidations

2021-05-02 Thread Nadav Amit
From: Nadav Amit The logic to determine the mask of page-specific invalidations was tested in userspace. As the code was copied into the kernel, the parentheses were mistakenly set in the wrong place, resulting in the wrong mask. Fix it. Cc: Joerg Roedel Cc: Will Deacon Cc: Jiajun Cao Cc: