From owner-svn-src-all@freebsd.org Sat Aug 20 00:23:23 2016 Return-Path: Delivered-To: svn-src-all@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 7853FBBE4D4 for ; Sat, 20 Aug 2016 00:23:23 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::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 5A0E0155F; Sat, 20 Aug 2016 00:23:23 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 17E6FB946; Fri, 19 Aug 2016 20:23:22 -0400 (EDT) From: John Baldwin To: Harry Schmalzbauer Cc: src-committers@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r298950 - head/sys/dev/pci Date: Fri, 19 Aug 2016 17:23:17 -0700 Message-ID: <1963910.6LAR4h8U6F@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.3-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: <57B6A54F.5020505@omnilan.de> References: <201605030035.u430ZBkH006797@repo.freebsd.org> <57B6A54F.5020505@omnilan.de> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 19 Aug 2016 20:23:22 -0400 (EDT) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2016 00:23:23 -0000 On Friday, August 19, 2016 08:21:03 AM Harry Schmalzbauer wrote: > Bez=FCglich John Baldwin's Nachricht vom 03.05.2016 02:35 (localtime= ): > > Author: jhb > > Date: Tue May 3 00:35:11 2016 > > New Revision: 298950 > > URL: https://svnweb.freebsd.org/changeset/base/298950 > > > > Log: > > Fix an off by one error when remapping MSI-X vectors. > > =20 > > pci_remap_msix() can be used to alter the mapping of allocated > > MSI-X vectors to the MSI-X table. The code had an off by one err= or > > when adding the IRQ resources after performing a remap. This was= > > fatal for any vectors in the table that used the "last" valid IRQ= as > > those vectors were assigned a garbage IRQ value. > > =20 > > MFC after:=093 days >=20 > Was this superseded by any other merge? > As far as I saw, it's missing in stable/10? Sorry, the reminder somehow got marked as done when it wasn't done yet.= I've merged this back to 8.x and later. Thanks for the reminder! --=20 John Baldwin