Re: [PATCH 08/16] x86: use get_personality()

From: WANG Cong
Date: Sat Feb 23 2008 - 05:44:12 EST


From: Ingo Molnar <mingo@xxxxxxx>
Subject: Re: [PATCH 08/16] x86: use get_personality()
Date: Sat, 23 Feb 2008 11:19:54 +0100
Message-ID: <20080223101954.GA28929@xxxxxxx>

>
> * Ingo Molnar <mingo@xxxxxxx> wrote:
>
> > * WANG Cong <xiyou.wangcong@xxxxxxxxx> wrote:
> >
> > > Use get_personality() macro instead of explicit reference for x86
> > > code.
> >
> > thanks, applied.
>
> randconfig testing found the following build failures:
>
> arch/x86/kernel/process_64.c: In function 'do_arch_prctl':
> arch/x86/kernel/process_64.c:836: error: called object 'get_current()->personality' is not a function
> arch/x86/kernel/process_64.c:862: error: called object 'get_current()->personality' is not a function
>
> so i dropped the patch again. Config attached.
>
> Ingo

Sorry that I didn't mention that this patch should be applied
_after_ [patch 01/16], since in [patch 01/16] I made the macro
get_personality like a function.

Sorry for this. Just wait after [patch 01/16] is applied.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/