From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751916Ab3LMBkc (ORCPT ); Thu, 12 Dec 2013 20:40:32 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:60303 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751567Ab3LMBka (ORCPT ); Thu, 12 Dec 2013 20:40:30 -0500 Date: Thu, 12 Dec 2013 17:42:20 -0800 From: Greg Kroah-Hartman To: Dave Jones , Kees Cook , "Theodore Ts'o" , vegard.nossum@oracle.com, LKML , Tommi Rantala , Ingo Molnar , "Eric W. Biederman" , Andy Lutomirski , Daniel Vetter , Alan Cox , Jason Wang , "David S. Miller" , Dan Carpenter , James Morris Subject: Re: [PATCH 1/9] Known exploit detection Message-ID: <20131213014220.GB11068@kroah.com> References: <1386867152-24072-1-git-send-email-vegard.nossum@oracle.com> <20131212190659.GG13547@thunk.org> <20131213002523.GA20706@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131213002523.GA20706@redhat.com> User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 12, 2013 at 07:25:23PM -0500, Dave Jones wrote: > On Thu, Dec 12, 2013 at 01:13:41PM -0800, Kees Cook wrote: > > > - who will keep adding these triggers going forward? > > also.. > > - Who will test the existing triggers are doing the right thing when related code changes. And: - how do you determine an "expoit attempt" from "userspace program doing something stupid" / "corrupted filesytem mounted"? I really don't like this, it means that our normal error handling for userspace data will suddenly all have CVE entries on them over time. How is that helpful to anyone? Think ahead in 10-20 years, what is the code paths going to look like then? Horrible... greg k-h