Re: [PATCH] CPUSET related breakage of sys_mbind

2007-01-16 Thread Christoph Lameter
On Mon, 15 Jan 2007, Paul Jackson wrote: > Patch looks good - thanks, Bob. > > Signed-off-by: Paul Jackson <[EMAIL PROTECTED]> Looks good to me too. Signed-off-by: Christoph Lameter <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a me

Re: [PATCH] CPUSET related breakage of sys_mbind

2007-01-15 Thread Paul Jackson
Patch looks good - thanks, Bob. Signed-off-by: Paul Jackson <[EMAIL PROTECTED]> -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 - To unsubscribe from this list: send the lin

Re: [PATCH] CPUSET related breakage of sys_mbind

2007-01-15 Thread Paul Jackson
Christoph wrote: > Cpusets is your thing so I think you could fix this the right way. But wasn't it your patch that broke ... Actually, I'd have blessed Bob Picco's patch, as it's done the right way, with a cpuset_* macro hook, defined twice in cpuset.h, with and without CONFIG_CPUSET, where the

Re: [PATCH] CPUSET related breakage of sys_mbind

2007-01-15 Thread Christoph Lameter
On Mon, 15 Jan 2007, Paul Jackson wrote: > You're right about this problemI think that Christoph Lameter > (added to cc list) is working on a fix for this. Cpusets is your thing so I think you could fix this the right way. There are already two different patches fixing this. Just make it the way

Re: [PATCH] CPUSET related breakage of sys_mbind

2007-01-15 Thread Paul Jackson
You're right about this problemI think that Christoph Lameter (added to cc list) is working on a fix for this. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 - To unsubscrib

[PATCH] CPUSET related breakage of sys_mbind

2007-01-15 Thread Bob Picco
current->mems_allowed is defined for CONFIG_CPUSETS. This broke !CPUSETS build. I compiled and linked tested both variants. Signed-off-by: Bob Picco <[EMAIL PROTECTED]> include/linux/cpuset.h |6 ++ mm/mempolicy.c |2 +- 2 files changed, 7 insertions(+), 1 deletion(-) Index