lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 14 Aug 2010 18:56:29 +0200
From:	Heiko Carstens <heiko.carstens@...ibm.com>
To:	Arthur Titeica <arthur@....ro>
Cc:	Greg KH <gregkh@...e.de>, Pekka Enberg <penberg@...nel.org>,
	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	torvalds@...ux-foundation.org, stable@...nel.org, lwn@....net
Subject: Re: Linux 2.6.35.2

On Sat, Aug 14, 2010 at 05:08:54PM +0300, Arthur Titeica wrote:
> On Sat, 14 Aug 2010 06:39:42 -0700, Greg KH <gregkh@...e.de> wrote:
> > On Sat, Aug 14, 2010 at 02:21:31PM +0300, Pekka Enberg wrote:
> >> On Sat, Aug 14, 2010 at 1:35 PM, Arthur Titeica <arthur@....ro> wrote:
> >> > On Fri, 13 Aug 2010 14:23:13 -0700, Greg KH <gregkh@...e.de> wrote:
> >> >> I'm announcing the release of the 2.6.35.2 kernel.
> >> >>
> >> >> All users of the 2.6.35 kernel series must upgrade.
> >> >>
> >> >
> >> > I'm not sure this is the right mailing list but this is the first
> >> > kernel that fails to boot for me (since 2.6.33.x).
> >> >
> >> > The laptop just restarts right after "Freeing unused kernel memory:
> >> > 628k freed"
> >> >
> >> > 2.6.35.1 is fine with the same .config.
> >> >
> >> > Anyone willing to help me to debug?
> >>
> >> You could try 'git bisect' between v2.6.35.1 and v2.6.35.2 to narrow
> >> the problem down to a specific commit.
> > 
> > Yes, if you could please do that, it would be most appreciated.
> > 
> I'm trying but I'm not even close to a dev and anything beyond 'git
> pull' looks tricky.
> 
> I've gotten so far:
> 
> $ git bisect start
> $ git bisect bad
> $ git bisect good v2.6.35.1
> fatal: Needed a single revision
> Bad rev input: v2.6.35.1
> $ git bisect good v2.6.35
> Bisecting: 3941 revisions left to test after this (roughly 12 steps)
> [2192482ee5ce5d5d4a6cec0c351b2d3a744606eb] Merge branch 'for-rmk' of
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into
> devel-stable
> 
> What next? ;)

You are going to bisect the wrong tree. Looks like you don't have the
stable git tree:

# git clone --reference linux-2.6 git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.35.y.git
# cd linux-2.6.35.y
# git bisect start
# git bisect good v2.6.35.1
# git bisect bad v2.6.35.2

'linux-2.6' would be your local clone of Linus' upstream git tree. That way
git will only pull a couple of megs instead of several hundred megs.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ