Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-09-15 11:40:14 -06:00
parent 5e4c77245f
commit 2a6f761c68
1 changed files with 3 additions and 0 deletions

View File

@ -8557,3 +8557,6 @@
syscall_stublookup.c: execl() is not a system interface. It belongs
in libc and should not have a system call associated with it
(2014-9-15).
* arch/arm/include/armv7-a/irq.h and src/armv7-a/arm_syscall.c: If we
are configured to use a kernel stack while in SYSCALL handling, then
we need to switch back to the user stack to deliver a signal (2014-9-15).