Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754206Ab0DELAH (ORCPT ); Mon, 5 Apr 2010 07:00:07 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:47270 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751786Ab0DELAA (ORCPT ); Mon, 5 Apr 2010 07:00:00 -0400 Date: Mon, 5 Apr 2010 12:59:57 +0200 From: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= To: Daniel Mack Cc: Greg KH , Sven Neumann , linux-wireless@vger.kernel.org, LKML , AKML Subject: Re: Memory corruption with 2.6.32.10, but not with 2.6.34-rc3 Message-ID: <20100405105957.GA2302@pengutronix.de> References: <20100401132156.GJ30807@buzzloop.caiaq.de> <20100401165144.GB1138@suse.de> <20100401165857.GN30801@buzzloop.caiaq.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20100401165857.GN30801@buzzloop.caiaq.de> User-Agent: Mutt/1.5.18 (2008-05-17) X-SA-Exim-Connect-IP: 2001:6f8:1178:2:215:17ff:fe12:23b0 X-SA-Exim-Mail-From: ukl@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1521 Lines: 38 On Thu, Apr 01, 2010 at 06:58:57PM +0200, Daniel Mack wrote: > On Thu, Apr 01, 2010 at 09:51:44AM -0700, Greg KH wrote: > > On Thu, Apr 01, 2010 at 03:21:56PM +0200, Daniel Mack wrote: > > > > > > I can cherry-pick things if anyone pin-points something and run > > > lont-time tests again. Any pointer appreciated. > > > > Oh, how about running 'git bisect' to try to find the solution? Just > > remember to reverse 'good' and 'bad' for when you tell git bisect what > > the results are. > > Jep, I thought about that of course. But unfortunately, the platform > got merged mainline in the middle of that time window which makes > bisecting tricky. And worse than that - every test run take around half > a day at least :( What you can do is backport the platform-support on top of rev initially marked good (in a branch named say foo) and when asked for testing do: git merge --no-commit foo git reset --hard git bisect {good|bad} Assuming the platform-support got in in one go (and you shouldn't test in the middle, which you can simply skip), the merge should always work just fine. Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-K?nig | Industrial Linux Solutions | http://www.pengutronix.de/ | -- 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/