From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753458AbbJSKzV (ORCPT ); Mon, 19 Oct 2015 06:55:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34650 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751737AbbJSKzS (ORCPT ); Mon, 19 Oct 2015 06:55:18 -0400 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: References: <4765.1444936919@warthog.procyon.org.uk> <17443.1445250818@warthog.procyon.org.uk> To: Dmitry Vyukov Cc: dhowells@redhat.com, syzkaller@googlegroups.com, james.l.morris@oracle.com, serge@hallyn.com, keyrings@vger.kernel.org, linux-security-module@vger.kernel.org, LKML , Kostya Serebryany , Alexander Potapenko , Andrey Konovalov , Sasha Levin , Julien Tinnes , Kees Cook Subject: Re: GPF in keyring_destroy MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <18235.1445252109.1@warthog.procyon.org.uk> Date: Mon, 19 Oct 2015 11:55:09 +0100 Message-ID: <18236.1445252109@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dmitry Vyukov wrote: > Do you mean in addition or instead of the previous one? From your > description, it sounds like it alone should prevent the crash. I'm going to submit them both, so if you could test them together. You're right, though, I think this should also prevent the crash. David