Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2837515imu; Sun, 27 Jan 2019 14:36:17 -0800 (PST) X-Google-Smtp-Source: ALg8bN5+uAzMZ5LmRIJFAfaUb0C2N+TdEmZrFWkwJ9njbB9bMHqBRTh/QeBVgF6r87yM2r675etL X-Received: by 2002:a63:f515:: with SMTP id w21mr12581790pgh.220.1548628577826; Sun, 27 Jan 2019 14:36:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548628577; cv=none; d=google.com; s=arc-20160816; b=CpiLNCBJ+j0Q+jDBkYPXfH/SliFXglJxiL3/b7aC4Cu0WMSkl+AQYbTm0+hokQbHin vfqPZ4Oc5yYjqOgDcetCYghWUxntwhPOVSJe+d5ETwSHL7zACoRMwdU5/+k909xQGo6j 5kgU1K3uP/wnkiEqguyLZZNICr/Jbrtss/UTqbPAQ0OIo8rH7SH1yMfloA1rMyoFREJu qbN1V758hfghIZYhuGioX2DN6w09roB3knfZ383/s1wDBWSPcT/uDr5nYWN6Cvty2HuV gjurozFpsJDltzThlXLxw8EEZoVKPGOECs2kHGqvE8eI23YnJsDCUvynFyHgvepEEAmO JRWQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=HIxvv1F/4nwQblfjJiBGcm4fcWeH/jFpMTVF33K+7nE=; b=hlo5os3C4ercwVRecS63K5+oxCVEXJLRB50z9K77SfcvSib6I1kSsxi/ryg2PluY4L IqByQM/JNhooimykLOY7W3+bkW/N8CleQWQ0Cpm9et0HXVdyFXfeQdy6sj31GX55vP2C /q8Z/7RfRWORUUUoJeXc2kx1EpCqLcLJJqymuS+QVs0nC0IuN9M+g3CO9bkmGbjViX2W ARRb+sjm2iKX7JBCNBZwbd0yImBu/j+TLQq04uxx+2dgFd0YDyyU1VkoXw5KxlXf3Wrg VOlGbpi5nRkbqBXVRiHYQr9SClhpzDcl7RO8dxrmj1bvxhpDNQyKYY3hryC4ibKUl4Zh P0kg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o9si32166015pfe.63.2019.01.27.14.35.50; Sun, 27 Jan 2019 14:36:17 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726695AbfA0Wfq (ORCPT + 99 others); Sun, 27 Jan 2019 17:35:46 -0500 Received: from mx2.suse.de ([195.135.220.15]:34168 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726361AbfA0Wfp (ORCPT ); Sun, 27 Jan 2019 17:35:45 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 5DB8FAE9D; Sun, 27 Jan 2019 22:35:44 +0000 (UTC) Date: Sun, 27 Jan 2019 23:35:42 +0100 (CET) From: Jiri Kosina To: Dominique Martinet 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 In-Reply-To: Message-ID: References: <20190124002455.GA23181@nautica> <20190124124501.GA18012@nautica> User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 24 Jan 2019, Jiri Kosina wrote: > > Jiri, you've offered resubmitting the last two patches properly, can you > > incorporate this change or should I just send this directly? (I'd take > > most of your commit message and add your name somewhere) > > I've been running some basic smoke testing with the kernel from > > https://git.kernel.org/pub/scm/linux/kernel/git/jikos/jikos.git/log/?h=pagecache-sidechannel-v2 > > (attaching the respective two patches to apply on top of latest Linus' > tree to this mail as well), and everything looks good so far. So, any objections to aproaching it this way? I've not been able to spot any obvious breakage so far with it. Thanks, -- Jiri Kosina SUSE Labs