From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755319AbdEDN6j (ORCPT ); Thu, 4 May 2017 09:58:39 -0400 Received: from resqmta-po-09v.sys.comcast.net ([96.114.154.168]:53286 "EHLO resqmta-po-09v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755280AbdEDN6i (ORCPT ); Thu, 4 May 2017 09:58:38 -0400 Reply-To: shuah@kernel.org Subject: Re: [PATCH v3 0/6] Add kselftest_harness.h References: <20170503222612.9187-1-mic@digikod.net> To: =?UTF-8?Q?Micka=c3=abl_Sala=c3=bcn?= , linux-kernel@vger.kernel.org Cc: Andy Lutomirski , Jonathan Corbet , Kees Cook , Will Drewry , linux-doc@vger.kernel.org, linux-kselftest@vger.kernel.org, Shuah Khan From: Shuah Khan Message-ID: Date: Thu, 4 May 2017 07:58:35 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170503222612.9187-1-mic@digikod.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfBvSfXn9jiZCLrMrGHbayra/iT2gtZRJ6i9Zp9uNzIQg87ei9yl8iDxUirrvMyywKwh3kCW6vxS5viNeQXwPU/uID6wkILFPxXoiVQmtoF5DdYNji/Bx tiw3KtUNdPLAKNCqBaJYjIFLrgCwUJrSa4Zk6kaSpzLz3N91M1hPD5vfoHRy+8vl11vVxEHTIgqNX1QzMFVAwrPYyf2vJc4CGOzL/1EjXf+tVXYc5rtI73bG oKl07j6uFoyRjU+DctFEuJTFz7hHlw7dwUHzx/bNP5xF5Qq1UUDQwYxv7hRZlk8pc5fPeDy9Q8+mYRw/dg2+laJFcvhQE+W3U87X1wJ/orIoj72q+TDP2pVB yqz/cw4OVrYZXwLfSEde9j2FGg56gvje+tEC1fqEdvbW/jZRrGWngdrbj4+CzYq3StaLLKAi+vt2siJfBkOavMxGNSu9Hg== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/03/2017 04:26 PM, Mickaël Salaün wrote: > Hi, > > This third patch series make the seccomp/test_harness.h more generally > available [1] and update the kselftest documentation with the Sphinx format. It > also improve the Makefile of seccomp tests to take into account any > kselftest_harness.h update. Thanks for the test harness as well as updating kselftest documentation to rst format. Awesome. I will merge these into linux-kselftest after the 4.12-rc1 comes out. I will have to defer to Jon Corbet for Documentation related changes and patches. Jon! Could you please review and give me an Ack. > > [1] https://lkml.kernel.org/r/CAGXu5j+8CVz8vL51DRYXqOY=xc3zuKFf=PTENe88XYHzFYidUQ@mail.gmail.com > > Regards, > > Mickaël Salaün (6): > selftests: Make test_harness.h more generally available > selftests: Cosmetic renames in kselftest_harness.h > selftests/seccomp: Force rebuild according to dependencies > Documentation/dev-tools: Add kselftest > Documentation/dev-tools: Use reStructuredText markups for kselftest > Documentation/dev-tools: Add kselftest_harness documentation > > Documentation/00-INDEX | 2 - > Documentation/dev-tools/index.rst | 1 + > .../{kselftest.txt => dev-tools/kselftest.rst} | 125 +++++++--- > MAINTAINERS | 1 + > .../test_harness.h => kselftest_harness.h} | 270 +++++++++++++++------ > tools/testing/selftests/seccomp/Makefile | 2 + > tools/testing/selftests/seccomp/seccomp_bpf.c | 2 +- > 7 files changed, 296 insertions(+), 107 deletions(-) > rename Documentation/{kselftest.txt => dev-tools/kselftest.rst} (50%) > rename tools/testing/selftests/{seccomp/test_harness.h => kselftest_harness.h} (80%) > thanks, -- Shuah