From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752668Ab1HVNa2 (ORCPT ); Mon, 22 Aug 2011 09:30:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55412 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752457Ab1HVNa0 (ORCPT ); Mon, 22 Aug 2011 09:30:26 -0400 Date: Mon, 22 Aug 2011 15:27:18 +0200 From: Oleg Nesterov To: Jovi Zhang Cc: Neil Horman , dhowells@redhat.com, roland@redhat.com, viro@zeniv.linux.org.uk, akpm@linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] coredump: fix pipe coredump when core limit is 0 Message-ID: <20110822132716.GA28333@redhat.com> References: <48dnn9u5x3e4qoh8meht42xk.1313966177259@email.android.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/22, Jovi Zhang wrote: > > I will resend the patch for fix the comments. Yes, please ;) While at it, could you add something like * See umh_pipe_setup() which sets RLIMIT_CORE = 1. at the start of this comment? Unless you know how the code works it is not obvious where this "1" comes from. Oleg.