Re: [PATCH v5 0/3] vfio/type1: Synchronous locked page accounting

2017-04-18 Thread Kirti Wankhede
On 4/18/2017 9:53 AM, Peter Xu wrote: > On Mon, Apr 17, 2017 at 04:37:38PM -0600, Alex Williamson wrote: >> v5: >> - patch 1/ Use bool* to cleanup vfio_lock_acct() callers; sorry >> we cannot re-test CAP_IPC_LOCK for all callers >> - patch 2/ Re-add pr_warn, add Kirti's R-b >>

Re: [PATCH v5 0/3] vfio/type1: Synchronous locked page accounting

2017-04-18 Thread Kirti Wankhede
On 4/18/2017 9:53 AM, Peter Xu wrote: > On Mon, Apr 17, 2017 at 04:37:38PM -0600, Alex Williamson wrote: >> v5: >> - patch 1/ Use bool* to cleanup vfio_lock_acct() callers; sorry >> we cannot re-test CAP_IPC_LOCK for all callers >> - patch 2/ Re-add pr_warn, add Kirti's R-b >>

Re: [PATCH v5 0/3] vfio/type1: Synchronous locked page accounting

2017-04-17 Thread Peter Xu
On Mon, Apr 17, 2017 at 04:37:38PM -0600, Alex Williamson wrote: > v5: > - patch 1/ Use bool* to cleanup vfio_lock_acct() callers; sorry > we cannot re-test CAP_IPC_LOCK for all callers > - patch 2/ Re-add pr_warn, add Kirti's R-b > - patch 3/ NEW, analyzing impact of

Re: [PATCH v5 0/3] vfio/type1: Synchronous locked page accounting

2017-04-17 Thread Peter Xu
On Mon, Apr 17, 2017 at 04:37:38PM -0600, Alex Williamson wrote: > v5: > - patch 1/ Use bool* to cleanup vfio_lock_acct() callers; sorry > we cannot re-test CAP_IPC_LOCK for all callers > - patch 2/ Re-add pr_warn, add Kirti's R-b > - patch 3/ NEW, analyzing impact of

[PATCH v5 0/3] vfio/type1: Synchronous locked page accounting

2017-04-17 Thread Alex Williamson
v5: - patch 1/ Use bool* to cleanup vfio_lock_acct() callers; sorry we cannot re-test CAP_IPC_LOCK for all callers - patch 2/ Re-add pr_warn, add Kirti's R-b - patch 3/ NEW, analyzing impact of vfio_lock_acct() testing CAP_IPC_LOCK for all callers revealed a long

[PATCH v5 0/3] vfio/type1: Synchronous locked page accounting

2017-04-17 Thread Alex Williamson
v5: - patch 1/ Use bool* to cleanup vfio_lock_acct() callers; sorry we cannot re-test CAP_IPC_LOCK for all callers - patch 2/ Re-add pr_warn, add Kirti's R-b - patch 3/ NEW, analyzing impact of vfio_lock_acct() testing CAP_IPC_LOCK for all callers revealed a long