On Thu, 2015-03-19 at 09:22 +0200, Alex Dowad wrote:Dear M. Ellerman, sorry for not replying promptly. If you would like to apply this directly to the powerpc tree, that is fine, but can I edit the commit message to remove the mention of 'consistency'? I doubt that all 30+ archs will ever merge this change. Thanks, Alex
On 19/03/15 08:45, Michael Ellerman wrote:Ah OK, I only got patch 23, so I missed the context of the whole series.
On Fri, 2015-13-03 at 18:14:46 UTC, Alex Dowad wrote:This series of patches includes one patch which renames the arg for
The 'arg' argument to copy_thread() is only ever used when forking a newI don't understand the bit about consistency with do_fork() ?
kernel thread. Hence, rename it to 'kthread_arg' for clarity (and consistency
with do_fork() and other arch-specific implementations of copy_thread()).
do_fork(), and others which rename the same arg for each arch-specific
implementation of copy_thread(). So if all of them are accepted and
merged, then all will be consistent. If only some of the patches are
accepted, I will rewrite the commit message so it doesn't mention
"consistency".
I'll apply this one to the powerpc tree.