Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2447477imu; Thu, 17 Jan 2019 14:30:56 -0800 (PST) X-Google-Smtp-Source: ALg8bN6UqkUb3xYe6ETtw1o+4d4TSOVIVON76GnW7kismRFfAa/d24BQxeNvaqt2pGlkVRFgP7zi X-Received: by 2002:aa7:8758:: with SMTP id g24mr104895pfo.250.1547764256690; Thu, 17 Jan 2019 14:30:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547764256; cv=none; d=google.com; s=arc-20160816; b=vJuYOxW874QAnHoId4/3Tqz9aCfvYENHOTl2lfApBwD2lCr1tYBcRqgkne0OoglJBe 6GThuye7ykW4KWOqx+2a3N2bXa4wL0P4h9fg9tluKXBe30P3XtatUZgx7DATbOpKukqs VKfw460w3ndZLg4aOieYV+p9oe5Gml1as3nXUnYWh7RhRDxlcWrYunbNEtiB34UtMjrr 0cUkyM9tZzNN2X1hq5u9ViIndbxVcjRBE1K2GAvR1JWCMzGwwfumzEiblKZEaLOlA6Fa OeD8tTQPjJTkkq7W3R59dSL3l3evx+RoHS1RilVtMVSBq0Oa3PHGYPR02jmdpYOxX8mw F/SA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=dB/mu9i17TY+vlH30/fvPQ7dpImLdMf8F/iP+1U63pE=; b=JKon3FpQXDpQB9jOSu2Pu2oAdYF7Yd+YHs5if+ji6xw8xy7U73OKgzRMyJo/An51A1 UCJqgVISyec4k56W6ZJ/RajOSMpHGB5wroWLXCI+CXG1F+k7ep7jtDXa4XvbPT+7cFbF k1QhGTNH9iVOnJXiXR4JkiWwMKiwAzp9UYG7gA1aOoTVpD1SbUNvm3wf/6Fk38etm+sY U3Jkhmu0U4JX0jQcIsm+KLXAAHCagGrk3gQxthe8w0AOEiAHG6t2fC2TZP1UsBLQp4N4 o3qhkFShxpO4lMdJ1fedfnSs4YWOaHHZWbiZlMxBsiEfTrxFTHwQS+hvw+99xrVgF+WO UrCw== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i1si152284pgr.569.2019.01.17.14.30.41; Thu, 17 Jan 2019 14:30:56 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728189AbfAQVGb (ORCPT + 99 others); Thu, 17 Jan 2019 16:06:31 -0500 Received: from ipmail06.adl2.internode.on.net ([150.101.137.129]:11818 "EHLO ipmail06.adl2.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726648AbfAQVGb (ORCPT ); Thu, 17 Jan 2019 16:06:31 -0500 Received: from ppp59-167-129-252.static.internode.on.net (HELO dastard) ([59.167.129.252]) by ipmail06.adl2.internode.on.net with ESMTP; 18 Jan 2019 07:36:11 +1030 Received: from dave by dastard with local (Exim 4.80) (envelope-from ) id 1gkEra-0004VW-JC; Fri, 18 Jan 2019 08:06:10 +1100 Date: Fri, 18 Jan 2019 08:06:10 +1100 From: Dave Chinner To: Jiri Kosina Cc: Linus Torvalds , 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: <20190117210610.GW4205@dastard> References: <20190108044336.GB27534@dastard> <20190109022430.GE27534@dastard> <20190109043906.GF27534@dastard> <20190110004424.GH27534@dastard> <20190117022244.GV4205@dastard> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 On Thu, Jan 17, 2019 at 09:18:41AM +0100, Jiri Kosina wrote: > On Thu, 17 Jan 2019, Dave Chinner wrote: > > > > > commit e837eac23662afae603aaaef7c94bc839c1b8f67 > > > > Author: Steve Lord > > > > Date: Mon Mar 5 16:47:52 2001 +0000 > > > > > > > > Add bounds checking for direct I/O, do the cache invalidation for > > > > data coherency on direct I/O. > > > > > > Out of curiosity, which repository is this from please? Even google > > > doesn't seem to know about this SHA. > > > > because oss.sgi.com is no longer with us, it's fallen out of all the > > search engines. It was from the "archive/xfs-import.git" tree on > > oss.sgi.com: > > > > https://web.archive.org/web/20120326044237/http://oss.sgi.com:80/cgi-bin/gitweb.cgi > > > > but archive.org doesn't have a copy of the git tree. It contained > > the XFS history right back to the first Irix commit in 1993. Some of > > us still have copies of it sitting around.... > > For cases like this, would it be worth pushing it to git.kernel.org as an > frozen historical reference archive? I'm not sure we should be putting code from Irix on kernel.org. I uploaded a copy to github a few months ago so XFS devs could easily reference relevant commits in email. The reasons we decided not to upload it to kernel.org should be clear from the readme... https://github.com/dchinner/xfs-history Cheers, Dave. -- Dave Chinner david@fromorbit.com