From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751047AbbIGKdr (ORCPT ); Mon, 7 Sep 2015 06:33:47 -0400 Received: from ozlabs.org ([103.22.144.67]:33636 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750816AbbIGKdo (ORCPT ); Mon, 7 Sep 2015 06:33:44 -0400 Message-ID: <1441622021.7399.1.camel@ellerman.id.au> Subject: Re: [PATCH 1/7] selftests: rename jump label to static_keys From: Michael Ellerman To: Shuah Khan Cc: Bamvor Jian Zhang , linux-kernel@vger.kernel.org, broonie@linaro.org, khilman@linaro.org, tyler.baker@linaro.org Date: Mon, 07 Sep 2015 20:33:41 +1000 In-Reply-To: <55DF8C7F.9050206@osg.samsung.com> References: <1439559818-21666-1-git-send-email-bamvor.zhangjian@linaro.org> <1439559818-21666-2-git-send-email-bamvor.zhangjian@linaro.org> <55DF8C7F.9050206@osg.samsung.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > > --- > > 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