Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE86FC433FE for ; Tue, 16 Nov 2021 19:48:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D42DF613DB for ; Tue, 16 Nov 2021 19:48:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240154AbhKPTvz (ORCPT ); Tue, 16 Nov 2021 14:51:55 -0500 Received: from out0.migadu.com ([94.23.1.103]:51916 "EHLO out0.migadu.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235941AbhKPTvy (ORCPT ); Tue, 16 Nov 2021 14:51:54 -0500 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1637092128; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nQ2Roqr4t3/SV+7leP8bPNMMTTpbsF9DiwE9Tze497g=; b=hBLZ+5jW5zrQLKx2cGehdibCh8NNXWDVRtOvHRI/oggNejYTYbK83V36z/xOUkRLaZbnSc gefkDlF0/qn73MDGBlF5pCU80UbtN0QEYq19ysx/MCbXO0EUv6YFi3kMg691OEUhGbKRby BuAcIKL0pZknNsf0q01r9SH2nLE6qdimYwfht7pvDh4vH1/tutKIrU8aLoPa47vJH6OOpN qpNCJ+jyhj0Coc543slxkimkm/9pUy7vM9K1jyZcNngE8qJARO3A77cQvm57OUq+/gxTRa xN9C6GBZ2kDEuP54weWPZqdUmkL+nya5NmXBLpxfUd8SVSjTxEnMfruQKsY7Ig== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 16 Nov 2021 20:48:48 +0100 Message-Id: To: "Andrew Morton" Cc: "Ammar Faizi" , , , "io_uring Mailing List" , "Jens Axboe" , "Pavel Begunkov" , Subject: Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Drew DeVault" References: <20211028080813.15966-1-sir@cmpwn.com> <593aea3b-e4a4-65ce-0eda-cb3885ff81cd@gnuweeb.org> <20211115203530.62ff33fdae14927b48ef6e5f@linux-foundation.org> <20211116114727.601021d0763be1f1efe2a6f9@linux-foundation.org> In-Reply-To: <20211116114727.601021d0763be1f1efe2a6f9@linux-foundation.org> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue Nov 16, 2021 at 8:47 PM CET, Andrew Morton wrote: > Well, why change the default? Surely anyone who cares is altering it > at runtime anyway. And if they are not, we should encourage them to do > so? I addressed this question in the original patch's commit message.