Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
kernel_linux
提交
19e5109f
K
kernel_linux
项目概览
OpenHarmony
/
kernel_linux
上一次同步 3 年多
通知
13
Star
8
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
kernel_linux
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
19e5109f
编写于
2月 23, 2012
作者:
A
Al Viro
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
take removal of PF_FORKNOEXEC to flush_old_exec()
Signed-off-by:
N
Al Viro
<
viro@zeniv.linux.org.uk
>
上级
e59cc473
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
1 addition
and
10 deletion
+1
-10
arch/x86/ia32/ia32_aout.c
arch/x86/ia32/ia32_aout.c
+0
-1
fs/binfmt_aout.c
fs/binfmt_aout.c
+0
-1
fs/binfmt_elf.c
fs/binfmt_elf.c
+0
-2
fs/binfmt_elf_fdpic.c
fs/binfmt_elf_fdpic.c
+0
-3
fs/binfmt_flat.c
fs/binfmt_flat.c
+0
-1
fs/binfmt_som.c
fs/binfmt_som.c
+0
-1
fs/exec.c
fs/exec.c
+1
-1
未找到文件。
arch/x86/ia32/ia32_aout.c
浏览文件 @
19e5109f
...
...
@@ -323,7 +323,6 @@ static int load_aout_binary(struct linux_binprm *bprm, struct pt_regs *regs)
}
install_exec_creds
(
bprm
);
current
->
flags
&=
~
PF_FORKNOEXEC
;
if
(
N_MAGIC
(
ex
)
==
OMAGIC
)
{
unsigned
long
text_addr
,
map_size
;
...
...
fs/binfmt_aout.c
浏览文件 @
19e5109f
...
...
@@ -267,7 +267,6 @@ static int load_aout_binary(struct linux_binprm * bprm, struct pt_regs * regs)
}
install_exec_creds
(
bprm
);
current
->
flags
&=
~
PF_FORKNOEXEC
;
if
(
N_MAGIC
(
ex
)
==
OMAGIC
)
{
unsigned
long
text_addr
,
map_size
;
...
...
fs/binfmt_elf.c
浏览文件 @
19e5109f
...
...
@@ -712,7 +712,6 @@ static int load_elf_binary(struct linux_binprm *bprm, struct pt_regs *regs)
goto
out_free_dentry
;
/* OK, This is the point of no return */
current
->
flags
&=
~
PF_FORKNOEXEC
;
current
->
mm
->
def_flags
=
def_flags
;
/* Do this immediately, since STACK_TOP as used in setup_arg_pages
...
...
@@ -934,7 +933,6 @@ static int load_elf_binary(struct linux_binprm *bprm, struct pt_regs *regs)
#endif
/* ARCH_HAS_SETUP_ADDITIONAL_PAGES */
install_exec_creds
(
bprm
);
current
->
flags
&=
~
PF_FORKNOEXEC
;
retval
=
create_elf_tables
(
bprm
,
&
loc
->
elf_ex
,
load_addr
,
interp_load_addr
);
if
(
retval
<
0
)
{
...
...
fs/binfmt_elf_fdpic.c
浏览文件 @
19e5109f
...
...
@@ -335,8 +335,6 @@ static int load_elf_fdpic_binary(struct linux_binprm *bprm,
current
->
mm
->
context
.
exec_fdpic_loadmap
=
0
;
current
->
mm
->
context
.
interp_fdpic_loadmap
=
0
;
current
->
flags
&=
~
PF_FORKNOEXEC
;
#ifdef CONFIG_MMU
elf_fdpic_arch_lay_out_mm
(
&
exec_params
,
&
interp_params
,
...
...
@@ -414,7 +412,6 @@ static int load_elf_fdpic_binary(struct linux_binprm *bprm,
#endif
install_exec_creds
(
bprm
);
current
->
flags
&=
~
PF_FORKNOEXEC
;
if
(
create_elf_fdpic_tables
(
bprm
,
current
->
mm
,
&
exec_params
,
&
interp_params
)
<
0
)
goto
error_kill
;
...
...
fs/binfmt_flat.c
浏览文件 @
19e5109f
...
...
@@ -902,7 +902,6 @@ static int load_flat_binary(struct linux_binprm * bprm, struct pt_regs * regs)
libinfo
.
lib_list
[
j
].
start_data
:
UNLOADED_LIB
;
install_exec_creds
(
bprm
);
current
->
flags
&=
~
PF_FORKNOEXEC
;
set_binfmt
(
&
flat_format
);
...
...
fs/binfmt_som.c
浏览文件 @
19e5109f
...
...
@@ -225,7 +225,6 @@ load_som_binary(struct linux_binprm * bprm, struct pt_regs * regs)
goto
out_free
;
/* OK, This is the point of no return */
current
->
flags
&=
~
PF_FORKNOEXEC
;
current
->
personality
=
PER_HPUX
;
setup_new_exec
(
bprm
);
...
...
fs/exec.c
浏览文件 @
19e5109f
...
...
@@ -1110,7 +1110,7 @@ int flush_old_exec(struct linux_binprm * bprm)
bprm
->
mm
=
NULL
;
/* We're using it now */
set_fs
(
USER_DS
);
current
->
flags
&=
~
(
PF_RANDOMIZE
|
PF_KTHREAD
);
current
->
flags
&=
~
(
PF_RANDOMIZE
|
PF_
FORKNOEXEC
|
PF_
KTHREAD
);
flush_thread
();
current
->
personality
&=
~
bprm
->
per_clear
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录