summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-15 11:40:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-15 11:40:14 -0600
commite709840b137a7b242a498ac7ecdd61f70c5037c7 (patch)
treea0f95394ca07210e9847777582dd97d7965306e6 /nuttx/ChangeLog
parent8fc8a50b327626fb6bf3e034e5ad9494f6d3f418 (diff)
downloadnuttx-e709840b137a7b242a498ac7ecdd61f70c5037c7.tar.gz
nuttx-e709840b137a7b242a498ac7ecdd61f70c5037c7.tar.bz2
nuttx-e709840b137a7b242a498ac7ecdd61f70c5037c7.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3438bec95..7de289b1b 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -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).