Message ID | 1439559818-21666-2-git-send-email-bamvor.zhangjian@linaro.org |
---|---|
State | New |
Headers | show |
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/
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 --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
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(-)