From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0872CC43381 for ; Wed, 3 Mar 2021 03:11:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D0BC664E27 for ; Wed, 3 Mar 2021 03:11:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244359AbhCCDFf (ORCPT ); Tue, 2 Mar 2021 22:05:35 -0500 Received: from mail.kernel.org ([198.145.29.99]:34996 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234179AbhCCASV (ORCPT ); Tue, 2 Mar 2021 19:18:21 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 08BB064F48; Wed, 3 Mar 2021 00:17:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1614730637; bh=mU5PveBMUOL4vXjHcyJ4Vk66Hg1AkYJuK82tzLO57oQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=fFazfdEQJPlwzLPWA6JwystQrC4mSJJ0zoD3Xq50mm051lTZHifhHMHF/vO2b7qsD hEsqhrkxH2QGhYrBVPY3k8ZB+lO1TebGwSpRuIiL0pvMOXJuBVWH8Gx7JfF7FY2MJe jbpQJXCGv4nz0tGyB83KR6vs4g/7fkmp4Kw1GMXs= Date: Tue, 2 Mar 2021 16:17:16 -0800 From: Andrew Morton To: Suren Baghdasaryan Cc: Jann Horn , Oleg Nesterov , Kees Cook , Jeffrey Vander Stoep , Minchan Kim , Shakeel Butt , David Rientjes , Edgar Arriaga =?ISO-8859-1?Q?Garc=EDa?= , Tim Murray , linux-mm , SElinux list , Linux API , LKML , kernel-team , linux-security-module , stable , Michal Hocko Subject: Re: [PATCH v2 1/1] mm/madvise: replace ptrace attach requirement for process_madvise Message-Id: <20210302161716.89a65d3cb5b60dbc5074cfa7@linux-foundation.org> In-Reply-To: References: <20210111170622.2613577-1-surenb@google.com> <20210112074629.GG22493@dhcp22.suse.cz> <20210112174507.GA23780@redhat.com> <20210113142202.GC22493@dhcp22.suse.cz> <20210126135254.GP827@dhcp22.suse.cz> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-api@vger.kernel.org On Tue, 2 Mar 2021 15:53:39 -0800 Suren Baghdasaryan wrote: > Hi Andrew, > A friendly reminder to please include this patch into mm tree. > There seem to be no more questions or objections. > The man page you requested is accepted here: > https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/commit/?id=a144f458bad476a3358e3a45023789cb7bb9f993 > stable is CC'ed and this patch should go into 5.10 and later kernels > The patch has been: > Acked-by: Minchan Kim > Acked-by: David Rientjes > Reviewed-by: Kees Cook > > If you want me to resend it, please let me know. This patch was tough. I think it would be best to resend please, being sure to cc everyone who commented. To give everyone another chance to get their heads around it. If necessary, please update the changelog to address any confusion/questions which have arisen thus far. Thanks.