From owner-freebsd-current@freebsd.org Fri Mar 24 07:01:51 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4D7DD1BA5C for ; Fri, 24 Mar 2017 07:01:51 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C2061D9B; Fri, 24 Mar 2017 07:01:51 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id v2O71fEs011497 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 24 Mar 2017 09:01:42 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua v2O71fEs011497 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id v2O71f8k011496; Fri, 24 Mar 2017 09:01:41 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 24 Mar 2017 09:01:41 +0200 From: Konstantin Belousov To: Rick Macklem Cc: Gergely Czuczy , Dimitry Andric , Ian Lepore , FreeBSD Current Subject: Re: process killed: text file modification Message-ID: <20170324070141.GB43712@kib.kiev.ua> References: <20170317141917.GS16105@kib.kiev.ua> <20170318032150.GW16105@kib.kiev.ua> <4642046a-08e6-35af-c76e-c5e306f01e62@harmless.hu> <050751d5-8c4d-b257-7c83-3a9bfb38a86d@harmless.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.0 (2017-02-23) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2017 07:01:51 -0000 On Thu, Mar 23, 2017 at 09:39:00PM +0000, Rick Macklem wrote: > Try whatever you like. However, if the case that failed before doesn't fail now, > I'd call the test a success. > > Thanks, rick > ps: It looks like Kostik is going to work on converting the NFS vop_putpages() to > using the buffer cache. However, if this isn't ready for head/current by mid-April, > I will commit this patch to help fix things in the meantime. I do not see a reason to wait for my work before committing your patch. IMO, instead, it should be committed ASAP and merged into stable/11 for upcoming 11.1. I will do required adjustments if/when _putpages() patch progresses enough.