From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752033Ab1LRS3r (ORCPT ); Sun, 18 Dec 2011 13:29:47 -0500 Received: from mail-qy0-f174.google.com ([209.85.216.174]:61242 "EHLO mail-qy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751897Ab1LRS3p (ORCPT ); Sun, 18 Dec 2011 13:29:45 -0500 Message-ID: <4EEE3115.80801@gmail.com> Date: Sun, 18 Dec 2011 13:29:41 -0500 From: KOSAKI Motohiro User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: linux-kernel@vger.kernel.org CC: akpm@linux-foundation.org, KOSAKI Motohiro , Amerigo Wang , "Serge E. Hallyn" , Jiri Slaby , "Doug Ledford (commit_signer:5/9=56%)" , "\"Eric W. Biederman\" (commit_signer:2/9=22%)" , "Joe Korty (commit_signer:2/9=22%)" , "David Howells (commit_signer:2/9=22%)" Subject: Re: [resend][PATCH 1/3] mqueue: revert bump up DFLT_*MAX References: <1323470163-8723-1-git-send-email-kosaki.motohiro@gmail.com> In-Reply-To: <1323470163-8723-1-git-send-email-kosaki.motohiro@gmail.com> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org (12/9/11 5:35 PM), kosaki.motohiro@gmail.com wrote: > From: KOSAKI Motohiro > > Mqueue limitation is slightly naieve parameter likes other ipcs > because unprivileged user can consume kernel memory by using ipcs. > > Thus, too aggressive raise bring us security issue. Example, > current setting allow evil unprivileged user use 256GB (= 256 > * 1024 * 1024*1024) and it's enough large to system will belome > unresponsive. Don't do that. > > Instead, every admin should adjust the knobs for their own systems. > > Signed-off-by: KOSAKI Motohiro > Acked-by: Doug Ledford > Acked-by: Joe Korty > Cc: Amerigo Wang > Cc: Serge E. Hallyn > Cc: Jiri Slaby Andrew, can you please pick up this series into your tree? because your tree have related Doug mqueue. Thanks.