From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755120AbaHEPpe (ORCPT ); Tue, 5 Aug 2014 11:45:34 -0400 Received: from mail-yk0-f175.google.com ([209.85.160.175]:52251 "EHLO mail-yk0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751885AbaHEPpc (ORCPT ); Tue, 5 Aug 2014 11:45:32 -0400 MIME-Version: 1.0 In-Reply-To: <20140805152540.GC19379@twins.programming.kicks-ass.net> References: <1406659999-13974-1-git-send-email-Waiman.Long@hp.com> <1406659999-13974-3-git-send-email-Waiman.Long@hp.com> <20140805132837.GA19379@twins.programming.kicks-ass.net> <20140805144108.GK9918@twins.programming.kicks-ass.net> <53E0EDD2.50600@canonical.com> <20140805145437.GL9918@twins.programming.kicks-ass.net> <20140805152540.GC19379@twins.programming.kicks-ass.net> Date: Tue, 5 Aug 2014 09:45:32 -0600 Message-ID: Subject: Re: [PATCH 2/2 v6] locking/selftest: Support queued rwlock From: Shuah Khan To: Peter Zijlstra Cc: Maarten Lankhorst , Greg KH , Waiman Long , Ingo Molnar , Rik van Riel , LKML , Scott J Norton , Fengguang Wu Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 5, 2014 at 9:25 AM, Peter Zijlstra wrote: > On Tue, Aug 05, 2014 at 09:05:53AM -0600, Shuah Khan wrote: >> Maybe if tools doesn't sounds right, we could move testing from under tools >> and have it be testing > > No, tools/testing/ is all userspace stuff afaict. > >> We have several selftests spread around in the kernel tree. It makes it easier >> to pull them under a single make target devtest. I sent in a patch add devtest >> target that runs tests that are under tools/testing/selftests a couple of >> weeks ago, hopefully it will be included in 3.17. I am working towards pulling >> more kernel selftests that exist under this devtest umbrella. That is >> the motivation > > A link to the patch might've been useful.. but no that's pointless, > there is no userspace component to locking-selftest, so your build/run > target is bloody pointless. Makes sense. Thanks, -- Shuah