From bf5eee323ff9a02edca4aaf63a0e35b263595d62 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 9 Sep 2014 17:33:46 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5a4b536a758..dac42dc9a1c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8450,3 +8450,6 @@ of up_relocate(): ELF relocations. Some relocation types do not have a named symbol associated with them. The design did not account for that case (2014-9-9). + * binfmt/binfmt_execmodule.c: When allocating a stack for a new process + using the user-sapce allocator, need to select the address environment + first (2014-9-9).