Re: [PATCH v11 02/12] scs: add accounting
From: Sami Tolvanen
Date: Mon Apr 20 2020 - 17:21:27 EST
On Mon, Apr 20, 2020 at 06:17:55PM +0100, Will Deacon wrote:
> > +#ifdef CONFIG_SHADOW_CALL_STACK
> > + nid, sum_zone_node_page_state(nid, NR_KERNEL_SCS_BYTES) / 1024,
> > +#endif
>
> Why not just use KB everywhere instead of repeated division by 1024?
This was to correctly calculate memory usage with shadow stacks <1024
bytes. I don't think we need that anymore, so I'll change this to _KB in
the next version.
Sami