From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751105AbdE3VbF (ORCPT ); Tue, 30 May 2017 17:31:05 -0400 Received: from resqmta-po-01v.sys.comcast.net ([96.114.154.160]:60574 "EHLO resqmta-po-01v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750897AbdE3VbD (ORCPT ); Tue, 30 May 2017 17:31:03 -0400 Reply-To: shuah@kernel.org Subject: Re: [PATCH v5 0/7] Add kselftest_harness.h To: Kees Cook , =?UTF-8?Q?Micka=c3=abl_Sala=c3=bcn?= Cc: LKML , Andy Lutomirski , Jonathan Corbet , Will Drewry , "linux-doc@vger.kernel.org" , linux-kselftest@vger.kernel.org, Shuah Khan References: <20170526184402.30267-1-mic@digikod.net> From: Shuah Khan Message-ID: <23627f23-c0e5-83b9-0f3e-4760a7f7db20@kernel.org> Date: Tue, 30 May 2017 15:31:00 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfNTmYj1Gkxd/24tinCWBZvSz7q6ZfD2EpECqkWAef7y31hpg2Iyovg0YKFI6fcQcQVnCYgf8UJGc7YPOmmGjTTsj5kIvyfypBeMvCU9ZBjoMU81Udti1 qt4Me1lXVJd/myK/+3QsAXcyZrIyoRRsNDbcDX7UYz0TWWjThS/ypbtfBw1pvPhlfwf/GJVniyrjcmmpwqWFVIheYgYz7YVkMCa7kWqE4w/QqQAJvficR1DH MXxTHM8YIKmHJAWFrUy3V+BmDVMM5rf+R+sQVKeO0dkwOvill8kaqPK0MLcc9X2iZwCEZFZYK4FFNGM4psYiPeNkTEh0Vvo+/4JIrA+WgKSt9coZyedkjFaI IPpg+TAHp2ftzJ5VQ4jHKMrgvajnSLi+Bjl/bbS7y/mQQn7VBaNRGrNzG8mN6eUBtwmNiSLLOJz/VbMPjxuWzwV/mLOPtg== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/26/2017 01:09 PM, Kees Cook wrote: > On Fri, May 26, 2017 at 11:43 AM, Mickaël Salaün wrote: >> Hi, >> >> This patch series make the seccomp/test_harness.h more generally available [1] >> and update the kselftest documentation in the Sphinx format. It also improve >> the Makefile of seccomp tests to take into account any kselftest_harness.h >> update. >> >> [1] https://lkml.kernel.org/r/CAGXu5j+8CVz8vL51DRYXqOY=xc3zuKFf=PTENe88XYHzFYidUQ@mail.gmail.com >> >> Regards, >> >> Mickaël Salaün (7): >> 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 >> selftests: Remove the TEST_API() wrapper from kselftest_harness.h >> Documentation/dev-tools: Add kselftest_harness documentation > > I think this series looks great; I've added my two remaining Acks. > Shuah, when you have time, please pull these into the selftest tree. > Thanks! > > -Kees Awesome. I will get this in this week. -- Shuah > >> >> Documentation/00-INDEX | 2 - >> Documentation/dev-tools/index.rst | 1 + >> .../{kselftest.txt => dev-tools/kselftest.rst} | 101 ++- >> MAINTAINERS | 1 + >> .../test_harness.h => kselftest_harness.h} | 691 +++++++++++++-------- >> tools/testing/selftests/seccomp/Makefile | 2 + >> tools/testing/selftests/seccomp/seccomp_bpf.c | 2 +- >> 7 files changed, 520 insertions(+), 280 deletions(-) >> rename Documentation/{kselftest.txt => dev-tools/kselftest.rst} (52%) >> rename tools/testing/selftests/{seccomp/test_harness.h => kselftest_harness.h} (52%) >> >> -- >> 2.11.0 >> > > >