From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752892AbaCGJsX (ORCPT ); Fri, 7 Mar 2014 04:48:23 -0500 Received: from cpsmtpb-ews03.kpnxchange.com ([213.75.39.6]:52428 "EHLO cpsmtpb-ews03.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752487AbaCGJsU (ORCPT ); Fri, 7 Mar 2014 04:48:20 -0500 Message-ID: <1394185698.5608.5.camel@x41> Subject: Re: [Intel-gfx] agp/intel: can't ioremap flush page - no chipset flushing From: Paul Bolle To: Bjorn Helgaas Cc: Steven Newbury , Daniel Vetter , David Airlie , intel-gfx , Linux Kernel Mailing List , Yinghai Lu Date: Fri, 07 Mar 2014 10:48:18 +0100 In-Reply-To: References: <1391886379.2669.11.camel@x41> <1391890927.1882.5.camel@x41> <1391951759.6036.7.camel@artifact> <1391952344.25424.4.camel@x220> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-2.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Mar 2014 09:48:19.0517 (UTC) FILETIME=[5EF356D0:01CF39EA] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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