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:	Fri, 16 May 2008 07:17:31 +0200
From:	Mariusz Kozlowski <m.kozlowski@...land.pl>
To:	Stephen Rothwell <sfr@...b.auug.org.au>
Cc:	Adrian Bunk <bunk@...nel.org>, kernel-testers@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: spontaneous reboots and hangs on x86_64

Hello Stephen,

> On Thu, 15 May 2008 23:31:21 +0300 Adrian Bunk <bunk@...nel.org> wrote:
> >
> > > ~/linux/linux-next $ git bisect start
> > > fatal: ref HEAD is not a symbolic ref
> > > Bad HEAD - I need a symbolic ref
> 
> This would indicate something wrong with your clone of linux-next.  How
> did you create the repository?
> 
> > > - how does one bisect on linux-next?
> 
> Any day's linux-next tree is a git tree like any other ...
> 

Hm it can be that I did something wrong but I simply followed advice seen 
in one of threads on lkml:

"
Dmitry: you cannot just "git pull" on linux-next, because each version of 
linux-next is independent of the next one. What you should do is basically

        # Set this up just once..
        git remote add linux-next git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git

and then after that, you keep on just doing

        git fetch linux-next
        git checkout linux-next/master
"

This is from today:

$ git fetch linux-next
remote: Counting objects: 3749, done.
remote: Compressing objects: 100% (748/748), done.
Indexing 2309 objects...
remote: Total 2309 (delta 1918), reused 1951 (delta 1560)
 100% (2309/2309) done
Resolving 1918 deltas...
 100% (1918/1918) done
496 objects were added to complete this thin pack.
* refs/remotes/linux-next/history: fast forward to branch 'history' of git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next
  old..new: b26fb88..75f1411
* refs/remotes/linux-next/master: forcing update to non-fast forward branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next
  old...new: 703d73f...f1d3dea
* refs/remotes/linux-next/stable: fast forward to branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next
  old..new: dd28642..7371fd1
Auto-following refs/tags/next-20080516
* refs/tags/next-20080516: storing tag 'next-20080516' of git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next
  commit: f1d3dea

$ git checkout linux-next/master
HEAD is now at f1d3dea... Add linux-next specific files

$ git bisect start
fatal: ref HEAD is not a symbolic ref
Bad HEAD - I need a symbolic ref
--
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