From a55e0b87df8ec26c6b3e22632e7c5bc6f0add1f4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 13 Nov 2014 09:16:18 -0600 Subject: [PATCH] Update changelog --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 45534fa980..6f97f12c97 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8956,3 +8956,10 @@ configuration running. It works! (2014-11-12). * drivers/bch/bchdev_driver.c: Add support for seeking in BCH. From Sébastien Lorquet. (2014-11-13). + * sched/Kconfigs and configs/*/*/defconfig: Remove CONFIG_MAX_TASK_ARGS + (2014-11-13). + * binfmt/: Remove use of CONFIG_MAX_TASK_ARGS in exec() and unload_module() + (2014-11-13). + * libc/unistd: Remove use of CONFIG_MAX_TASK_ARGS in execl() (2014-11-13). + * sched/: Remove some misc. usage of CONFIG_MAX_TASK_ARGS in task_start(), + task_setup(), and vfork() (2014-11-13).