Re: [PATCH v3 26/41] vhost: virtio 1.0 endian-ness support

2014-11-24 Thread Cedric Le Goater
Hi Michael, Do you have a tree from where I could pull these patches ? Thanks, C. On 11/24/2014 12:54 PM, Michael S. Tsirkin wrote: > Signed-off-by: Michael S. Tsirkin > --- > drivers/vhost/vhost.c | 93 > +++ > 1 file changed, 56

Re: [PATCH v3 26/41] vhost: virtio 1.0 endian-ness support

2014-11-24 Thread Cedric Le Goater
Hi Michael, Do you have a tree from where I could pull these patches ? Thanks, C. On 11/24/2014 12:54 PM, Michael S. Tsirkin wrote: Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/vhost/vhost.c | 93 +++ 1 file changed, 56

Re: [PATCH] offb: Fix little-endian support

2014-05-14 Thread Cedric Le Goater
On 05/14/2014 04:24 PM, Takashi Iwai wrote: > At Wed, 14 May 2014 16:01:17 +0200, > Cedric Le Goater wrote: >> >> Hi Iwai-san, >> >> On 05/14/2014 03:21 PM, Takashi Iwai wrote: >>> Although the color palette was corrected for little endian by the >&g

Re: [PATCH] offb: Fix little-endian support

2014-05-14 Thread Cedric Le Goater
Hi Iwai-san, On 05/14/2014 03:21 PM, Takashi Iwai wrote: > Although the color palette was corrected for little endian by the > commit [e1edf18b: offb: Add palette hack for little endian], the > graphics mode is still shown in psychedelic colors. Are you referring to the linux logo colors ? If

Re: [PATCH] offb: Fix little-endian support

2014-05-14 Thread Cedric Le Goater
Hi Iwai-san, On 05/14/2014 03:21 PM, Takashi Iwai wrote: Although the color palette was corrected for little endian by the commit [e1edf18b: offb: Add palette hack for little endian], the graphics mode is still shown in psychedelic colors. Are you referring to the linux logo colors ? If

Re: [PATCH] offb: Fix little-endian support

2014-05-14 Thread Cedric Le Goater
On 05/14/2014 04:24 PM, Takashi Iwai wrote: At Wed, 14 May 2014 16:01:17 +0200, Cedric Le Goater wrote: Hi Iwai-san, On 05/14/2014 03:21 PM, Takashi Iwai wrote: Although the color palette was corrected for little endian by the commit [e1edf18b: offb: Add palette hack for little endian

Re: [PATCH 2/2] extend clone_flags using parent_tidptr argument

2008-02-05 Thread Cedric Le Goater
Andrew Morton wrote: On Mon, 4 Feb 2008 14:24:16 -0600 "Serge E. Hallyn" <[EMAIL PROTECTED]> wrote: Quoting Cedric Le Goater ([EMAIL PROTECTED]): From: Cedric Le Goater <[EMAIL PROTECTED]> We have at least 2 patchsets requiring each a new clone flag and there it is, w

Re: [PATCH 2/2] extend clone_flags using parent_tidptr argument

2008-02-05 Thread Cedric Le Goater
Andrew Morton wrote: On Mon, 4 Feb 2008 14:24:16 -0600 Serge E. Hallyn [EMAIL PROTECTED] wrote: Quoting Cedric Le Goater ([EMAIL PROTECTED]): From: Cedric Le Goater [EMAIL PROTECTED] We have at least 2 patchsets requiring each a new clone flag and there it is, we've reached the limit, none

[PATCH 2/2] extend clone_flags using parent_tidptr argument

2008-02-04 Thread Cedric Le Goater
From: Cedric Le Goater <[EMAIL PROTECTED]> We have at least 2 patchsets requiring each a new clone flag and there it is, we've reached the limit, none are left. This patch uses the CLONE_DETACHED flag (unused) as a marker to extend the clone flags through the parent_tidptr ar

[PATCH 1/2] change clone_flags type to u64

2008-02-04 Thread Cedric Le Goater
From: Cedric Le Goater <[EMAIL PROTECTED]> This is a preliminary patch changing the clone_flags type to 64bits for all the routines called by do_fork(). It prepares ground for the next patch which introduces an enhanced version of clone(). This is work in progress. All conversions

[PATCH 1/2] change clone_flags type to u64

2008-02-04 Thread Cedric Le Goater
From: Cedric Le Goater [EMAIL PROTECTED] This is a preliminary patch changing the clone_flags type to 64bits for all the routines called by do_fork(). It prepares ground for the next patch which introduces an enhanced version of clone(). This is work in progress. All conversions might

[PATCH 2/2] extend clone_flags using parent_tidptr argument

2008-02-04 Thread Cedric Le Goater
From: Cedric Le Goater [EMAIL PROTECTED] We have at least 2 patchsets requiring each a new clone flag and there it is, we've reached the limit, none are left. This patch uses the CLONE_DETACHED flag (unused) as a marker to extend the clone flags through the parent_tidptr argument

Re: [PATCH 2.6.24-rc8-mm1 09/15] (RFC) IPC: new kernel API to change an ID

2008-01-31 Thread Cedric Le Goater
Hello Kirill ! Kirill Korotaev wrote: Pierre, my point is that after you've added interface "set IPCID", you'll need more and more for checkpointing: - "create/setup conntrack" (otherwise connections get dropped), - "set task start time" (needed for Oracle checkpointing BTW), - "set some

Re: [PATCH 2.6.24-rc8-mm1 09/15] (RFC) IPC: new kernel API to change an ID

2008-01-31 Thread Cedric Le Goater
Hello Kirill ! Kirill Korotaev wrote: Pierre, my point is that after you've added interface set IPCID, you'll need more and more for checkpointing: - create/setup conntrack (otherwise connections get dropped), - set task start time (needed for Oracle checkpointing BTW), - set some statistics

Re: [PATCH 1/2] Extend sys_clone and sys_unshare system calls API

2008-01-24 Thread Cedric Le Goater
Pavel Machek wrote: > On Wed 2008-01-16 15:58:55, Pavel Emelyanov wrote: >> There's only one bit in the clone_flags left, so we won't be able >> to create more namespaces after we make it busy. Besides, for >> checkpoint/restart jobs we might want to create tasks with given >> pids (virtual of

Re: [PATCH 1/2] Extend sys_clone and sys_unshare system calls API

2008-01-24 Thread Cedric Le Goater
Pavel Machek wrote: On Wed 2008-01-16 15:58:55, Pavel Emelyanov wrote: There's only one bit in the clone_flags left, so we won't be able to create more namespaces after we make it busy. Besides, for checkpoint/restart jobs we might want to create tasks with given pids (virtual of course).

Re: [PATCH 1/2] Extend sys_clone and sys_unshare system calls API

2008-01-17 Thread Cedric Le Goater
Al Viro wrote: > On Wed, Jan 16, 2008 at 07:23:40AM -0700, Jonathan Corbet wrote: >> Hi, Pavel, >> >> [Adding Ulrich] >> >>> I use the last bit in the clone_flags for CLONE_LONGARG. When set it >>> will denote that the child_tidptr is not a pointer to a tid storage, >>> but the pointer to the

Re: 2.6.24-rc4-mm1 - BUG in tcp_fragment

2007-12-13 Thread Cedric Le Goater
Ilpo Järvinen wrote: > On Thu, 13 Dec 2007, Cedric Le Goater wrote: > >> I got this one while compiling on NFS. >> >> C. >> >> kernel BUG at /home/legoater/linux/2.6.24-rc4-mm1/include/net/tcp.h:1480! > > I'm not exactly sure what patches you have appl

Re: 2.6.24-rc4-mm1 - BUG in tcp_fragment

2007-12-13 Thread Cedric Le Goater
Andrew Morton wrote: > Temporarily at > > http://userweb.kernel.org/~akpm/2.6.24-rc4-mm1/ > > Will appear later at > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24-rc4/2.6.24-rc4-mm1/ I got this one while compiling on NFS. C. kernel BUG at

tcp_sacktag_one() WARNING (was Re: 2.6.24-rc4-mm1)

2007-12-13 Thread Cedric Le Goater
Cedric Le Goater wrote: > Ilpo Järvinen wrote: >> On Wed, 5 Dec 2007, Andrew Morton wrote: >> >>> On Thu, 06 Dec 2007 17:59:37 +1100 Reuben Farrelly <[EMAIL PROTECTED]> >>> wrote: >>> >>>> This non fatal oops which I have just notice

tcp_sacktag_one() WARNING (was Re: 2.6.24-rc4-mm1)

2007-12-13 Thread Cedric Le Goater
Cedric Le Goater wrote: Ilpo Järvinen wrote: On Wed, 5 Dec 2007, Andrew Morton wrote: On Thu, 06 Dec 2007 17:59:37 +1100 Reuben Farrelly [EMAIL PROTECTED] wrote: This non fatal oops which I have just noticed may be related to this change then - certainly looks networking related. yep

Re: 2.6.24-rc4-mm1 - BUG in tcp_fragment

2007-12-13 Thread Cedric Le Goater
Andrew Morton wrote: Temporarily at http://userweb.kernel.org/~akpm/2.6.24-rc4-mm1/ Will appear later at ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24-rc4/2.6.24-rc4-mm1/ I got this one while compiling on NFS. C. kernel BUG at

Re: 2.6.24-rc4-mm1 - BUG in tcp_fragment

2007-12-13 Thread Cedric Le Goater
Ilpo Järvinen wrote: On Thu, 13 Dec 2007, Cedric Le Goater wrote: I got this one while compiling on NFS. C. kernel BUG at /home/legoater/linux/2.6.24-rc4-mm1/include/net/tcp.h:1480! I'm not exactly sure what patches you have applied and which patches are not, with rc4-mm1

Re: 2.6.24-rc4-mm1

2007-12-12 Thread Cedric Le Goater
Ilpo Järvinen wrote: > On Wed, 5 Dec 2007, Andrew Morton wrote: > >> On Thu, 06 Dec 2007 17:59:37 +1100 Reuben Farrelly <[EMAIL PROTECTED]> wrote: >> >>> This non fatal oops which I have just noticed may be related to this change >>> then >>> - certainly looks networking related. >> yep, but it

Re: 2.6.24-rc4-mm1

2007-12-12 Thread Cedric Le Goater
Ilpo Järvinen wrote: > On Wed, 5 Dec 2007, David Miller wrote: > >> From: Reuben Farrelly <[EMAIL PROTECTED]> >> Date: Thu, 06 Dec 2007 17:59:37 +1100 >> >>> On 5/12/2007 4:17 PM, Andrew Morton wrote: - Lots of device IDs have been removed from the e1000 driver and moved over to

Re: 2.6.24-rc4-mm1

2007-12-12 Thread Cedric Le Goater
Ilpo Järvinen wrote: On Wed, 5 Dec 2007, David Miller wrote: From: Reuben Farrelly [EMAIL PROTECTED] Date: Thu, 06 Dec 2007 17:59:37 +1100 On 5/12/2007 4:17 PM, Andrew Morton wrote: - Lots of device IDs have been removed from the e1000 driver and moved over to e1000e. So if your e1000

Re: 2.6.24-rc4-mm1

2007-12-12 Thread Cedric Le Goater
Ilpo Järvinen wrote: On Wed, 5 Dec 2007, Andrew Morton wrote: On Thu, 06 Dec 2007 17:59:37 +1100 Reuben Farrelly [EMAIL PROTECTED] wrote: This non fatal oops which I have just noticed may be related to this change then - certainly looks networking related. yep, but it isn't e1000. It's

Re: [patch -mm 2/4] mqueue namespace : add unshare support

2007-11-29 Thread Cedric Le Goater
>> Index: 2.6.24-rc3-mm2/include/linux/sched.h >> === >> --- 2.6.24-rc3-mm2.orig/include/linux/sched.h >> +++ 2.6.24-rc3-mm2/include/linux/sched.h >> @@ -27,6 +27,7 @@ >> #define CLONE_NEWUSER 0x1000 /* New

Re: [patch -mm 2/4] mqueue namespace : add unshare support

2007-11-29 Thread Cedric Le Goater
cannot be unshared when the mount one is not ;) arg. yes :) Thanks ! C. Signed-off-by: Cedric Le Goater <[EMAIL PROTECTED]> --- kernel/fork.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: 2.6.24-rc3-mm2/kernel/fork.c

Re: [patch -mm 0/4] mqueue namespace

2007-11-29 Thread Cedric Le Goater
Pavel Emelyanov wrote: > Cedric Le Goater wrote: >> Hello ! >> >> Here's a small patchset introducing a new namespace for POSIX >> message queues. >> >> Nothing really complex a part from the mqueue filesystem which >> needed some specia

Re: [patch -mm 0/4] mqueue namespace

2007-11-29 Thread Cedric Le Goater
Pavel Emelyanov wrote: Cedric Le Goater wrote: Hello ! Here's a small patchset introducing a new namespace for POSIX message queues. Nothing really complex a part from the mqueue filesystem which needed some special care Hm... Why did you decided to make it separately from the IPC

Re: [patch -mm 2/4] mqueue namespace : add unshare support

2007-11-29 Thread Cedric Le Goater
CLONE_VM)) return ERR_PTR(-EINVAL); +/* + * mount namespace cannot be unshared when the mqueue + * namespace is not vice versa - mqueue namespace cannot be unshared when the mount one is not ;) arg. yes :) Thanks ! C. Signed-off-by: Cedric Le Goater [EMAIL

Re: [patch -mm 2/4] mqueue namespace : add unshare support

2007-11-29 Thread Cedric Le Goater
Index: 2.6.24-rc3-mm2/include/linux/sched.h === --- 2.6.24-rc3-mm2.orig/include/linux/sched.h +++ 2.6.24-rc3-mm2/include/linux/sched.h @@ -27,6 +27,7 @@ #define CLONE_NEWUSER 0x1000 /* New user namespace

Re: [PATCH 2.6.24-rc3-mm1] IPC: make struct ipc_ids static in ipc_namespace

2007-11-22 Thread Cedric Le Goater
allocate all in once and get rid of all the code needed to > allocate and free these ipc_ids separately. It looks safe and saves quite a lot of line. Pavel, what do you think of it ? Acked-by: Cedric Le Goater <[EMAIL PROTECTED]> Thanks, C. > Signed-off-by: Pierre Peiffer <[

Re: [PATCH 2.6.24-rc3-mm1] IPC: make struct ipc_ids static in ipc_namespace

2007-11-22 Thread Cedric Le Goater
and free these ipc_ids separately. It looks safe and saves quite a lot of line. Pavel, what do you think of it ? Acked-by: Cedric Le Goater [EMAIL PROTECTED] Thanks, C. Signed-off-by: Pierre Peiffer [EMAIL PROTECTED] --- include/linux/ipc_namespace.h | 13 +++-- ipc/msg.c

Re: [PATCH] Isolate the UTS namespace's domainname and hostname back

2007-11-21 Thread Cedric Le Goater
Pavel Emelyanov wrote: > The commit > > commit 7d69a1f4a72b18876c99c697692b78339d491568 > Author: Cedric Le Goater <[EMAIL PROTECTED]> > Date: Sun Jul 15 23:40:58 2007 -0700 > > remove CONFIG_UTS_NS and CONFIG_IPC_NS > > accidentally removed the code,

Re: [PATCH] Isolate the UTS namespace's domainname and hostname back

2007-11-21 Thread Cedric Le Goater
Pavel Emelyanov wrote: The commit commit 7d69a1f4a72b18876c99c697692b78339d491568 Author: Cedric Le Goater [EMAIL PROTECTED] Date: Sun Jul 15 23:40:58 2007 -0700 remove CONFIG_UTS_NS and CONFIG_IPC_NS accidentally removed the code, that prevented the uts-hostname and uts

Re: [PATCH 2/5] Move the UTS namespace under the option

2007-10-31 Thread Cedric Le Goater
> diff --git a/init/Kconfig b/init/Kconfig > index fc76773..d592aa2 100644 > --- a/init/Kconfig > +++ b/init/Kconfig > @@ -409,6 +409,13 @@ config NAMESPACES > or same user id or pid may refer to different tasks when used in > different namespaces. > > +config UTS_NS > + bool

Re: [PATCH 0/5] A config option to compile out some namespaces code (v3)

2007-10-31 Thread Cedric Le Goater
Pavel Emelyanov wrote: > There were some questions like "do I need this on my cellphone" > in reply to different namespaces patches. Indeed, the namespaces > are not useful for most of the embedded systems, but the code > creating and releasing them weights a lot. > > So I propose to add a config

Re: [PATCH 0/5] A config option to compile out some namespaces code (v3)

2007-10-31 Thread Cedric Le Goater
Pavel Emelyanov wrote: There were some questions like do I need this on my cellphone in reply to different namespaces patches. Indeed, the namespaces are not useful for most of the embedded systems, but the code creating and releasing them weights a lot. So I propose to add a config option

Re: [PATCH 2/5] Move the UTS namespace under the option

2007-10-31 Thread Cedric Le Goater
diff --git a/init/Kconfig b/init/Kconfig index fc76773..d592aa2 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -409,6 +409,13 @@ config NAMESPACES or same user id or pid may refer to different tasks when used in different namespaces. +config UTS_NS + bool UTS

Re: [Devel] [PATCH] pidns: Place under CONFIG_EXPERIMENTAL (take 2)

2007-10-29 Thread Cedric Le Goater
Eric W. Biederman wrote: > Andrew Morton <[EMAIL PROTECTED]> writes: > >>> On Sat, 27 Oct 2007 04:04:08 +0200 Adrian Bunk <[EMAIL PROTECTED]> wrote: be happy to hear if someone has a better idea. >>> There is a difference between "complete the feature" and "early adopters >>> to start

Re: [Devel] [PATCH] pidns: Place under CONFIG_EXPERIMENTAL (take 2)

2007-10-29 Thread Cedric Le Goater
Eric W. Biederman wrote: > Adrian Bunk <[EMAIL PROTECTED]> writes: > >> On Sun, Oct 28, 2007 at 09:12:34AM -0700, Jeremy Fitzhardinge wrote: >>> Eric W. Biederman wrote: Roughly that sounds like CONFIG_EXPERIMENTAL to me. But I would be happy to hear if someone has a better idea. >>>

Re: [Devel] [PATCH] pidns: Place under CONFIG_EXPERIMENTAL (take 2)

2007-10-29 Thread Cedric Le Goater
Eric W. Biederman wrote: Adrian Bunk [EMAIL PROTECTED] writes: On Sun, Oct 28, 2007 at 09:12:34AM -0700, Jeremy Fitzhardinge wrote: Eric W. Biederman wrote: Roughly that sounds like CONFIG_EXPERIMENTAL to me. But I would be happy to hear if someone has a better idea. Rather than overload

Re: [Devel] [PATCH] pidns: Place under CONFIG_EXPERIMENTAL (take 2)

2007-10-29 Thread Cedric Le Goater
Eric W. Biederman wrote: Andrew Morton [EMAIL PROTECTED] writes: On Sat, 27 Oct 2007 04:04:08 +0200 Adrian Bunk [EMAIL PROTECTED] wrote: be happy to hear if someone has a better idea. There is a difference between complete the feature and early adopters to start playing with the feature on

Re: 2.6.23-mm1 s390 driver problem

2007-10-19 Thread Cedric Le Goater
>> that helped going a little further in the boot process but we then have >> a network issue when bringing the network interface up : > > please cc netdev on network issues. yes. >> Bringing up interface eth0: Ý cut here ¨ >> Kernel BUG at 0002 Ýverbose

Re: 2.6.23-mm1 s390 driver problem

2007-10-19 Thread Cedric Le Goater
Martin Schwidefsky wrote: > On Fri, 2007-10-19 at 11:16 +0200, Cedric Le Goater wrote: >>> This is the vmlinux.lds.S problem. The cleanup patch from Sam Ravnborg >>> moved the __initramfs_start and __initramfs_end symbols into >>> the .init.ramfs section. T

Re: 2.6.23-mm1 s390 driver problem

2007-10-19 Thread Cedric Le Goater
Martin Schwidefsky wrote: > On Thu, 2007-10-18 at 15:31 -0500, Serge E. Hallyn wrote: >> Quoting Christian Borntraeger ([EMAIL PROTECTED]): >>> Am Donnerstag, 18. Oktober 2007 schrieb Serge E. Hallyn: Sigh, well this turned out less informative than I'd liked. After bisecting 2.6.23 to

Re: 2.6.23-mm1 s390 driver problem

2007-10-19 Thread Cedric Le Goater
Martin Schwidefsky wrote: On Fri, 2007-10-19 at 11:16 +0200, Cedric Le Goater wrote: This is the vmlinux.lds.S problem. The cleanup patch from Sam Ravnborg moved the __initramfs_start and __initramfs_end symbols into the .init.ramfs section. This is in itself not a problem, but it surfaced

Re: 2.6.23-mm1 s390 driver problem

2007-10-19 Thread Cedric Le Goater
Martin Schwidefsky wrote: On Thu, 2007-10-18 at 15:31 -0500, Serge E. Hallyn wrote: Quoting Christian Borntraeger ([EMAIL PROTECTED]): Am Donnerstag, 18. Oktober 2007 schrieb Serge E. Hallyn: Sigh, well this turned out less informative than I'd liked. After bisecting 2.6.23 to 2.6.23-mm1, I

Re: 2.6.23-mm1 s390 driver problem

2007-10-19 Thread Cedric Le Goater
that helped going a little further in the boot process but we then have a network issue when bringing the network interface up : please cc netdev on network issues. yes. Bringing up interface eth0: Ý cut here ¨ Kernel BUG at 0002 Ýverbose debug info

Re: 2.6.23-mm1 - list_add corruption in cgroup

2007-10-17 Thread Cedric Le Goater
Hello ! While polling the contents of a cgroup task file, I caught the following corruption. Is there a known race (and a fix) or should I start digging ? the program running in the cgroup is fork/exec intensive: while (1) { int i, s; for (i = 0; i < count; i++)

Re: 2.6.23-mm1 - list_add corruption in cgroup

2007-10-17 Thread Cedric Le Goater
Hello ! While polling the contents of a cgroup task file, I caught the following corruption. Is there a known race (and a fix) or should I start digging ? the program running in the cgroup is fork/exec intensive: while (1) { int i, s; for (i = 0; i count; i++)

Re: 2.6.23-mm1

2007-10-12 Thread Cedric Le Goater
ke target > `/home/kamezawa/ref-2.6.23-mm1/arch//Makefile'. Stop. > == > > $(ARCH) cannot be detected automatically... > > What information is useful for fixing this ? cross compile work but native compile doesn't anymore :( Here's a tmp fix. Thanks, C. Signed-off-by: Cedri

Re: 2.6.23-mm1

2007-10-12 Thread Cedric Le Goater
be detected automatically... What information is useful for fixing this ? cross compile work but native compile doesn't anymore :( Here's a tmp fix. Thanks, C. Signed-off-by: Cedric Le Goater [EMAIL PROTECTED] --- Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index

Re: [PATCH] Consolidate IPC namespace cleanup functions

2007-10-02 Thread Cedric Le Goater
t be applied after the ones with the NAMESPACES config > option introduced. > > Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> Acked-by: Cedric Le Goater <[EMAIL PROTECTED]> Thanks Pavel ! C. > > --- > > ipc/msg.c | 2

Re: [PATCH] Consolidate IPC namespace cleanup functions

2007-10-02 Thread Cedric Le Goater
with the NAMESPACES config option introduced. Signed-off-by: Pavel Emelyanov [EMAIL PROTECTED] Acked-by: Cedric Le Goater [EMAIL PROTECTED] Thanks Pavel ! C. --- ipc/msg.c | 23 --- ipc/namespace.c | 39 +++ ipc

Re: [PATCH 3/5] Move the IPC namespace under the option

2007-10-01 Thread Cedric Le Goater
t separately a bit later. > > Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> Fine with me. Acked-by: Cedric Le Goater <[EMAIL PROTECTED]> Thanks ! C. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING

2007-10-01 Thread Cedric Le Goater
Ilpo Järvinen wrote: > On Sat, 29 Sep 2007, Cedric Le Goater wrote: > >> Ilpo Järvinen wrote: >>> On Fri, 28 Sep 2007, Ilpo Järvinen wrote: >>>> On Fri, 28 Sep 2007, Cedric Le Goater wrote: >>>> >>>>> I just found that warning in my

Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING

2007-10-01 Thread Cedric Le Goater
Ilpo Järvinen wrote: On Sat, 29 Sep 2007, Cedric Le Goater wrote: Ilpo Järvinen wrote: On Fri, 28 Sep 2007, Ilpo Järvinen wrote: On Fri, 28 Sep 2007, Cedric Le Goater wrote: I just found that warning in my logs. It seems that it's been happening since rc7-mm1 at least. WARNING

Re: [PATCH 3/5] Move the IPC namespace under the option

2007-10-01 Thread Cedric Le Goater
. Acked-by: Cedric Le Goater [EMAIL PROTECTED] Thanks ! C. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING

2007-09-29 Thread Cedric Le Goater
Ilpo Järvinen wrote: > On Fri, 28 Sep 2007, Ilpo Järvinen wrote: >> On Fri, 28 Sep 2007, Cedric Le Goater wrote: >> >>> I just found that warning in my logs. It seems that it's been >>> happening since rc7-mm1 at least. >>> >>> WARNING: at /home

Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING

2007-09-29 Thread Cedric Le Goater
Ilpo Järvinen wrote: On Fri, 28 Sep 2007, Ilpo Järvinen wrote: On Fri, 28 Sep 2007, Cedric Le Goater wrote: I just found that warning in my logs. It seems that it's been happening since rc7-mm1 at least. WARNING: at /home/legoater/linux/2.6.23-rc8-mm2/net/ipv4/tcp_input.c:2314

Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING

2007-09-28 Thread Cedric Le Goater
Hello ! Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc8/2.6.23-rc8-mm2/ I just found that warning in my logs. It seems that it's been happening since rc7-mm1 at least. Thanks ! C. WARNING: at

Re: 2.6.23-rc8-mm2 - tcp_fastretrans_alert() WARNING

2007-09-28 Thread Cedric Le Goater
Hello ! Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc8/2.6.23-rc8-mm2/ I just found that warning in my logs. It seems that it's been happening since rc7-mm1 at least. Thanks ! C. WARNING: at

Re: [PATCH 3/5] Move the IPC namespace under the option

2007-09-27 Thread Cedric Le Goater
Pavel Emelyanov wrote: > Currently all the IPC namespace management code is in > ipc/util.c. I moved this code into ipc/namespace.c file > which is compiled out when needed. > > The linux/ipc_namespace.h file is used to store the > prototypes of the functions in namespace.c and the stubs > for

Re: [PATCH 2/5] Move the UST namespace under the option

2007-09-27 Thread Cedric Le Goater
t;[EMAIL PROTECTED]> Acked-by: Cedric Le Goater <[EMAIL PROTECTED]> Thanks ! C. > > --- > > diff --git a/include/linux/utsname.h b/include/linux/utsname.h > index 923db99..52b9116 100644 > --- a/include/linux/utsname.h > +++ b/include/linux/utsname.h > @@

Re: [PATCH 4/5] Move the user namespace under the option

2007-09-27 Thread Cedric Le Goater
<[EMAIL PROTECTED]> Acked-by: Cedric Le Goater <[EMAIL PROTECTED]> Thanks ! C. > --- > > diff --git a/include/linux/user_namespace.h b/include/linux/user_namespace.h > index b5f41d4..dda160c 100644 > --- a/include/linux/user_namespace.h > +++ b/include/linux/user_names

Re: [PATCH 1/5] The config option itself

2007-09-27 Thread Cedric Le Goater
's request to move there all the namespaces that are > not finished yet. Currently only the user and the network > namespaces are such. > > Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> Acked-by: Cedric Le Goater <[EMAIL PROTECTED]> Thanks ! C. > > --- > > di

Re: [PATCH 1/5] The config option itself

2007-09-27 Thread Cedric Le Goater
the namespaces that are not finished yet. Currently only the user and the network namespaces are such. Signed-off-by: Pavel Emelyanov [EMAIL PROTECTED] Acked-by: Cedric Le Goater [EMAIL PROTECTED] Thanks ! C. --- diff --git a/init/Kconfig b/init/Kconfig index 684ccfb..05a71d7 100644

Re: [PATCH 2/5] Move the UST namespace under the option

2007-09-27 Thread Cedric Le Goater
-by: Cedric Le Goater [EMAIL PROTECTED] Thanks ! C. --- diff --git a/include/linux/utsname.h b/include/linux/utsname.h index 923db99..52b9116 100644 --- a/include/linux/utsname.h +++ b/include/linux/utsname.h @@ -35,6 +35,7 @@ struct new_utsname { #include linux/sched.h #include linux/kref.h

Re: [PATCH 4/5] Move the user namespace under the option

2007-09-27 Thread Cedric Le Goater
-by: Cedric Le Goater [EMAIL PROTECTED] Thanks ! C. --- diff --git a/include/linux/user_namespace.h b/include/linux/user_namespace.h index b5f41d4..dda160c 100644 --- a/include/linux/user_namespace.h +++ b/include/linux/user_namespace.h @@ -17,7 +17,7 @@ struct user_namespace { extern

Re: [PATCH 3/5] Move the IPC namespace under the option

2007-09-27 Thread Cedric Le Goater
Pavel Emelyanov wrote: Currently all the IPC namespace management code is in ipc/util.c. I moved this code into ipc/namespace.c file which is compiled out when needed. The linux/ipc_namespace.h file is used to store the prototypes of the functions in namespace.c and the stubs for

Re: [PATCH] Use KMEM_CACHE macro to create the nsproxy cache

2007-09-26 Thread Cedric Le Goater
Pavel Emelyanov wrote: > The blessed way for standard caches is to use it. > Besides, this may give this cache a better alignment. > > Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> yes of course. thanks. Acked-by: Cedric Le Goater <[EMAIL PROTECTED]> > -

Re: [PATCH] Remove unused member from nsproxy

2007-09-26 Thread Cedric Le Goater
Pavel Emelyanov wrote: > The nslock spinlock is not used in the kernel at all. it's also useless now that you have put some RCU rules around it. right ? C. > Remove it. > Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> > > --- > > diff --git a/include/linux/init_task.h

Re: [PATCH] Use KMEM_CACHE macro to create the nsproxy cache

2007-09-26 Thread Cedric Le Goater
Pavel Emelyanov wrote: The blessed way for standard caches is to use it. Besides, this may give this cache a better alignment. Signed-off-by: Pavel Emelyanov [EMAIL PROTECTED] yes of course. thanks. Acked-by: Cedric Le Goater [EMAIL PROTECTED] --- diff --git a/kernel/nsproxy.c b

Re: 2.6.23-rc7-mm1

2007-09-24 Thread Cedric Le Goater
putting Vlad in Cc: Cedric Le Goater wrote: > Andrew Morton wrote: >> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc7/2.6.23-rc7-mm1/ > > I also get this compile error on s390. 'linux/scatterlist.h' has disappeared > from the #include pile but wher

Re: 2.6.23-rc7-mm1

2007-09-24 Thread Cedric Le Goater
Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc7/2.6.23-rc7-mm1/ I also get this compile error on s390. 'linux/scatterlist.h' has disappeared from the #include pile but where ? /home/clg/linux/2.6.23-rc7-mm1/net/sctp/auth.c: In function

Re: 2.6.23-rc7-mm1 -- s390 compile failures

2007-09-24 Thread Cedric Le Goater
atch fixes it. C. Signed-off-by: Cedric Le Goater <[EMAIL PROTECTED]> --- arch/s390/mm/cmm.c |1 + 1 file changed, 1 insertion(+) Index: 2.6.23-rc7-mm1/arch/s390/mm/cmm.c === --- 2.6.23-rc7-mm1.orig/arch/s390/mm/cmm.c +++ 2.6.23

Re: 2.6.23-rc7-mm1

2007-09-24 Thread Cedric Le Goater
rror 1 make[2]: *** [drivers/s390/block] Error 2 Signed-off-by: Cedric Le Goater <[EMAIL PROTECTED]> --- drivers/s390/block/dasd_eckd.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: 2.6.23-rc7-mm1/drivers/s39

Re: 2.6.23-rc7-mm1

2007-09-24 Thread Cedric Le Goater
]: *** [drivers/s390/block] Error 2 Signed-off-by: Cedric Le Goater [EMAIL PROTECTED] --- drivers/s390/block/dasd_eckd.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: 2.6.23-rc7-mm1/drivers/s390/block/dasd_eckd.c === --- 2.6.23

Re: 2.6.23-rc7-mm1 -- s390 compile failures

2007-09-24 Thread Cedric Le Goater
: implicit declaration of function `unregister_oom_notifier' make[1]: *** [arch/s390/mm/cmm.o] Error 1 make: *** [arch/s390/mm] Error 2 yes. It's from oom-move-prototypes-to-appropriate-header-file.patch. I think this patch fixes it. C. Signed-off-by: Cedric Le

Re: 2.6.23-rc7-mm1

2007-09-24 Thread Cedric Le Goater
Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc7/2.6.23-rc7-mm1/ I also get this compile error on s390. 'linux/scatterlist.h' has disappeared from the #include pile but where ? /home/clg/linux/2.6.23-rc7-mm1/net/sctp/auth.c: In function

Re: 2.6.23-rc7-mm1

2007-09-24 Thread Cedric Le Goater
putting Vlad in Cc: Cedric Le Goater wrote: Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc7/2.6.23-rc7-mm1/ I also get this compile error on s390. 'linux/scatterlist.h' has disappeared from the #include pile but where ? /home/clg/linux

Re: [PATCH 3/3] user.c: #ifdef ->mq_bytes

2007-09-21 Thread Cedric Le Goater
Hello Alexey ! Alexey Dobriyan wrote: > for those who deselect POSIX message queues. > > Reduces SLAB size of user_struct from 64 to 32 bytes here, > SLUB size -- from 40 bytes to 32 bytes. > > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> > --- > > include/linux/sched.h |2 ++ >

Re: [PATCH 3/3] user.c: #ifdef -mq_bytes

2007-09-21 Thread Cedric Le Goater
Hello Alexey ! Alexey Dobriyan wrote: for those who deselect POSIX message queues. Reduces SLAB size of user_struct from 64 to 32 bytes here, SLUB size -- from 40 bytes to 32 bytes. Signed-off-by: Alexey Dobriyan [EMAIL PROTECTED] --- include/linux/sched.h |2 ++ kernel/user.c

Re: 2.6.23-rc6-mm1 - make access to tasks nsproxy ligther (fix)

2007-09-20 Thread Cedric Le Goater
Cedric Le Goater wrote: > Pavel Emelyanov wrote: >> Looks sane :) >> >> [snip] >> >>> Index: 2.6.23-rc6-mm1/kernel/exit.c >>> === >>> --- 2.6.23-rc6-mm1.orig/kernel/exit.c >

Re: 2.6.23-rc6-mm1 - make access to tasks nsproxy ligther (fix)

2007-09-20 Thread Cedric Le Goater
Pavel Emelyanov wrote: > Looks sane :) > > [snip] > >> Index: 2.6.23-rc6-mm1/kernel/exit.c >> === >> --- 2.6.23-rc6-mm1.orig/kernel/exit.c >> +++ 2.6.23-rc6-mm1/kernel/exit.c >> @@ -408,6 +408,8 @@ void daemonize(const char *name,

Re: 2.6.23-rc6-mm1 - make access to tasks nsproxy ligther (fix)

2007-09-20 Thread Cedric Le Goater
ory leak of nsproxy objects. Now the problem is that we still need that extra ref when called from daemonize(). Here's an ugly fix for it. Signed-off-by: Cedric Le Goater <[EMAIL PROTECTED]> --- include/linux/nsproxy.h |5 + kernel/exit.c |2 ++ kernel/nsproxy.c

Re: 2.6.23-rc6-mm1 - make access to tasks nsproxy ligther (fix)

2007-09-20 Thread Cedric Le Goater
leak of nsproxy objects. Now the problem is that we still need that extra ref when called from daemonize(). Here's an ugly fix for it. Signed-off-by: Cedric Le Goater [EMAIL PROTECTED] --- include/linux/nsproxy.h |5 + kernel/exit.c |2 ++ kernel/nsproxy.c|7

Re: 2.6.23-rc6-mm1 - make access to tasks nsproxy ligther (fix)

2007-09-20 Thread Cedric Le Goater
Pavel Emelyanov wrote: Looks sane :) [snip] Index: 2.6.23-rc6-mm1/kernel/exit.c === --- 2.6.23-rc6-mm1.orig/kernel/exit.c +++ 2.6.23-rc6-mm1/kernel/exit.c @@ -408,6 +408,8 @@ void daemonize(const char *name, ...)

Re: 2.6.23-rc6-mm1 - make access to tasks nsproxy ligther (fix)

2007-09-20 Thread Cedric Le Goater
Cedric Le Goater wrote: Pavel Emelyanov wrote: Looks sane :) [snip] Index: 2.6.23-rc6-mm1/kernel/exit.c === --- 2.6.23-rc6-mm1.orig/kernel/exit.c +++ 2.6.23-rc6-mm1/kernel/exit.c @@ -408,6 +408,8 @@ void daemonize(const char

Re: [PATCH] Hookup group-scheduler with task container infrastructure

2007-09-11 Thread Cedric Le Goater
Paul Menage wrote: > On 9/10/07, Dmitry Adamushko <[EMAIL PROTECTED]> wrote: >> On 10/09/2007, Srivatsa Vaddagiri <[EMAIL PROTECTED]> wrote: >>> On Mon, Sep 10, 2007 at 10:22:59AM -0700, Andrew Morton wrote: objection ;) "cpuctlr" isn't memorable. Kernel code is write-rarely,

Re: [PATCH] Hookup group-scheduler with task container infrastructure

2007-09-11 Thread Cedric Le Goater
Paul Menage wrote: On 9/10/07, Dmitry Adamushko [EMAIL PROTECTED] wrote: On 10/09/2007, Srivatsa Vaddagiri [EMAIL PROTECTED] wrote: On Mon, Sep 10, 2007 at 10:22:59AM -0700, Andrew Morton wrote: objection ;) cpuctlr isn't memorable. Kernel code is write-rarely, read-often. cpu_controller,

[PATCH -mm] ipc namespace: remove config ipc ns fix

2007-09-03 Thread Cedric Le Goater
Finish the work : kill all #ifdef CONFIG_IPC_NS. Thanks Robert ! C. Signed-off-by: Cedric Le Goater <[EMAIL PROTECTED]> Cc: Andrew Morton <[EMAIL PROTECTED]> Cc: Eric Biederman <[EMAIL PROTECTED]> Cc: Robert P. J. Day <[EMAIL PROTECTED]> --- ipc/ipc_sysctl.c |4

[PATCH -mm] ipc namespace: remove config ipc ns fix

2007-09-03 Thread Cedric Le Goater
Finish the work : kill all #ifdef CONFIG_IPC_NS. Thanks Robert ! C. Signed-off-by: Cedric Le Goater [EMAIL PROTECTED] Cc: Andrew Morton [EMAIL PROTECTED] Cc: Eric Biederman [EMAIL PROTECTED] Cc: Robert P. J. Day [EMAIL PROTECTED] --- ipc/ipc_sysctl.c |4 1 file changed, 4 deletions

Re: [PATCH] userns: don't leak root user

2007-08-23 Thread Cedric Le Goater
Alexey Dobriyan wrote: > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> > --- > > kernel/user_namespace.c |1 + > 1 file changed, 1 insertion(+) > > --- a/kernel/user_namespace.c > +++ b/kernel/user_namespace.c > @@ -81,6 +81,7 @@ void free_user_ns(struct kref *kref) > struct

Re: [PATCH] userns: don't leak root user

2007-08-23 Thread Cedric Le Goater
Alexey Dobriyan wrote: Signed-off-by: Alexey Dobriyan [EMAIL PROTECTED] --- kernel/user_namespace.c |1 + 1 file changed, 1 insertion(+) --- a/kernel/user_namespace.c +++ b/kernel/user_namespace.c @@ -81,6 +81,7 @@ void free_user_ns(struct kref *kref) struct user_namespace

Re: 2.6.23-rc1-mm1

2007-07-26 Thread Cedric Le Goater
Mel Gorman wrote: > On (25/07/07 19:26), Len Brown didst pronounce: >> On Wednesday 25 July 2007 14:58, Andrew Morton wrote: >>> On Wed, 25 Jul 2007 13:23:04 -0400 >>> Len Brown <[EMAIL PROTECTED]> wrote: >>> Andrew, you want to re-pull the acpi tree, or do you want me to send you some

Re: 2.6.23-rc1-mm1

2007-07-26 Thread Cedric Le Goater
Mel Gorman wrote: On (25/07/07 19:26), Len Brown didst pronounce: On Wednesday 25 July 2007 14:58, Andrew Morton wrote: On Wed, 25 Jul 2007 13:23:04 -0400 Len Brown [EMAIL PROTECTED] wrote: Andrew, you want to re-pull the acpi tree, or do you want me to send you some patches on top of the

  1   2   3   >