All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Isaacson <adi@hexapodia.org>
To: John Richard Moser <nigelenki@comcast.net>,
	Linux-Kernel mailing list <linux-kernel@vger.kernel.org>
Subject: Re: post 2.6.7 BK change breaks Java?
Date: Tue, 6 Jul 2004 17:45:39 -0500	[thread overview]
Message-ID: <20040706224539.GA6060@hexapodia.org> (raw)
In-Reply-To: <20040706161451.GA26925@merlin.emma.line.org>

On Tue, Jul 06, 2004 at 06:14:51PM +0200, Matthias Andree wrote:
> I've been pointed to the NX feature off-list and investigated, my CPU
> (AMD Athlon XP 2500+ Model 10 "Barton") doesn't support the noexec flag,
> and dmesg does not contain any output that MX was enabled, and the Java
> "Killed" problem persists when the kernel is booted with noexec=off.
> 
> It must have entered the tree between v2.6.7 and revision 1.1757 in
> Linus' tree.

BK revision numbers aren't stable, so "1.1757" doesn't say much.
Instead, quote keys, either :KEY: or :MD5KEY:, like so:
% bk prs -hnd:KEY: -r1.1657 ChangeSet
akpm@osdl.org[torvalds]|ChangeSet|20040323152307|55600
% bk prs -hnd:MD5KEY: -r1.1657 ChangeSet
4060565bRhJji9RfHpiUg8dYxnHR1A

Those identifiers are eternal and unchanging, and can be used almost
anywhere a revision number can be used.  (Note that I used a different
rev, as I don't have 1.1757 in my tree at the moment.)

> BTW, how do I tell BitKeeper "pull up to revision..."?  bk pull and bk
> undo -aREV is a way, but it's wasteful.

bk clone has a -r option, but it just does an undo internally.  You
should definitely have a local mirror of the kernel source and make
temporary clones to work in, then the only things that you're wasting
are compute cycles and disk IO (rather than network bandwidth).

% (cd mirror/linux-2.5; bk pull)
% bk clone -ql -r4060565bRhJji9RfHpiUg8dYxnHR1A mirror/linux-2.5 tmptree

This works better if you have enough RAM to cache the entire BK tree
comfortably (at least 768MB, preferably a gig).

-andy (not speaking for or associated with BitMover)

  parent reply	other threads:[~2004-07-06 22:45 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-05 23:11 post 2.6.7 BK change breaks Java? Matthias Andree
2004-07-06 15:55 ` John Richard Moser
2004-07-06 16:14   ` Matthias Andree
2004-07-06 17:49     ` John Richard Moser
2004-07-06 22:45     ` Andy Isaacson [this message]
2004-07-09 13:51 ` Jesper Juhl
2004-07-09 14:54   ` Con Kolivas
2004-07-09 16:37     ` José de Paula
2004-07-09 17:55     ` Jesper Juhl
2004-07-10 11:41       ` Go Taniguchi
2004-07-11 15:16       ` Jesper Juhl
2004-07-11 15:19         ` Con Kolivas
2004-07-11 15:35           ` Jesper Juhl
2004-07-11 15:35         ` Grzegorz Kulewski
2004-07-11 15:38           ` Jesper Juhl
2004-07-12  0:56             ` Jesper Juhl
2004-07-12  3:20               ` Brian Gerst
2004-07-12  3:57                 ` Brian Gerst
2004-07-12 11:01                   ` Jesper Juhl
2004-07-12 12:38                     ` Brian Gerst
2004-07-12 14:05                       ` Matthias Andree
2004-07-12 15:59                       ` Linus Torvalds
2004-07-12 21:50                   ` Bill Davidsen
  -- strict thread matches above, loose matches on Subject: below --
2004-07-06 18:38 Ray Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040706224539.GA6060@hexapodia.org \
    --to=adi@hexapodia.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nigelenki@comcast.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.