Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751345AbdFBNn4 (ORCPT ); Fri, 2 Jun 2017 09:43:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55918 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751138AbdFBNnz (ORCPT ); Fri, 2 Jun 2017 09:43:55 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com CB2A24ACAB Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com CB2A24ACAB Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20170421044304.GB626@zzz> References: <20170421044304.GB626@zzz> <20170401213428.17097-1-ebiggers3@gmail.com> <20170417062641.GN31394@yexl-desktop> <20170417172955.GA31469@gmail.com> <20170420125750.GD10246@rei.lan> To: Eric Biggers Cc: dhowells@redhat.com, Cyril Hrubis , kernel test robot , Eric Biggers , linux-kernel@vger.kernel.org, stable@vger.kernel.org, linux-security-module@vger.kernel.org, keyrings@vger.kernel.org, lkp@01.org, ltp@lists.linux.it Subject: Re: [LTP] [lkp-robot] [KEYS] bdf7c0f8bf: ltp.add_key02.fail MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <7357.1496411032.1@warthog.procyon.org.uk> Date: Fri, 02 Jun 2017 14:43:52 +0100 Message-ID: <7358.1496411032@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Fri, 02 Jun 2017 13:43:55 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 262 Lines: 8 Eric Biggers wrote: > I'll plan to send a patch. Also, it looks like the testing that LTP does of > add_key() is very sparse, so I'll try to extend it a bit. There's more testing in the testsuite that's with the keyutils package. David