From owner-freebsd-stable@freebsd.org Sun Jun 28 16:38:28 2015 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 0892198F64D for ; Sun, 28 Jun 2015 16:38:28 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ob0-x234.google.com (mail-ob0-x234.google.com [IPv6:2607:f8b0:4003:c01::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B5C4A18BB; Sun, 28 Jun 2015 16:38:27 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by obpn3 with SMTP id n3so91846916obp.0; Sun, 28 Jun 2015 09:38:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=fOc4oN1GR8HfMxwg7pkZchYszhERB1BvDs0NW8R8nl8=; b=Q5ZWja1obX/bpgq1nE+TNelEPn8OMbqsxEmB5YEvb3nWpJeuD6mEsJseQPZvnQ10YX vei1A8DgCha3OkfJhf2qZgC1Ki5/84MD4pe3gWk9zwwZ5+3Zm/Xe9wFQYGXFpn6hysXH Uq5lzlE8TsC6U8f49d2N0PnKD/siFDoxRFNcaGuGoloHOOboXNMqzvy22tU7Te5KJ+4z 9anU4+Mo9gUIUceKj3SSqhumnGF9Soas1xxvWhWgYLDHPHqGrjhpZTx+AERMNkMoEM31 0YcgsaumduC6HvV88c7gM2byINkpdJFtPDCppLgS2RzU2GrycyTue1C1vgIGqJqb/AHT Rh2Q== MIME-Version: 1.0 X-Received: by 10.60.147.194 with SMTP id tm2mr10060434oeb.75.1435509507140; Sun, 28 Jun 2015 09:38:27 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.202.221.69 with HTTP; Sun, 28 Jun 2015 09:38:27 -0700 (PDT) In-Reply-To: References: <86oak289hv.fsf@gly.ftfl.ca> <86616894vk.fsf@gly.ftfl.ca> <86oak0bkky.fsf@WorkBox.Home> <867fqo6sbh.fsf@gly.ftfl.ca> Date: Sun, 28 Jun 2015 09:38:27 -0700 X-Google-Sender-Auth: vGhXTWHgAQiDYiRw60o2NUiTpys Message-ID: Subject: Re: suspend/resume regression From: Kevin Oberman To: Joseph Mingrone Cc: "Brandon J. Wandersee" , Adrian Chadd , FreeBSD-STABLE Mailing List , John Baldwin Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 16:38:28 -0000 OK. This time I'm REALLY adding jhb@ to the CC. Guess my first cup of tea had not kicked in. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 On Sun, Jun 28, 2015 at 9:29 AM, Kevin Oberman wrote: > On Sun, Jun 28, 2015 at 3:27 AM, Joseph Mingrone wrote: > >> Kevin Oberman writes: >> > I have narrowed it to between 283990 and 284074. Have to crash, so maybe >> > someone else will track it down by tomorrow. I only see a handfull (<10) >> > commits in there that look like possible causes. 280434 is compiling >> right >> > now as the prime candidate. >> >> Cool. I think you mean 284034 and not 280434. It certainly looks >> suspicious. I'm trying 284028, but it'll be awhile. It wouldn't boot >> with just the kernel, so I'll try building world as well. >> > > Yes, I did. > > I can now confirm that 284034 is the culprit. Unfortunately, that single > commit MFCed 10 updates of which 6 may be the problem. I tend to suspect > the PCI changes rather than the CardBus patch, but I will spend a little > time looking at the individual commits in HEAD to see which, if any, touch > both PCI and CBB. > > Adrian, I don't have the ability to test on head ATM, so, if you have a > chance, go for it. Most if this is way beyond my ken, so I am extremely > unlikely to spot it. > > I am adding jhb@ to the CC as 284034 was his commit. > -- > Kevin Oberman, Network Engineer, Retired > E-mail: rkoberman@gmail.com > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 > >