Re: [PATCH v6 7/8] x86/resctrl: Introduce "-o debug" mount option

From: Reinette Chatre
Date: Fri Aug 04 2023 - 16:43:13 EST


Hi Babu,

On 7/19/2023 4:22 PM, Babu Moger wrote:
> @@ -2591,6 +2599,8 @@ static int rdt_get_tree(struct fs_context *fc)
> out_schemata_free:
> schemata_list_destroy();
> out_ctx:
> + if (ctx->enable_debug)
> + resctrl_debug = false;
> if (ctx->enable_mba_mbps)
> set_mba_sc(false);
> cdp_disable_all();

These changes are a red flag to me. Developers still need to
do what patch #4 was aiming to prevent.

Reinette