From owner-freebsd-stable@freebsd.org Wed Nov 11 08:41:02 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F210A2E116A for ; Wed, 11 Nov 2020 08:41:02 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4CWJ9B6J0fz4V6H for ; Wed, 11 Nov 2020 08:41:02 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.nyi.freebsd.org (Postfix) id D825F2E1703; Wed, 11 Nov 2020 08:41:02 +0000 (UTC) Delivered-To: stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D7EC22E1169 for ; Wed, 11 Nov 2020 08:41:02 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CWJ9963kHz4V4F for ; Wed, 11 Nov 2020 08:41:01 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=To:Date:Message-Id:Subject:Mime-Version:Content-Transfer-Encoding:Content-Type:From; bh=xRa3dquWEWiRcf6YI/0KFewTfWHCItmQ06kNjKeUMto=; b=fX3n4Na2NHz9rsYqdaV+Vcu1Brptzkj78idcP6tyv22jAsKhZPlF0U9jIuHIXi7kr1AVeX71vQY4uC+qNHSIhEo9EAgcGi/iT+MIE7GdUFh0pyVpjLdAW+lNo9alTK+WP1vjghtAeYD00/ugaRqC5+afEwriV5skMjNHjSiZbzz57zpBJ6KJuzJfxEtrj3Bw3/9IQDMtqVLjEPqEYKLQT6h9+ds/qLA05iTaPNbpuBGbt9ft/0ESB+qYPPKKdtnmERyrS+3jkryDb73RhlRw5RANHzPjEUzCbyHBoEa6jyDCh9djCWEjTMNInJnbF6Q1qcmvw7VPVcQRarYDSuAgxw==; Received: from bach.cs.huji.ac.il ([132.65.80.20]) by kabab.cs.huji.ac.il with esmtp id 1kclgR-000OKv-TK for stable@freebsd.org; Wed, 11 Nov 2020 10:40:51 +0200 From: Daniel Braniss Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.7\)) Subject: kqueue and NFS Message-Id: Date: Wed, 11 Nov 2020 10:40:51 +0200 To: stable@freebsd.org X-Mailer: Apple Mail (2.3445.9.7) X-Rspamd-Queue-Id: 4CWJ9963kHz4V4F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cs.huji.ac.il header.s=57791128 header.b=fX3n4Na2; dmarc=pass (policy=none) header.from=huji.ac.il; spf=none (mx1.freebsd.org: domain of danny@cs.huji.ac.il has no SPF policy when checking 132.65.116.210) smtp.mailfrom=danny@cs.huji.ac.il X-Spamd-Result: default: False [-2.96 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[132.65.116.210:from]; R_DKIM_ALLOW(-0.20)[cs.huji.ac.il:s=57791128]; FREEFALL_USER(0.00)[danny]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[132.65.116.210:from:127.0.2.255]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; DKIM_TRACE(0.00)[cs.huji.ac.il:+]; DMARC_POLICY_ALLOW(-0.50)[huji.ac.il,none]; NEURAL_HAM_SHORT(-0.66)[-0.662]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:378, ipnet:132.64.0.0/13, country:IL]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[stable] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2020 08:41:03 -0000 Hi, I have a vague recollection that kqueue does not work for NFS files, any chance that this will be made possible? cheers, danny