From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753129AbbIJJLX (ORCPT ); Thu, 10 Sep 2015 05:11:23 -0400 Received: from ozlabs.org ([103.22.144.67]:44337 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751434AbbIJJLS (ORCPT ); Thu, 10 Sep 2015 05:11:18 -0400 Message-ID: <1441876276.4458.0.camel@ellerman.id.au> Subject: Re: [PATCH] selftests/seccomp: add support for s390 From: Michael Ellerman To: Kees Cook Cc: Shuah Khan , Andrew Morton , Jan Willeke , heicars2@linux.vnet.ibm.com, Andy Lutomirski , Will Drewry , LKML Date: Thu, 10 Sep 2015 19:11:16 +1000 In-Reply-To: References: <20150821182235.GA8292@www.outflux.net> <55F06210.7050103@osg.samsung.com> <55F064B3.90802@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 Wed, 2015-09-09 at 10:23 -0700, Kees Cook wrote: > On Wed, Sep 9, 2015 at 9:56 AM, Shuah Khan wrote: > > On 09/09/2015 10:45 AM, Shuah Khan wrote: > >> On 09/09/2015 10:40 AM, Kees Cook wrote: > >>> On Fri, Aug 21, 2015 at 11:22 AM, Kees Cook wrote: > >>>> This adds support for s390 to the seccomp selftests. Some improvements > >>>> were made to enhance the accuracy of failure reporting, and additional > >>>> tests were added to validate assumptions about the currently traced > >>>> syscall. Also adds early asserts for running on older kernels to avoid > >>>> noise when the seccomp syscall is not implemented. > >> > >> Sorry looks like it got lost in my LinuxCon backlog. I will queue it > >> up for 4.3-rc1. > > > > Hmm. It doesn't apply to linux-kselftest next. Based on your comment > > > > "This applies on top of -next, following the addition of the powerpc > > tests." > > Well, it was -next when I sent it. :) The powerpc changes are now in > Linus's tree, so there should be no problem. Is your linux-kselftest > merged with 4.3-rc yet? Right, it applies cleanly to Linus' tree as of ~now (b8889c4fc6ba). So it should be fine to go via the selftest tree as a fix for rc1. cheers