Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1698289imu; Thu, 17 Jan 2019 01:38:38 -0800 (PST) X-Google-Smtp-Source: ALg8bN7EvL34GKLmoYLDTuYe3vh28G65HTgK6TypJsBKkjd0xgnFH+hFl4tFKxiGHu4DU7ixplaI X-Received: by 2002:a17:902:f64:: with SMTP id 91mr413721ply.132.1547717918263; Thu, 17 Jan 2019 01:38:38 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547717918; cv=none; d=google.com; s=arc-20160816; b=hgqhSKnsSyNQzRQYwrjWvBUz3XkyFxEG+xiR4SIP2O4Ztdp2AWoMkGQYzU2sc6ikEc qCnXgec50IB/IOZZRlbR4U4ULVloap8zJTvGrCcHwRCZRePce8m8pL546SQxgiq+jckG 4jJ49AuiehdA2GJsKGw8H9SbnZsPmqx1iXN0ou0KWhLNAECV7/ivPYeEEkumFhDdAOqS Kw95eTlaMvtzGqs33I81JNzol7X+Gwsia8bWtLg0vjlMR7Ez8aJtJqqUwNvKBcpgVD7E DSNX1FxXbGNl3XK45Ghg3hmgyrwvMNnnl/aYM4Qakl3MBaFrJTr6xr18lBcL2q83fFsM cCog== 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=fkFWXCAMcSgRqw41+6eOQdS3uu82j0R4MK/GEu9OYIY=; b=S25U9nB1bde0oHFiJvLV/BquTvnnFkSJxJysCHZNhL0tJNWC4rEsRBJgEeIC48CIwT 7KLZBW0ZLiot+1hrkdK5vEurfPtKZ6J7NNSH+qvjEbnf/5NsF4q52xJaKlljtEJ4aQhh FohyCY+eYBIQd7cof8X+gKiWpDqe86Kz0o1K12d+ORoPG5beEk3TdvyPAV0xgI9TGV7E eSs0BblOyteFO8lcVAER7gFf7Tfapav6WWVaOB6E77ytr/zL7L/Pa2oIiteIa0SUahsa t4ynW0rjVpkXrh4I16LnHnSCftTwS3PfDMtMAmX3g2WgHOZTIshHVtBaQ2TiZ0oY7Ui/ 67ew== 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 h10si1132603pgi.562.2019.01.17.01.38.22; Thu, 17 Jan 2019 01:38:38 -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 S1730501AbfAQISq (ORCPT + 99 others); Thu, 17 Jan 2019 03:18:46 -0500 Received: from mx2.suse.de ([195.135.220.15]:59692 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727343AbfAQISo (ORCPT ); Thu, 17 Jan 2019 03:18:44 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 4DD94AEE5; Thu, 17 Jan 2019 08:18:43 +0000 (UTC) Date: Thu, 17 Jan 2019 09:18:41 +0100 (CET) From: Jiri Kosina To: Dave Chinner 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 In-Reply-To: <20190117022244.GV4205@dastard> Message-ID: References: <20190108044336.GB27534@dastard> <20190109022430.GE27534@dastard> <20190109043906.GF27534@dastard> <20190110004424.GH27534@dastard> <20190117022244.GV4205@dastard> 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, 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? Thanks, -- Jiri Kosina SUSE Labs