From ff67c0765aa1168ae770d986be6e897fdd283bec Mon Sep 17 00:00:00 2001
From: Gregory Nutt <gnutt@nuttx.org>
Date: Wed, 30 Sep 2015 11:21:44 -0600
Subject: [PATCH] Update changelog; refresh submodules

---
 ChangeLog | 3 +++
 arch      | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 3a319bcbe3..5698374cb6 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -11000,3 +11000,6 @@
 	  if there is a pending signal action before scheduling the next signal
 	  action.  Both the test and the scheduling action need to be atomic
 	  (2015-09-30).
+	* sched/wqueue/kwork_queue.c and libc/wqueue/work_queue.c: Logic that
+	  sets the queued indication and the logic that does the actual queuing
+	  must be atomic (2015-09-20).
diff --git a/arch b/arch
index 22e48d4266..932831a0ba 160000
--- a/arch
+++ b/arch
@@ -1 +1 @@
-Subproject commit 22e48d4266c8c6a8d31aefabe375dcb78173975b
+Subproject commit 932831a0bafc09a0d62349ae97e9c0386f917957
-- 
GitLab