Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758926Ab0FVD5w (ORCPT ); Mon, 21 Jun 2010 23:57:52 -0400 Received: from terminus.zytor.com ([198.137.202.10]:33861 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750827Ab0FVD5u (ORCPT ); Mon, 21 Jun 2010 23:57:50 -0400 Message-ID: <4C203439.6050601@zytor.com> Date: Mon, 21 Jun 2010 20:55:37 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-3.fc13 Thunderbird/3.0.4 MIME-Version: 1.0 To: Roland McGrath CC: Edward Allcutt , Alexander Viro , Randy Dunlap , Andrew Morton , Jiri Kosina , Dave Young , Martin Schwidefsky , Oleg Nesterov , KOSAKI Motohiro , Neil Horman , Ingo Molnar , Peter Zijlstra , "Eric W. Biederman" , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH] fs: limit maximum concurrent coredumps References: <1277164737-30055-1-git-send-email-edward@allcutt.me.uk> <20100622012303.BD72E402AD@magilla.sf.frob.com> In-Reply-To: <20100622012303.BD72E402AD@magilla.sf.frob.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 953 Lines: 22 On 06/21/2010 06:23 PM, Roland McGrath wrote: > A core dump is just an instance of a process suddenly reading lots of its > address space and doing lots of filesystem writes, producing the kinds of > thrashing that any such instance might entail. It is, although with one possibly important difference: the process has had an involuntary state transition, which may mean that its priority settings that it had as a "live" process are no longer applicable. It would certainly seem appropriate to give the administrator the option of altering the priority parameters of coredumping processes. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/