diff mbox series

selftests/resctrl: Add missing SPDX license to Makefile

Message ID 20220216022826.2999382-1-tan.shaopeng@jp.fujitsu.com (mailing list archive)
State New
Headers show
Series selftests/resctrl: Add missing SPDX license to Makefile | expand

Commit Message

Shaopeng Tan Feb. 16, 2022, 2:28 a.m. UTC
Add the missing SPDX(SPDX-License-Identifier) license header to
tools/testing/selftests/resctrl/Makefile.

Signed-off-by: Shaopeng Tan <tan.shaopeng@jp.fujitsu.com>
---
 tools/testing/selftests/resctrl/Makefile | 2 ++
 1 file changed, 2 insertions(+)

Comments

Shuah Khan Feb. 18, 2022, 8:47 p.m. UTC | #1
On 2/15/22 7:28 PM, Shaopeng Tan wrote:
> Add the missing SPDX(SPDX-License-Identifier) license header to
> tools/testing/selftests/resctrl/Makefile.
> 
> Signed-off-by: Shaopeng Tan <tan.shaopeng@jp.fujitsu.com>
> ---
>   tools/testing/selftests/resctrl/Makefile | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/tools/testing/selftests/resctrl/Makefile b/tools/testing/selftests/resctrl/Makefile
> index de26638540ba..d661eb2df19b 100644
> --- a/tools/testing/selftests/resctrl/Makefile
> +++ b/tools/testing/selftests/resctrl/Makefile
> @@ -1,3 +1,5 @@
> +# SPDX-License-Identifier: GPL-2.0
> +
>   CFLAGS += -g -Wall -O2 -D_FORTIFY_SOURCE=2
>   
>   TEST_GEN_PROGS := resctrl_tests
> 

This looks good to me. I will queue this up for Linux 5.18-rc1

thanks,
-- Shuah
Shuah Khan Feb. 18, 2022, 8:55 p.m. UTC | #2
On 2/18/22 1:47 PM, Shuah Khan wrote:
> On 2/15/22 7:28 PM, Shaopeng Tan wrote:
>> Add the missing SPDX(SPDX-License-Identifier) license header to
>> tools/testing/selftests/resctrl/Makefile.
>>
>> Signed-off-by: Shaopeng Tan <tan.shaopeng@jp.fujitsu.com>
>> ---
>>   tools/testing/selftests/resctrl/Makefile | 2 ++
>>   1 file changed, 2 insertions(+)
>>
>> diff --git a/tools/testing/selftests/resctrl/Makefile b/tools/testing/selftests/resctrl/Makefile
>> index de26638540ba..d661eb2df19b 100644
>> --- a/tools/testing/selftests/resctrl/Makefile
>> +++ b/tools/testing/selftests/resctrl/Makefile
>> @@ -1,3 +1,5 @@
>> +# SPDX-License-Identifier: GPL-2.0
>> +
>>   CFLAGS += -g -Wall -O2 -D_FORTIFY_SOURCE=2
>>   TEST_GEN_PROGS := resctrl_tests
>>
> 
> This looks good to me. I will queue this up for Linux 5.18-rc1
> 

Looks like this depends on the 5 patch series. Please include this
one on the same series.

thanks,
-- Shuah
diff mbox series

Patch

diff --git a/tools/testing/selftests/resctrl/Makefile b/tools/testing/selftests/resctrl/Makefile
index de26638540ba..d661eb2df19b 100644
--- a/tools/testing/selftests/resctrl/Makefile
+++ b/tools/testing/selftests/resctrl/Makefile
@@ -1,3 +1,5 @@ 
+# SPDX-License-Identifier: GPL-2.0
+
 CFLAGS += -g -Wall -O2 -D_FORTIFY_SOURCE=2
 
 TEST_GEN_PROGS := resctrl_tests