Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753482AbbGNSwz (ORCPT ); Tue, 14 Jul 2015 14:52:55 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37639 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752386AbbGNSwy (ORCPT ); Tue, 14 Jul 2015 14:52:54 -0400 Date: Tue, 14 Jul 2015 11:52:52 -0700 From: Andrew Morton To: Konstantin Khlebnikov Cc: linux-mm@kvack.org, Naoya Horiguchi , "Kirill A. Shutemov" , Mark Williamson , linux-kernel@vger.kernel.org, linux-api@vger.kernel.org Subject: Re: [PATCHSET v4 0/5] pagemap: make useable for non-privilege users Message-Id: <20150714115252.8f21cfa864935a4b403c3d8d@linux-foundation.org> In-Reply-To: <20150714152516.29844.69929.stgit@buzz> References: <20150714152516.29844.69929.stgit@buzz> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1185 Lines: 27 On Tue, 14 Jul 2015 18:37:34 +0300 Konstantin Khlebnikov wrote: > This patchset makes pagemap useable again in the safe way (after row hammer > bug it was made CAP_SYS_ADMIN-only). This patchset restores access for > non-privileged users but hides PFNs from them. Documentation/vm/pagemap.txt hasn't been updated to describe these privilege issues? > Also it adds bit 'map-exlusive' which is set if page is mapped only here: > it helps in estimation of working set without exposing pfns and allows to > distinguish CoWed and non-CoWed private anonymous pages. > > Second patch removes page-shift bits and completes migration to the new > pagemap format: flags soft-dirty and mmap-exlusive are available only > in the new format. I'm not really seeing a description of the new format in these changelogs. Precisely what got removed, what got added and which capabilities change the output in what manner? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/