This is an automated email from the ASF dual-hosted git repository.

xiaoxiang781216 pushed a change to branch releases/13.0
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from ce4e167ea73 libs/libc/pthread/pthread_mutex: Fix robust mutex 
initialization
     new fb9a7dc1ce4 boards/nucleo-f302r8 : Set CONFIG_DISABLE_ALL_SIGNALS=y 
for ihm07m1_f32
     new 8c1ac9c093e drivers/input/button_upper.c: Fix compilation with 
CONFIG_DISABLE_ALL_SIGNALS
     new 361e7e29ae7 arch, sched/signal: Fix compilation with 
ENABLE_PARTIAL_SIGNALS=y

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/arm/src/armv6-m/arm_svcall.c                  |  4 +-
 arch/arm/src/armv7-m/arm_svcall.c                  |  4 +-
 arch/arm/src/armv8-m/arm_svcall.c                  |  4 +-
 arch/arm/src/armv8-r/arm_syscall.c                 |  4 +-
 arch/arm64/src/common/arm64_syscall.c              |  3 +-
 arch/risc-v/src/common/riscv_swint.c               |  4 +-
 arch/xtensa/src/common/xtensa_swint.c              |  4 +-
 .../nucleo-f302r8/configs/ihm07m1_f32/defconfig    |  1 +
 drivers/input/button_upper.c                       |  8 +++
 include/nuttx/sched.h                              |  4 +-
 include/sys/syscall_lookup.h                       |  4 ++
 libs/libc/pthread/CMakeLists.txt                   |  4 +-
 libs/libc/pthread/Make.defs                        |  3 --
 libs/libc/pthread/pthread_mutex_destroy.c          |  2 -
 sched/Kconfig                                      | 19 ++++---
 sched/group/group_leave.c                          |  2 +-
 sched/init/nx_start.c                              |  2 +-
 sched/sched/sched_suspend.c                        |  4 ++
 sched/semaphore/sem_wait.c                         |  6 +--
 sched/signal/CMakeLists.txt                        | 21 ++++----
 sched/signal/Make.defs                             | 13 +++--
 sched/signal/sig_cleanup.c                         |  9 +++-
 sched/signal/sig_dispatch.c                        | 62 ++++++++++++----------
 sched/signal/sig_initialize.c                      | 15 ++++--
 sched/signal/sig_kill.c                            | 13 ++++-
 sched/signal/sig_procmask.c                        |  2 -
 sched/signal/sig_tgkill.c                          | 13 ++++-
 sched/signal/sig_timedwait.c                       |  4 --
 sched/signal/signal.h                              | 11 ++--
 sched/task/task_exithook.c                         |  2 +-
 sched/task/task_restart.c                          |  4 +-
 sched/task/task_setup.c                            |  3 +-
 32 files changed, 156 insertions(+), 102 deletions(-)

Reply via email to