[Devel] Re: [PATCH 16/28] [FLAT 1/6] Changes in data structures for flat model

2007-06-20 Thread Eric W. Biederman
Pavel Emelianov <[EMAIL PROTECTED]> writes: > Eric W. Biederman wrote: >> Pavel Emelianov <[EMAIL PROTECTED]> writes: >> > > [snip] > | --- ./include/linux/sched.h.flatdatast 2007-06-15 15:14:33.0 +0400 | +++ ./include/linux/sched.h 2007-06-15 15:19:14.0 +0400

[Devel] Re: [PATCH 16/28] [FLAT 1/6] Changes in data structures for flat model

2007-06-20 Thread Eric W. Biederman
Pavel Emelianov <[EMAIL PROTECTED]> writes: > Eric W. Biederman wrote: >> Pavel Emelianov <[EMAIL PROTECTED]> writes: >> > > [snip] > | --- ./include/linux/sched.h.flatdatast 2007-06-15 15:14:33.0 +0400 | +++ ./include/linux/sched.h 2007-06-15 15:19:14.0 +0400

[Devel] Re: [PATCH 16/28] [FLAT 1/6] Changes in data structures for flat model

2007-06-20 Thread Pavel Emelianov
Eric W. Biederman wrote: > Pavel Emelianov <[EMAIL PROTECTED]> writes: > [snip] >>> | --- ./include/linux/sched.h.flatdatast 2007-06-15 15:14:33.0 +0400 >>> | +++ ./include/linux/sched.h 2007-06-15 15:19:14.0 +0400 >>> | @@ -482,7 +482,10 @@ struct signal_struct { >>> |

[Devel] Re: [PATCH 16/28] [FLAT 1/6] Changes in data structures for flat model

2007-06-19 Thread Eric W. Biederman
Pavel Emelianov <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] wrote: >> Pavel Emelianov [EMAIL PROTECTED] wrote: >> | This patch opens the flat model patches. >> | >> | The flat model idea is that struct pid has two numbers. The first one >> | (pid->nr) is a global one and is unique in the sys

[Devel] Re: [PATCH 16/28] [FLAT 1/6] Changes in data structures for flat model

2007-06-19 Thread Dave Hansen
On Tue, 2007-06-19 at 11:18 +0400, Pavel Emelianov wrote: > [EMAIL PROTECTED] wrote: > > Pavel Emelianov [EMAIL PROTECTED] wrote: > > | This patch opens the flat model patches. > > | > > | The flat model idea is that struct pid has two numbers. The first one > > | (pid->nr) is a global one and is

Re: [Devel] Re: [PATCH 16/28] [FLAT 1/6] Changes in data structures for flat model

2007-06-19 Thread Pavel Emelianov
[EMAIL PROTECTED] wrote: > Pavel Emelianov [EMAIL PROTECTED] wrote: > | [EMAIL PROTECTED] wrote: > | > Pavel Emelianov [EMAIL PROTECTED] wrote: > | > | This patch opens the flat model patches. > | > | > | > | The flat model idea is that struct pid has two numbers. The first one > | > | (pid->nr)

[Devel] Re: [PATCH 16/28] [FLAT 1/6] Changes in data structures for flat model

2007-06-18 Thread sukadev
Pavel Emelianov [EMAIL PROTECTED] wrote: | [EMAIL PROTECTED] wrote: | > Pavel Emelianov [EMAIL PROTECTED] wrote: | > | This patch opens the flat model patches. | > | | > | The flat model idea is that struct pid has two numbers. The first one | > | (pid->nr) is a global one and is unique in the sy

[Devel] Re: [PATCH 16/28] [FLAT 1/6] Changes in data structures for flat model

2007-06-18 Thread Pavel Emelianov
[EMAIL PROTECTED] wrote: > Pavel Emelianov [EMAIL PROTECTED] wrote: > | This patch opens the flat model patches. > | > | The flat model idea is that struct pid has two numbers. The first one > | (pid->nr) is a global one and is unique in the system. The second one > | (pid->vnr) is a virtual pid

[Devel] Re: [PATCH 16/28] [FLAT 1/6] Changes in data structures for flat model

2007-06-18 Thread sukadev
Pavel Emelianov [EMAIL PROTECTED] wrote: | This patch opens the flat model patches. | | The flat model idea is that struct pid has two numbers. The first one | (pid->nr) is a global one and is unique in the system. The second one | (pid->vnr) is a virtual pid. It is used on the kernel user bound