From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Bolle Subject: Re: agp/intel: can't ioremap flush page - no chipset flushing Date: Fri, 07 Mar 2014 10:48:18 +0100 Message-ID: <1394185698.5608.5.camel@x41> References: <1391886379.2669.11.camel@x41> <1391890927.1882.5.camel@x41> <1391951759.6036.7.camel@artifact> <1391952344.25424.4.camel@x220> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from cpsmtpb-ews06.kpnxchange.com (cpsmtpb-ews06.kpnxchange.com [213.75.39.9]) by gabe.freedesktop.org (Postfix) with ESMTP id 26C5EFABF5 for ; Fri, 7 Mar 2014 01:48:20 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org To: Bjorn Helgaas Cc: David Airlie , Daniel Vetter , intel-gfx , Linux Kernel Mailing List , Yinghai Lu List-Id: intel-gfx@lists.freedesktop.org Bjorn Helgaas schreef op ma 10-02-2014 om 14:33 [-0700]: > I wouldn't start bisecting yet, but if you're in the mood, this > commit: 96702be56037 "Merge branch 'pci/resource' into next" looks > like a good place to start, so you could try the pre-merge commit: > 04f982beb900 "Merge branch 'pci/msi' into next". If 04f982beb900 is > good, there are only about 15 commits on the pci/resource branch to > look at. This might end up not being relevant. And this is surely documented somewhere, but anyhow: - what git magic returns the hashes of the 15 commits that merge commit 96702be56037 added to the tree; and - how can I use the list of those hashes to limit the range of commits to do a git bisect? Paul Bolle