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] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 2 Dec 2008 11:23:42 -0800 (PST)
From:	Linus Torvalds <torvalds@...ux-foundation.org>
To:	Alejandro Riveira Fernández 
	<ariveira@...il.com>, Al Viro <viro@...iv.linux.org.uk>
cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Dmitry Baryshkov <dbaryshkov@...il.com>,
	Alistair John Strachan <alistair@...zero.co.uk>,
	"Michael B. Trausch" <mike@...usch.us>
Subject: Re: Linux 2.6.28-rc7



On Tue, 2 Dec 2008, Alejandro Riveira Fernández wrote:
> 
>  Here you go 
> 
>  [alex@...da:kernel/linux-2.6]$ git bisect bad                                   
> 31168481c32c8a485e1003af9433124dede57f8d is first bad commit

Excellent. One last step - can you verify that just reverting this commit 
makes your problems go away?

IOW, just do

	git bisect reset

to get out of bisect mode, and then do

	git revert 31168481c32c8a485e1003af9433124dede57f8d

and check that the end result is all good?

That's just to double-check that the revert is sufficient, but also 
because "git bisect" is very sensitive to false information (ie if it 
happens that a bug sometimes is not entirely repeatable, then a single 
wrong "git bisect bad/good" will result in the pinpointed commit being 
possibly totally the wrong one).

And Al - can you double-check that commit?

		Linus
--
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