diff mbox

[1/7] selftests: rename jump label to static_keys

Message ID 1439559818-21666-2-git-send-email-bamvor.zhangjian@linaro.org
State New
Headers show

Commit Message

Bamvor Zhang Jian Aug. 14, 2015, 1:43 p.m. UTC
commit "2bf9e0a locking/static_keys: Provide a selftest" rename
jump_label directory to static_keys.

Signed-off-by: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
---
 tools/testing/selftests/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Ellerman Sept. 7, 2015, 10:33 a.m. UTC | #1
On Thu, 2015-08-27 at 16:17 -0600, Shuah Khan wrote:
> On 08/14/2015 07:43 AM, Bamvor Jian Zhang wrote:
> > commit "2bf9e0a locking/static_keys: Provide a selftest" rename
> > jump_label directory to static_keys.
> > 
> > Signed-off-by: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
> > ---
> >  tools/testing/selftests/Makefile | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> 
> I will get this into 4.3-rc2, once the jump_label patch gets
> into 4.3-rc1
> 
> thanks for the fix.

Hi Shuah,

Currently the selftests don't build in Linus' tree due to this breakage.

Can you please pull this fix and send it to Linus?

thanks


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Shuah Khan Sept. 8, 2015, 1:03 p.m. UTC | #2
On 09/07/2015 04:33 AM, Michael Ellerman wrote:
> On Thu, 2015-08-27 at 16:17 -0600, Shuah Khan wrote:
>> On 08/14/2015 07:43 AM, Bamvor Jian Zhang wrote:
>>> commit "2bf9e0a locking/static_keys: Provide a selftest" rename
>>> jump_label directory to static_keys.
>>>
>>> Signed-off-by: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
>>> ---
>>>  tools/testing/selftests/Makefile | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>
>> I will get this into 4.3-rc2, once the jump_label patch gets
>> into 4.3-rc1
>>
>> thanks for the fix.
> 
> Hi Shuah,
> 
> Currently the selftests don't build in Linus' tree due to this breakage.
> 
> Can you please pull this fix and send it to Linus?
> 

Thanks for letting me know. I will include this in my pull-request.

-- Shuah
diff mbox

Patch

diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index 2cb20b7..5f1d643 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -16,12 +16,12 @@  TARGETS += powerpc
 TARGETS += ptrace
 TARGETS += seccomp
 TARGETS += size
+TARGETS += static_keys
 TARGETS += sysctl
 ifneq (1, $(quicktest))
 TARGETS += timers
 endif
 TARGETS += user
-TARGETS += jumplabel
 TARGETS += vm
 TARGETS += x86
 #Please keep the TARGETS list alphabetically sorted