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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7871DC4332F for ; Tue, 4 Jan 2022 07:38:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232699AbiADHiH (ORCPT ); Tue, 4 Jan 2022 02:38:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229477AbiADHiF (ORCPT ); Tue, 4 Jan 2022 02:38:05 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BDD31C061761; Mon, 3 Jan 2022 23:38:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=OWaDAnifm56GHcbEAiqmG6sxl7 1qM9Vn2SItAVQ+af+OQv+Dw7s84FvDyHGpEgN187mrO54bq/na5Tb5uzzH07999yZK/IWNwGg9cU9 RC682MPKXMooYZaooU1jhkcWA24bGs5t2bI6n4A/r7OY2HQ71hJCOCOl9Q0Z20drZh6BuYLxm5gT5 Nfdnu0JuXrGheVHlY3kbe0RwgcR1Dp25SFTkywldvU5GKLrWOp9Fa9IXcCcDHqQ5GnUHnTHxv7GdV x6NyZj5vhuLiUPRfhYC7hxa02C/U6mTZkb7zfCCD5z51yiIDEfou+kyf8IXiHqcXvco8nEgxPqaNk e0iO9D2g==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1n4eOS-00AWQE-JV; Tue, 04 Jan 2022 07:38:04 +0000 Date: Mon, 3 Jan 2022 23:38:04 -0800 From: Christoph Hellwig To: "Eric W. Biederman" Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Linus Torvalds , Oleg Nesterov , Al Viro , Kees Cook , linux-api@vger.kernel.org Subject: Re: [PATCH 01/17] exit: Remove profile_task_exit & profile_munmap Message-ID: References: <87r19opkx1.fsf_-_@email.froward.int.ebiederm.org> <20220103213312.9144-1-ebiederm@xmission.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220103213312.9144-1-ebiederm@xmission.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig