Re: [PATCH v8 1/5] ipc: IPCMNI limit check for msgmni and shmmni
From: "Luis R. Rodriguez" <mcgrof@kernel.org>
Date: 2018-06-28 03:16:09
Also in:
linux-fsdevel, lkml
From: "Luis R. Rodriguez" <mcgrof@kernel.org>
Date: 2018-06-28 03:16:09
Also in:
linux-fsdevel, lkml
On Mon, Jun 18, 2018 at 06:28:14PM +0800, Waiman Long wrote:
A user can write arbitrary integer values to msgmni and shmmni sysctl parameters without getting error, but the actual limit is really IPCMNI (32k). This can mislead users as they think they can get a value that is not real. The right limits are now set for msgmni and shmmni so that the users will become aware if they set a value outside of the acceptable range. Signed-off-by: Waiman Long <longman@redhat.com>
Acked-by: Luis R. Rodriguez <mcgrof@kernel.org> Luis -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html