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=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 8EA6BC4151A for ; Mon, 28 Jan 2019 00:06:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6AA892148E for ; Mon, 28 Jan 2019 00:06:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726879AbfA1AGF (ORCPT ); Sun, 27 Jan 2019 19:06:05 -0500 Received: from nautica.notk.org ([91.121.71.147]:49494 "EHLO nautica.notk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726403AbfA1AGF (ORCPT ); Sun, 27 Jan 2019 19:06:05 -0500 Received: by nautica.notk.org (Postfix, from userid 1001) id 0B2E6C009; Mon, 28 Jan 2019 01:06:03 +0100 (CET) Date: Mon, 28 Jan 2019 01:05:48 +0100 From: Dominique Martinet To: Jiri Kosina Cc: Linus Torvalds , Andy Lutomirski , Josh Snyder , Dave Chinner , Matthew Wilcox , Jann Horn , Andrew Morton , Greg KH , Peter Zijlstra , Michal Hocko , Linux-MM , kernel list , Linux API Subject: Re: [PATCH] mm/mincore: allow for making sys_mincore() privileged Message-ID: <20190128000547.GA25155@nautica> References: <20190124002455.GA23181@nautica> <20190124124501.GA18012@nautica> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jiri Kosina wrote on Sun, Jan 27, 2019: > So, any objections to aproaching it this way? I'm not sure why I'm the main recipient of that mail but answering because I am -- let's get these patches in through the regular -mm tree though -- Dominique