Re: getxattr field not initialized when trying to execute /init during boot

2012-09-26 Thread Peter Teoh
On Thu, Sep 13, 2012 at 5:08 PM, stl wrote: > > Hello all, > I am facing a problem when trying to boot linux 2.6.37 on a new architecture. > > At the end of the boot, it tries to launch /init by executing a sys_execve() > > Here is the what it does: > > sys_execve() > |-> do_execve() >

getxattr field not initialized when trying to execute /init during boot

2012-09-13 Thread stl
Hello all, I am facing a problem when trying to boot linux 2.6.37 on a new architecture. At the end of the boot, it tries to launch /init by executing a sys_execve() Here is the what it does: sys_execve() |-> do_execve() |-> prepare_binprm() |->security_bprm_set_creds