From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752587Ab3LMLLJ (ORCPT ); Fri, 13 Dec 2013 06:11:09 -0500 Received: from lxorguk.ukuu.org.uk ([81.2.110.251]:39962 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752269Ab3LMLLG (ORCPT ); Fri, 13 Dec 2013 06:11:06 -0500 Date: Fri, 13 Dec 2013 11:10:27 +0000 From: One Thousand Gnomes To: Kees Cook Cc: Ryan Mallon , "Theodore Ts'o" , vegard.nossum@oracle.com, LKML , Tommi Rantala , Ingo Molnar , "Eric W. Biederman" , Andy Lutomirski , Daniel Vetter , Alan Cox , Greg Kroah-Hartman , Jason Wang , "David S. Miller" , Dan Carpenter , James Morris Subject: Re: [PATCH 1/9] Known exploit detection Message-ID: <20131213111027.75bcc430@alan.etchedpixels.co.uk> In-Reply-To: References: <1386867152-24072-1-git-send-email-vegard.nossum@oracle.com> <20131212190659.GG13547@thunk.org> <52AA4BC8.1080207@gmail.com> Organization: Intel Corporation X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.20; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Totally true, but there's a million way to DoS a local machine. At > least this way shows who's doing it. It's the DoSes that don't include > attribution that I worry about. :) So long as they compile out to nothingness for all the systems where this stuff is useless (ie most of them because they are embedded or phones etc) I don't see a big problem. Note however if you trip one of those in any code with the console lock held and your log goes to the consoles due to printk level or similar you'll probably hang the box. There are some other lock sequences that are going to do that too, so it can't be placed arbitarily but will need the locking assumptions for each non-obvious one documented clearly. Alan