* Re: [PATCH *] new struct page shrinkage
@ 2002-02-19 19:21 ` Linus Torvalds
0 siblings, 0 replies; 18+ messages in thread
From: Linus Torvalds @ 2002-02-19 19:21 UTC (permalink / raw)
To: Rik van Riel; +Cc: linux-kernel, linux-mm
On Tue, 19 Feb 2002, Rik van Riel wrote:
>
> The patch has been changed like you wanted, with page->zone
> shoved into page->flags. I've also pulled the thing up to
> your latest changes from linux.bkbits.net so you should be
> able to just pull it into your tree from:
>
> bk://linuxvm.bkbits.net/linux-2.5-struct_page
Btw, _please_ don't do things like changing the bitkeeper etc/config file.
Right now your very first changesets is something that I definitely do not
want in my tree.
Sure, I can do "bk cset -x" on the damn thing, but the fact is, I don't
want to have totally unnecessary undo's in my tree on things like this.
That's just stupid, and only makes the revision history look even less
readable than it already is..
Linus
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH *] new struct page shrinkage
2002-02-19 19:21 ` Linus Torvalds
@ 2002-02-19 19:27 ` Rik van Riel
-1 siblings, 0 replies; 18+ messages in thread
From: Rik van Riel @ 2002-02-19 19:27 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-mm
On Tue, 19 Feb 2002, Linus Torvalds wrote:
> On Tue, 19 Feb 2002, Rik van Riel wrote:
> >
> > The patch has been changed like you wanted, with page->zone
> > shoved into page->flags. I've also pulled the thing up to
> > your latest changes from linux.bkbits.net so you should be
> > able to just pull it into your tree from:
> >
> > bk://linuxvm.bkbits.net/linux-2.5-struct_page
>
> Btw, _please_ don't do things like changing the bitkeeper etc/config file.
> Right now your very first changesets is something that I definitely do not
> want in my tree.
Woooops, I was trying to make the overview on linuxvm.bkbits.net
display something sensible but didn't realise you'd be pulling
that back into your tree ;((((
I'll make sure to not make this mistake again.
regards,
Rik
--
"Linux holds advantages over the single-vendor commercial OS"
-- Microsoft's "Competing with Linux" document
http://www.surriel.com/ http://distro.conectiva.com/
^ permalink raw reply [flat|nested] 18+ messages in thread* Re: [PATCH *] new struct page shrinkage
@ 2002-02-19 19:27 ` Rik van Riel
0 siblings, 0 replies; 18+ messages in thread
From: Rik van Riel @ 2002-02-19 19:27 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-mm
On Tue, 19 Feb 2002, Linus Torvalds wrote:
> On Tue, 19 Feb 2002, Rik van Riel wrote:
> >
> > The patch has been changed like you wanted, with page->zone
> > shoved into page->flags. I've also pulled the thing up to
> > your latest changes from linux.bkbits.net so you should be
> > able to just pull it into your tree from:
> >
> > bk://linuxvm.bkbits.net/linux-2.5-struct_page
>
> Btw, _please_ don't do things like changing the bitkeeper etc/config file.
> Right now your very first changesets is something that I definitely do not
> want in my tree.
Woooops, I was trying to make the overview on linuxvm.bkbits.net
display something sensible but didn't realise you'd be pulling
that back into your tree ;((((
I'll make sure to not make this mistake again.
regards,
Rik
--
"Linux holds advantages over the single-vendor commercial OS"
-- Microsoft's "Competing with Linux" document
http://www.surriel.com/ http://distro.conectiva.com/
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH *] new struct page shrinkage
2002-02-19 19:21 ` Linus Torvalds
@ 2002-02-19 19:32 ` Larry McVoy
-1 siblings, 0 replies; 18+ messages in thread
From: Larry McVoy @ 2002-02-19 19:32 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Rik van Riel, linux-kernel, linux-mm
On Tue, Feb 19, 2002 at 11:21:34AM -0800, Linus Torvalds wrote:
> > The patch has been changed like you wanted, with page->zone
> > shoved into page->flags. I've also pulled the thing up to
> > your latest changes from linux.bkbits.net so you should be
> > able to just pull it into your tree from:
> >
> > bk://linuxvm.bkbits.net/linux-2.5-struct_page
>
> Btw, _please_ don't do things like changing the bitkeeper etc/config file.
> Right now your very first changesets is something that I definitely do not
> want in my tree.
This is really a problem for bkbits to solve if I understand it correctly.
Rik wants to "name" his tree. If we the bkbits admin interface have a
"desc" command which changes the description listed on the web pages, then
I think he'll be happy, right? We had the same problem with the PPC tree,
people do this without realizing the implications.
I'd suggest a changeset to the config file which says
# Don't change the description unless you are Linus.
--
---
Larry McVoy lm at bitmover.com http://www.bitmover.com/lm
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH *] new struct page shrinkage
@ 2002-02-19 19:32 ` Larry McVoy
0 siblings, 0 replies; 18+ messages in thread
From: Larry McVoy @ 2002-02-19 19:32 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Rik van Riel, linux-kernel, linux-mm
On Tue, Feb 19, 2002 at 11:21:34AM -0800, Linus Torvalds wrote:
> > The patch has been changed like you wanted, with page->zone
> > shoved into page->flags. I've also pulled the thing up to
> > your latest changes from linux.bkbits.net so you should be
> > able to just pull it into your tree from:
> >
> > bk://linuxvm.bkbits.net/linux-2.5-struct_page
>
> Btw, _please_ don't do things like changing the bitkeeper etc/config file.
> Right now your very first changesets is something that I definitely do not
> want in my tree.
This is really a problem for bkbits to solve if I understand it correctly.
Rik wants to "name" his tree. If we the bkbits admin interface have a
"desc" command which changes the description listed on the web pages, then
I think he'll be happy, right? We had the same problem with the PPC tree,
people do this without realizing the implications.
I'd suggest a changeset to the config file which says
# Don't change the description unless you are Linus.
--
---
Larry McVoy lm at bitmover.com http://www.bitmover.com/lm
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH *] new struct page shrinkage
2002-02-19 19:32 ` Larry McVoy
@ 2002-02-19 19:35 ` Rik van Riel
-1 siblings, 0 replies; 18+ messages in thread
From: Rik van Riel @ 2002-02-19 19:35 UTC (permalink / raw)
To: Larry McVoy; +Cc: Linus Torvalds, linux-kernel, linux-mm
On Tue, 19 Feb 2002, Larry McVoy wrote:
> This is really a problem for bkbits to solve if I understand it
> correctly. Rik wants to "name" his tree. If we the bkbits admin
> interface have a "desc" command which changes the description listed
> on the web pages, then I think he'll be happy, right?
Indeed. The problem was that I was getting too many trees
on linuxvm.bkbits.net and would only end up confusing people
what was what...
> I'd suggest a changeset to the config file which says
>
> # Don't change the description unless you are Linus.
Nice warning ;)
regards,
Rik
--
"Linux holds advantages over the single-vendor commercial OS"
-- Microsoft's "Competing with Linux" document
http://www.surriel.com/ http://distro.conectiva.com/
^ permalink raw reply [flat|nested] 18+ messages in thread* Re: [PATCH *] new struct page shrinkage
@ 2002-02-19 19:35 ` Rik van Riel
0 siblings, 0 replies; 18+ messages in thread
From: Rik van Riel @ 2002-02-19 19:35 UTC (permalink / raw)
To: Larry McVoy; +Cc: Linus Torvalds, linux-kernel, linux-mm
On Tue, 19 Feb 2002, Larry McVoy wrote:
> This is really a problem for bkbits to solve if I understand it
> correctly. Rik wants to "name" his tree. If we the bkbits admin
> interface have a "desc" command which changes the description listed
> on the web pages, then I think he'll be happy, right?
Indeed. The problem was that I was getting too many trees
on linuxvm.bkbits.net and would only end up confusing people
what was what...
> I'd suggest a changeset to the config file which says
>
> # Don't change the description unless you are Linus.
Nice warning ;)
regards,
Rik
--
"Linux holds advantages over the single-vendor commercial OS"
-- Microsoft's "Competing with Linux" document
http://www.surriel.com/ http://distro.conectiva.com/
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/
^ permalink raw reply [flat|nested] 18+ messages in thread* Re: [PATCH *] new struct page shrinkage
2002-02-19 19:35 ` Rik van Riel
@ 2002-02-19 19:54 ` Larry McVoy
-1 siblings, 0 replies; 18+ messages in thread
From: Larry McVoy @ 2002-02-19 19:54 UTC (permalink / raw)
To: Rik van Riel
Cc: Larry McVoy, Linus Torvalds, linux-kernel, linux-mm, Amy Graf
On Tue, Feb 19, 2002 at 04:35:26PM -0300, Rik van Riel wrote:
> On Tue, 19 Feb 2002, Larry McVoy wrote:
> > This is really a problem for bkbits to solve if I understand it
> > correctly. Rik wants to "name" his tree. If we the bkbits admin
> > interface have a "desc" command which changes the description listed
> > on the web pages, then I think he'll be happy, right?
>
> Indeed. The problem was that I was getting too many trees
> on linuxvm.bkbits.net and would only end up confusing people
> what was what...
I've got Amy working on a change so you can do a
admin shell>> desc [-rrepo] whatever you want
and it will change the description to "whatever you want" on repo if specified,
or all if not.
--
---
Larry McVoy lm at bitmover.com http://www.bitmover.com/lm
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH *] new struct page shrinkage
@ 2002-02-19 19:54 ` Larry McVoy
0 siblings, 0 replies; 18+ messages in thread
From: Larry McVoy @ 2002-02-19 19:54 UTC (permalink / raw)
To: Rik van Riel
Cc: Larry McVoy, Linus Torvalds, linux-kernel, linux-mm, Amy Graf
On Tue, Feb 19, 2002 at 04:35:26PM -0300, Rik van Riel wrote:
> On Tue, 19 Feb 2002, Larry McVoy wrote:
> > This is really a problem for bkbits to solve if I understand it
> > correctly. Rik wants to "name" his tree. If we the bkbits admin
> > interface have a "desc" command which changes the description listed
> > on the web pages, then I think he'll be happy, right?
>
> Indeed. The problem was that I was getting too many trees
> on linuxvm.bkbits.net and would only end up confusing people
> what was what...
I've got Amy working on a change so you can do a
admin shell>> desc [-rrepo] whatever you want
and it will change the description to "whatever you want" on repo if specified,
or all if not.
--
---
Larry McVoy lm at bitmover.com http://www.bitmover.com/lm
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH *] new struct page shrinkage
2002-02-19 19:21 ` Linus Torvalds
@ 2002-02-19 19:41 ` Rik van Riel
-1 siblings, 0 replies; 18+ messages in thread
From: Rik van Riel @ 2002-02-19 19:41 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-mm
On Tue, 19 Feb 2002, Linus Torvalds wrote:
> Btw, _please_ don't do things like changing the bitkeeper etc/config
> file. Right now your very first changesets is something that I
> definitely do not want in my tree.
Since bk doesn't seem to let me remove the thing from the
history (probably with some good reason), I guess you
might as well import the following patch:
http://surriel.com/patches/2.5/2.5.5-p2-struct_page5
As a side effect, this patch should reduce the whole
thing to one changeset, which isn't all bad since we
don't need to have the history of Linux cluttered up
with all the minor changes to this patch ;)
regards,
Rik
--
"Linux holds advantages over the single-vendor commercial OS"
-- Microsoft's "Competing with Linux" document
http://www.surriel.com/ http://distro.conectiva.com/
^ permalink raw reply [flat|nested] 18+ messages in thread* Re: [PATCH *] new struct page shrinkage
@ 2002-02-19 19:41 ` Rik van Riel
0 siblings, 0 replies; 18+ messages in thread
From: Rik van Riel @ 2002-02-19 19:41 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-mm
On Tue, 19 Feb 2002, Linus Torvalds wrote:
> Btw, _please_ don't do things like changing the bitkeeper etc/config
> file. Right now your very first changesets is something that I
> definitely do not want in my tree.
Since bk doesn't seem to let me remove the thing from the
history (probably with some good reason), I guess you
might as well import the following patch:
http://surriel.com/patches/2.5/2.5.5-p2-struct_page5
As a side effect, this patch should reduce the whole
thing to one changeset, which isn't all bad since we
don't need to have the history of Linux cluttered up
with all the minor changes to this patch ;)
regards,
Rik
--
"Linux holds advantages over the single-vendor commercial OS"
-- Microsoft's "Competing with Linux" document
http://www.surriel.com/ http://distro.conectiva.com/
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/
^ permalink raw reply [flat|nested] 18+ messages in thread