Thread (32 messages) 32 messages, 5 authors, 2023-11-20

Re: [PATCH RFC RFT v2 2/5] fork: Add shadow stack support to clone3()

From: Szabolcs.Nagy@arm.com <hidden>
Date: 2023-11-15 16:20:56
Also in: linux-kselftest, lkml

The 11/15/2023 12:36, Mark Brown wrote:
On Wed, Nov 15, 2023 at 12:45:45AM +0000, Edgecombe, Rick P wrote:
quoted
On Tue, 2023-11-14 at 20:05 +0000, Mark Brown wrote:
quoted
quoted
+               if (size < 8)
+                       return (unsigned long)ERR_PTR(-EINVAL);
quoted
What is the intention here? The check in map_shadow_stack is to leave
space for the token, but here there is no token.
It was to ensure that there is sufficient space for at least one entry
on the stack.
end marker token (0) needs it i guess.

otherwise 0 size would be fine: the child may not execute
a call instruction at all.
quoted
I think for CLONE_VM we should not require a non-zero size. Speaking of
CLONE_VM we should probably be clear on what the expected behavior is
for situations when a new shadow stack is not usually allocated.
!CLONE_VM || CLONE_VFORK will use the existing shadow stack. Should we
require shadow_stack_size be zero in this case, or just ignore it? I'd
lean towards requiring it to be zero so userspace doesn't pass garbage
in that we have to accommodate later. What we could possibly need to do
around that though, I'm not sure. What do you think?
Yes, requiring it to be zero in that case makes sense I think.
i think the condition is "no specified separate stack for
the child (stack==0 || stack==sp)".

CLONE_VFORK does not imply that the existing stack will be
used (a stack for the child can be specified, i think both
glibc and musl do this in posix_spawn).

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help