From owner-freebsd-stable@freebsd.org Tue Aug 2 20:16:26 2016 Return-Path: Delivered-To: freebsd-stable@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 5689EBAD849 for ; Tue, 2 Aug 2016 20:16:26 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3FC4F1C3A for ; Tue, 2 Aug 2016 20:16:26 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 3B7EDBAD848; Tue, 2 Aug 2016 20:16:26 +0000 (UTC) Delivered-To: stable@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 38F86BAD847 for ; Tue, 2 Aug 2016 20:16:26 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6D991C37; Tue, 2 Aug 2016 20:16:25 +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 u72KGJQj002458 (version=TLSv1 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 2 Aug 2016 23:16:19 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua u72KGJQj002458 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id u72KGJNR002457; Tue, 2 Aug 2016 23:16:19 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 2 Aug 2016 23:16:19 +0300 From: Konstantin Belousov To: Ian Lepore Cc: stable@freebsd.org Subject: Re: Call for testing: VM bugs in 10.3 Message-ID: <20160802201619.GT83214@kib.kiev.ua> References: <20160802192538.GQ83214@kib.kiev.ua> <1470167869.1283.47.camel@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1470167869.1283.47.camel@freebsd.org> User-Agent: Mutt/1.6.1 (2016-04-27) 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-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 20:16:26 -0000 On Tue, Aug 02, 2016 at 01:57:49PM -0600, Ian Lepore wrote: > On Tue, 2016-08-02 at 22:25 +0300, Konstantin Belousov wrote: > > Below is the merge of some high-profile virtual memory subsystem bug > > fixes from stable/10 to 10.3. > I run 10-stable on my everyday desktop/build machine, but my mail > client ruined the format of the patches. Can I just 'svn up' on the 10 > -stable branch and then MFC the revs you list above, or are there hand > -tweaks to the patches you attached? If you svn up stable/10, or if your existing sources are already past r303291, then you already have that patches. The first sentence of my mail stated that the backport is from stable/10 to 10.3. Anyway, I put the patch at https://kib.kiev.ua/kib/vm-10.3-bp.1.patch .