Received: by mail.netbsd.org (Postfix, from userid 605) id 57A0584E50; Thu, 29 Aug 2019 16:14:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CC2DF84E4D for ; Thu, 29 Aug 2019 16:14:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id aQUWbik34mdH for ; Thu, 29 Aug 2019 16:14:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6A84284E2B for ; Thu, 29 Aug 2019 16:14:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 68709FBF4; Thu, 29 Aug 2019 16:14:37 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 29 Aug 2019 16:14:37 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-7-1] src/sys/miscfs To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20190829161437.68709FBF4@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Thu Aug 29 16:14:37 UTC 2019 Modified Files: src/sys/miscfs/kernfs [netbsd-7-1]: kernfs_vnops.c src/sys/miscfs/procfs [netbsd-7-1]: procfs_vnops.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1703): sys/miscfs/kernfs/kernfs_vnops.c: revision 1.161 sys/miscfs/procfs/procfs_vnops.c: revision 1.207 Add missing operation VOP_GETPAGES() returning EFAULT. Without this operation posix_fadvise(..., POSIX_FADV_WILLNEED) would leave the v_interlock held. Observed by maxv@ To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.154.10.1 src/sys/miscfs/kernfs/kernfs_vnops.c cvs rdiff -u -r1.191 -r1.191.8.1 src/sys/miscfs/procfs/procfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.