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-next>] [day] [month] [year] [list]
Date:	Fri, 21 Mar 2008 15:14:07 -0700
From:	"Yinghai Lu" <yhlu.kernel@...il.com>
To:	"Ingo Molnar" <mingo@...e.hu>
Cc:	"Glauber Costa" <gcosta@...hat.com>,
	"kernel list" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 0/79] smpboot integration

On Fri, Mar 21, 2008 at 2:41 PM, Yinghai Lu <yhlu.kernel@...il.com> wrote:
>
> On Fri, Mar 21, 2008 at 1:03 PM, Yinghai Lu <yhlu.kernel@...il.com> wrote:
>  >
>  > On Fri, Mar 21, 2008 at 12:55 PM, Ingo Molnar <mingo@...e.hu> wrote:
>  >  >
>  >  >  * Yinghai Lu <yhlu.kernel@...il.com> wrote:
>  >  >
>  >  >
>  >  > > how to bisect x86.git tree?. it always said it can not bisect seeked
>  >  >  > tree.
>  >  >
>  >  >  ah. Does this work:
>  >  >
>  >  >   git-checkout my-tree x86/latest
>  >  >
>  >  >   git-bisect start
>  >  >   git-bisect good x86/base
>  >  >   git-bisect bad x86/latest
>  >  >
>  >  >  x86/base is the Linus tree that x86.git is based against. You can see
>  >  >  all the x86.git/latest changes by doing:
>  >  >
>  >  >   git-log x86/base..x86/latest
>  >  >
>  >  >         Ingo
>  >  >
>  >
>  >  works. will let you know the result.
>  >
>
>  yhlu@mpk:~/xx/xx/kernel/x86/linux-2.6> git-bisect bad
>  d1c707188ad646c8094cac9afb1738e7d0196ff2 is first bad commit
>  commit d1c707188ad646c8094cac9afb1738e7d0196ff2
>  Author: Glauber de Oliveira Costa <gcosta@...hat.com>
>  Date:   Wed Mar 19 14:25:53 2008 -0300
>
>     x86: include mach_apic.h in smpboot_64.c and smpboot.c
>
>     After the inclusion, a lot of files needs fixing for conflicts,
>     some of them in the headers themselves, to accomodate for both
>     i386 and x86_64 versions.
>
>     [ mingo@...e.hu: build fix ]
>
>     Signed-off-by: Glauber Costa <gcosta@...hat.com>
>     Signed-off-by: Ingo Molnar <mingo@...e.hu>
>
>  :040000 040000 19f574e64bb8003bbe984f3a8c1315db969dfdcd
>  6ffe96588c77bc936705599fa110107856201115 M      arch
>  :040000 040000 61269347ad4f384ed85cc87c4f2d004ed94492ac
>  8f5c713da25579a3cdf63db3d4c2f795261d0521 M      include
>  yhlu@mpk:~/xx/xx/kernel/x86/linux-2.6>
>

attached patch fix that.

YH

View attachment "smpboo_intergration_fix.patch" of type "text/x-patch" (755 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ