[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v4] page_alloc: assert IRQs are enabled in heap alloc/free
Hi, On 25/04/2022 14:44, Jan Beulich wrote: On 25.04.2022 15:43, Julien Grall wrote:On 25/04/2022 14:37, Jan Beulich wrote:On 25.04.2022 15:34, Julien Grall wrote:On 25/04/2022 14:28, David Vrabel wrote:--- a/xen/common/page_alloc.c +++ b/xen/common/page_alloc.c @@ -162,6 +162,13 @@ static char __initdata opt_badpage[100] = ""; string_param("badpage", opt_badpage);+/*+ * Heap allocations may need TLB flushes which require IRQs to beThe comment needs to be updated to reflect the fact that at least Arm doesn't use IPI to flush TLBs.I thought the use of "may" was satisfying your earlier request?Maybe I read wrongly this comment... To me, anything after 'which' is optional (it is a non-defining clause) and describe how the TLB flushes works. So the 'may' here is referring to the possibility to use flush TLB.Oh, so you'd like to have a 2nd "may" inserted later in the sentence. Yes. The first 'may' was already there and I suggested to add a second 'may' in v3. But it didn't seem to have been added in both the commit message and here. Cheers, -- Julien Grall
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |