Re: [PATCH 1/4] selftests, x86, protection_keys: fix unused variable compile warnings

2017-02-02 Thread Ingo Molnar
* Shuah Khan wrote: > On 02/02/2017 04:45 PM, Dave Hansen wrote: > > On 02/02/2017 03:36 PM, Shuah Khan wrote: > >> This patches is already in linux-kselftest next for 4.11 > >> > >> Is there a reason why you chose to resend these. > > > > Oh, my apologies! I didn't realize it had been picked

Re: [PATCH 1/4] selftests, x86, protection_keys: fix unused variable compile warnings

2017-02-02 Thread Shuah Khan
On 02/02/2017 04:45 PM, Dave Hansen wrote: > On 02/02/2017 03:36 PM, Shuah Khan wrote: >> This patches is already in linux-kselftest next for 4.11 >> >> Is there a reason why you chose to resend these. > > Oh, my apologies! I didn't realize it had been picked up elsewhere. > Ingo had mentioned a

Re: [PATCH 1/4] selftests, x86, protection_keys: fix unused variable compile warnings

2017-02-02 Thread Dave Hansen
On 02/02/2017 03:36 PM, Shuah Khan wrote: > This patches is already in linux-kselftest next for 4.11 > > Is there a reason why you chose to resend these. Oh, my apologies! I didn't realize it had been picked up elsewhere. Ingo had mentioned a few times in the last few days that he'd noticed the

Re: [PATCH 1/4] selftests, x86, protection_keys: fix unused variable compile warnings

2017-02-02 Thread Shuah Khan
On 02/02/2017 04:28 PM, Dave Hansen wrote: > From: Shuah Khan > > Fix unused variable compile warnings in protection_keys.c > > Signed-off-by: Shuah Khan > Signed-off-by: Dave Hansen Hi Dave, This patches is already in linux-kselftest next for 4.11 Is there a reason why you chose to resend

[PATCH 1/4] selftests, x86, protection_keys: fix unused variable compile warnings

2017-02-02 Thread Dave Hansen
From: Shuah Khan Fix unused variable compile warnings in protection_keys.c Signed-off-by: Shuah Khan Signed-off-by: Dave Hansen --- b/tools/testing/selftests/x86/protection_keys.c |5 - 1 file changed, 5 deletions(-) diff -puN tools/testing/selftests/x86/protection_keys.c~selftest