Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965136AbdIYP2P convert rfc822-to-8bit (ORCPT ); Mon, 25 Sep 2017 11:28:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60642 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751852AbdIYP2N (ORCPT ); Mon, 25 Sep 2017 11:28:13 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 26F3E267CD Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=dhowells@redhat.com 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: <065a1f03-a342-c47c-ea6f-b4cc84f869bb@virtuozzo.com> References: <065a1f03-a342-c47c-ea6f-b4cc84f869bb@virtuozzo.com> To: Vasily Averin Cc: dhowells@redhat.com, keyrings@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, James Morris , "Serge E. Hallyn" , Konstantin Khorenko Subject: Re: [PATCH] KEYS: key refcounting cleanup in keyctl_read_key MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1318.1506353290.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Mon, 25 Sep 2017 16:28:10 +0100 Message-ID: <1319.1506353290@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Mon, 25 Sep 2017 15:28:13 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 221 Lines: 5 I have a patch from Eric Biggers that does the same thing that I've applied. https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/commit/?h=keys-fixes&id=7fc0786d956d9e59b68d282be9b156179846ea3d David