Function report |
Source Code:fs\exec.c |
Create Date:2022-07-28 20:03:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Create a new mm_struct and populate it with a temporary stack* vm_area_struct. We don't have enough context at this point to set the stack* flags, permissions, and offset, so we use temporary values. We'll update* them later in setup_arg_pages().
Proto:static int bprm_mm_init(struct linux_binprm *bprm)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct linux_binprm * | bprm |
370 | rlim_stack = rlim[RLIMIT_STACK] |
371 | task_unlock(group_leader) |
373 | err = __bprm_mm_init(bprm) |
377 | Return 0 |
379 | err : |
380 | If mm Then |
385 | Return err |
Name | Describe |
---|---|
__do_execve_file | sys_execve() executes a new program. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |