Re: [PATCH v2] x86/PoD: move increment of entry count

2024-03-12 Thread Jan Beulich
On 11.03.2024 17:04, George Dunlap wrote: > On Tue, Jan 4, 2022 at 10:58 AM Jan Beulich wrote: > >> When not holding the PoD lock across the entire region covering P2M >> update and stats update, the entry count should indicate too large a >> value in preference to a too small one, to avoid funct

Re: [PATCH v2] x86/PoD: move increment of entry count

2024-03-11 Thread George Dunlap
On Tue, Jan 4, 2022 at 10:58 AM Jan Beulich wrote: > When not holding the PoD lock across the entire region covering P2M > update and stats update, the entry count should indicate too large a > value in preference to a too small one, to avoid functions bailing early > when they find the count is

Ping²: [PATCH v2] x86/PoD: move increment of entry count

2022-02-24 Thread Jan Beulich
On 27.01.2022 16:04, Jan Beulich wrote: > On 04.01.2022 11:57, Jan Beulich wrote: >> When not holding the PoD lock across the entire region covering P2M >> update and stats update, the entry count should indicate too large a >> value in preference to a too small one, to avoid functions bailing earl

Ping: [PATCH v2] x86/PoD: move increment of entry count

2022-01-27 Thread Jan Beulich
On 04.01.2022 11:57, Jan Beulich wrote: > When not holding the PoD lock across the entire region covering P2M > update and stats update, the entry count should indicate too large a > value in preference to a too small one, to avoid functions bailing early > when they find the count is zero. Hence i

[PATCH v2] x86/PoD: move increment of entry count

2022-01-04 Thread Jan Beulich
When not holding the PoD lock across the entire region covering P2M update and stats update, the entry count should indicate too large a value in preference to a too small one, to avoid functions bailing early when they find the count is zero. Hence increments should happen ahead of P2M updates, wh