summaryrefslogtreecommitdiff
path: root/include/linux/binfmts.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2018-11-21 14:52:07 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2018-11-21 14:52:07 +1100
commitabf3208a5392a47a17711cd8b4502d5c9b07c64f (patch)
tree26022f578ed63ab05f8e3f639309888008558441 /include/linux/binfmts.h
parenta1cfa885bb22689f348185f5944ebe8ba0348bf8 (diff)
parent379c80d931fec0edccb6ee39d8122b53ebb5c602 (diff)
Merge branch 'akpm-current/current'
Diffstat (limited to 'include/linux/binfmts.h')
-rw-r--r--include/linux/binfmts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/binfmts.h b/include/linux/binfmts.h
index e9f5fe69df31..03200a8c0178 100644
--- a/include/linux/binfmts.h
+++ b/include/linux/binfmts.h
@@ -25,6 +25,7 @@ struct linux_binprm {
#endif
struct mm_struct *mm;
unsigned long p; /* current top of mem */
+ unsigned long argmin; /* rlimit marker for copy_strings() */
unsigned int
/*
* True after the bprm_set_creds hook has been called once