Re: [PATCH 6/8] cxl: Support for finding memory operation attributes from the current boot

From: Alison Schofield
Date: Fri Mar 07 2025 - 21:09:37 EST


On Thu, Feb 27, 2025 at 10:38:13PM +0000, shiju.jose@xxxxxxxxxx wrote:
> From: Shiju Jose <shiju.jose@xxxxxxxxxx>
>
snip

> diff --git a/drivers/cxl/core/ras.c b/drivers/cxl/core/ras.c
> new file mode 100644
> index 000000000000..65994eec1037
> --- /dev/null
> +++ b/drivers/cxl/core/ras.c
> @@ -0,0 +1,151 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> +/*
> + * CXL RAS driver.
> + *
> + * Copyright (c) 2025 HiSilicon Limited.
> + *
> + */

Please use the same 2-line header format as other .c files in this
directory.

Why is this GPL-2.0-or-later when all others are GPL-2.0-only?