Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755563AbZC3Hdf (ORCPT ); Mon, 30 Mar 2009 03:33:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753134AbZC3HdK (ORCPT ); Mon, 30 Mar 2009 03:33:10 -0400 Received: from rv-out-0506.google.com ([209.85.198.228]:61828 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753080AbZC3HdI (ORCPT ); Mon, 30 Mar 2009 03:33:08 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Q+wvdQI++GPnrQEPPpOzg5RvYraQIVzvzHgWf/MkR5odq4KvTaJ8qRScmbjGEe52TA 0kLWS/FkX3PDxf34+03aPAmtJLG0S12o6WW7s5sTl9ckMeoXK4FeSRe3MAgEsc9syDgY M1A8iL1GrHO3AfaPMrmX/SCYLsNAzLQ8XfzV0= MIME-Version: 1.0 In-Reply-To: <9b1675090903292155q6d221da1q6d19b7bca9cbe4e6@mail.gmail.com> References: <9b1675090903291904g7eca965eydb1aa3f852a1b91c@mail.gmail.com> <000301c9b0e1$af531e40$0df95ac0$@com> <9b1675090903291954j26e2380fy74338490343eaa2@mail.gmail.com> <897274600903292015n44005d12l82b0fafd170d6292@mail.gmail.com> <9b1675090903292018g5e1d20f5yfd76286182cb2276@mail.gmail.com> <9b1675090903292155q6d221da1q6d19b7bca9cbe4e6@mail.gmail.com> Date: Mon, 30 Mar 2009 01:33:06 -0600 Message-ID: <9b1675090903300033y65dd4bc5td9157de735a76dd9@mail.gmail.com> Subject: Re: 2.6.29 on MacBook 2,1 fails to reboot From: "Trenton D. Adams" To: "Morten P.D. Stevens" Cc: Linux Kernel Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2578 Lines: 56 Okay, I'm thoroughly confused on my git bisect results. It doesn't appear to be working for me at all. Either way, the problem is with shutting down ALSA. It refuses to shut down. If I shut it down manually, before rebooting, it also refuses to shutdown. I can then reboot, and it will force a kill of ALSA. Anyhow, any ideas on git stuff? I just don't git it. :P I get this far... git bisect start # bad: [8e0ee43bc2c3e19db56a4adaa9a9b04ce885cd84] Linux 2.6.29 git bisect bad 8e0ee43bc2c3e19db56a4adaa9a9b04ce885cd84 # good: [4a6908a3a050aacc9c3a2f36b276b46c0629ad91] Linux 2.6.28 git bisect good 4a6908a3a050aacc9c3a2f36b276b46c0629ad91 # bad: [2774de17ba65130165a2cbca92e5a685581f7916] Staging: benet: build is broken unless CONFIG_NETPOLL is enabled git bisect bad 2774de17ba65130165a2cbca92e5a685581f7916 # bad: [ba744d5e290055d171c68067259fcc1e2721f542] block: reorder struct bio to remove padding on 64bit git bisect bad ba744d5e290055d171c68067259fcc1e2721f542 # bad: [54a696bd07c14d3b1192d03ce7269bc59b45209a] Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 git bisect bad 54a696bd07c14d3b1192d03ce7269bc59b45209a # bad: [bb26c6c29b7cc9f39e491b074b09f3c284738d36] Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 git bisect bad bb26c6c29b7cc9f39e491b074b09f3c284738d36 # bad: [a65056205cdf7efb96fb2558e4f1ec6bae2582ed] Merge branch 'topic/hda' into to-push git bisect bad a65056205cdf7efb96fb2558e4f1ec6bae2582ed Then, I mark the current (something in 2.6.28) one as good... # good: [86b3aa390b4b9925f16a21b98441fd7abdb9fff2] Merge branch 'topic/ca0106' into to-push git bisect good 86b3aa390b4b9925f16a21b98441fd7abdb9fff2 And I get this... tdamac linux # git bisect good Bisecting: 89 revisions left to test after this [b83923a3931a43df7397a7491f0c9d9b9d46624a] ALSA: hda - minor HDMI code cleanups tdamac linux # make kernelversion 2.6.27 So, if I mark that as good (arbitrarily because it's pre 2.6.28 which I assume is good), it jumps back to pre 2.6.28 release tdamac linux # git bisect good Bisecting: 46 revisions left to test after this [0ff555192a8d20385d49d1c420e2e8d409b3c0da] Merge branch 'fix/hda' into topic/hda tdamac linux # make kernelversion 2.6.28-rc8 And, if I mark the 2.6.27 one as bad, it just remains on 2.6.27. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/