Re: [-mm] new warning in ipc/msg.c

2008-01-10 Thread Pierre Peiffer
Andrew Morton wrote: > Doing this in a piecemeal through-a-pinhole fashion won't work very well > and is a bit risky. Yes, agree, that's also my feeling. -- Pierre Peiffer -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

Re: [-mm] new warning in ipc/msg.c

2008-01-10 Thread Pierre Peiffer
Andrew Morton wrote: Doing this in a piecemeal through-a-pinhole fashion won't work very well and is a bit risky. Yes, agree, that's also my feeling. -- Pierre Peiffer -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: [-mm] new warning in ipc/msg.c

2008-01-09 Thread Andrew Morton
On Wed, 09 Jan 2008 16:42:34 +0100 Pierre Peiffer <[EMAIL PROTECTED]> wrote: > Hi, > > This very small patch: > ipc-convert-handmade-min-to-min.patch > introduces a new warning when compiling the -mm kernel: > > .../linux-2.6.24-rc6-mm1/ipc/msg.c: In function `do_msgrcv': >

[-mm] new warning in ipc/msg.c

2008-01-09 Thread Pierre Peiffer
Hi, This very small patch: ipc-convert-handmade-min-to-min.patch introduces a new warning when compiling the -mm kernel: .../linux-2.6.24-rc6-mm1/ipc/msg.c: In function `do_msgrcv': .../linux-2.6.24-rc6-mm1/ipc/msg.c:939: warning: comparison of distinct pointer types lacks a cast I don't

[-mm] new warning in ipc/msg.c

2008-01-09 Thread Pierre Peiffer
Hi, This very small patch: ipc-convert-handmade-min-to-min.patch introduces a new warning when compiling the -mm kernel: .../linux-2.6.24-rc6-mm1/ipc/msg.c: In function `do_msgrcv': .../linux-2.6.24-rc6-mm1/ipc/msg.c:939: warning: comparison of distinct pointer types lacks a cast I don't

Re: [-mm] new warning in ipc/msg.c

2008-01-09 Thread Andrew Morton
On Wed, 09 Jan 2008 16:42:34 +0100 Pierre Peiffer [EMAIL PROTECTED] wrote: Hi, This very small patch: ipc-convert-handmade-min-to-min.patch introduces a new warning when compiling the -mm kernel: .../linux-2.6.24-rc6-mm1/ipc/msg.c: In function `do_msgrcv':