Re: [PR] wqueue bug fix [nuttx]

2024-09-13 Thread via GitHub
GUIDINGLI commented on PR #13437: URL: https://github.com/apache/nuttx/pull/13437#issuecomment-2350882115 @pkarashchenko -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[PR] part 1 of romfs extend to enable format function [nuttx]

2024-09-13 Thread via GitHub
guohao15 opened a new pull request, #13445: URL: https://github.com/apache/nuttx/pull/13445 ## Summary part 1 of romfs extend to enable format function ## Impact This is part 1 of a series of patchs. To enhance the write capabilities of ROMFS, enabling it to perform simp

Re: [PR] Update posix timer [nuttx]

2024-09-13 Thread via GitHub
Fix-Point commented on code in PR #13410: URL: https://github.com/apache/nuttx/pull/13410#discussion_r1759679792 ## boards/arm/stm32/olimex-stm32-p407/scripts/memory.ld: ## @@ -92,7 +92,7 @@ MEMORY /* 112Kb of contiguous SRAM */ - ksram (rwx) : ORIGIN = 0x2000,

Re: [PR] fs_inode:Change the type of i_crefs to atomic_int [nuttx]

2024-09-13 Thread via GitHub
anchao commented on PR #13443: URL: https://github.com/apache/nuttx/pull/13443#issuecomment-2350872167 Ditto, please make sure to go through the code carefully https://github.com/apache/nuttx/blob/master/fs/vfs/fs_dir.c#L83 -- This is an automated message from the Apache Git Service. T

Re: [I] [HELP] FFI compatiblity issues [nuttx]

2024-09-13 Thread via GitHub
no1wudi commented on issue #12960: URL: https://github.com/apache/nuttx/issues/12960#issuecomment-2350871643 https://github.com/rust-lang/libc/pull/3920 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [PR] wqueue bug fix [nuttx]

2024-09-13 Thread via GitHub
pkarashchenko commented on code in PR #13437: URL: https://github.com/apache/nuttx/pull/13437#discussion_r1759678391 ## sched/wqueue/kwork_cancel.c: ## @@ -110,7 +110,7 @@ static int work_qcancel(FAR struct kwork_wqueue_s *wqueue, bool sync, wqueue->worker[wndx].

Re: [PR] VirtIO PCI Transport Support for NuttX [nuttx]

2024-09-13 Thread via GitHub
pkarashchenko commented on code in PR #13433: URL: https://github.com/apache/nuttx/pull/13433#discussion_r1759678110 ## drivers/virtio/virtio-pci.h: ## @@ -0,0 +1,131 @@ +/ + * drivers/virtio/virtio-pci.

Re: [PR] filep Reference count [nuttx]

2024-09-13 Thread via GitHub
Zhangshoukui commented on code in PR #13296: URL: https://github.com/apache/nuttx/pull/13296#discussion_r1759676027 ## fs/inode/fs_files.c: ## @@ -721,17 +786,62 @@ int fs_getfilep(int fd, FAR struct file **filep) *filep = files_fget(list, fd); - /* if f_inode is NULL, f

Re: [PR] filep Reference count [nuttx]

2024-09-13 Thread via GitHub
Zhangshoukui commented on code in PR #13296: URL: https://github.com/apache/nuttx/pull/13296#discussion_r1759676014 ## fs/inode/fs_files.c: ## @@ -721,17 +786,62 @@ int fs_getfilep(int fd, FAR struct file **filep) *filep = files_fget(list, fd); - /* if f_inode is NULL, f

Re: [PR] fs_inode:Change the type of i_crefs to atomic_int [nuttx]

2024-09-13 Thread via GitHub
crafcat7 commented on code in PR #13443: URL: https://github.com/apache/nuttx/pull/13443#discussion_r1759675229 ## arch/arm/src/cxd56xx/cxd56_sph.c: ## @@ -104,7 +104,7 @@ static int sph_open(struct file *filep) { /* Exclusive access */ - if (filep->f_inode->i_crefs > 1)

(nuttx-apps) 01/02: ppp: Fix wrong lcp_state handling on peer reconnection

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 800b93de9fd091f8cc03cd442350e027f8eedce3 Author: Leandro Zungri AuthorDate: Fri Sep 13 09:48:15 2024 -0700 p

(nuttx-apps) branch master updated (f96461c38 -> 0c734ca62)

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git from f96461c38 cmake:refine libyuv CMakeLists new 800b93de9 ppp: Fix wrong lcp_state handling on peer reconnect

Re: [PR] ppp: Fix wrong lcp_state handling on peer reconnection [nuttx-apps]

2024-09-13 Thread via GitHub
xiaoxiang781216 merged PR #2571: URL: https://github.com/apache/nuttx-apps/pull/2571 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

(nuttx-apps) 02/02: ppp: Reformat to match nuttx coding style

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 0c734ca62b96391b25a077229d04da66149391b1 Author: Leandro Zungri AuthorDate: Fri Sep 13 19:00:22 2024 -0700 p

Re: [I] [BUG] Wrong `lcp_state` flag handling prevents PPP from connecting to peer after peer disconnection/re-connection [nuttx-apps]

2024-09-13 Thread via GitHub
xiaoxiang781216 closed issue #2568: [BUG] Wrong `lcp_state` flag handling prevents PPP from connecting to peer after peer disconnection/re-connection URL: https://github.com/apache/nuttx-apps/issues/2568 -- This is an automated message from the Apache Git Service. To respond to the message, p

(nuttx) branch master updated (981bda5cf0 -> 401a06fb17)

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 981bda5cf0 ramlog: workaround the unsafe critical section add 401a06fb17 input/ff: modify FF_MAX to support 64-

Re: [PR] input/ff: modify FF_MAX to support 64-bit machine [nuttx]

2024-09-13 Thread via GitHub
xiaoxiang781216 merged PR #13442: URL: https://github.com/apache/nuttx/pull/13442 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

Re: [PR] filep Reference count [nuttx]

2024-09-13 Thread via GitHub
anchao commented on code in PR #13296: URL: https://github.com/apache/nuttx/pull/13296#discussion_r1759670128 ## fs/inode/fs_files.c: ## @@ -721,17 +786,62 @@ int fs_getfilep(int fd, FAR struct file **filep) *filep = files_fget(list, fd); - /* if f_inode is NULL, fd was

Re: [PR] filep Reference count [nuttx]

2024-09-13 Thread via GitHub
anchao commented on code in PR #13296: URL: https://github.com/apache/nuttx/pull/13296#discussion_r1759669903 ## fs/inode/fs_files.c: ## @@ -691,17 +766,62 @@ int fs_getfilep(int fd, FAR struct file **filep) *filep = files_fget(list, fd); - /* if f_inode is NULL, fd was

Re: [PR] filep Reference count [nuttx]

2024-09-13 Thread via GitHub
anchao commented on code in PR #13296: URL: https://github.com/apache/nuttx/pull/13296#discussion_r1759669745 ## fs/inode/fs_files.c: ## @@ -691,17 +766,62 @@ int fs_getfilep(int fd, FAR struct file **filep) *filep = files_fget(list, fd); - /* if f_inode is NULL, fd was

(nuttx) 02/02: ramlog: workaround the unsafe critical section

2024-09-13 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 981bda5cf09bf166f1d23e6d708c04478f999fdc Author: ligd AuthorDate: Thu Jul 25 22:52:52 2024 +0800 ramlog: workaround

(nuttx) branch master updated (28efb282d8 -> 981bda5cf0)

2024-09-13 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 28efb282d8 add .gdb_history to .gitignore new 78d93eb628 ramlog: unify the lock to critical section new 981bd

(nuttx) 01/02: ramlog: unify the lock to critical section

2024-09-13 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 78d93eb6280b5f143a94c9b26a372718061e85fe Author: ligd AuthorDate: Thu Jul 25 22:50:23 2024 +0800 ramlog: unify the l

Re: [PR] ramlog bug fix [nuttx]

2024-09-13 Thread via GitHub
anchao merged PR #13438: URL: https://github.com/apache/nuttx/pull/13438 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apach

Re: [PR] fs_inode:Change the type of i_crefs to atomic_int [nuttx]

2024-09-13 Thread via GitHub
anchao commented on code in PR #13443: URL: https://github.com/apache/nuttx/pull/13443#discussion_r1759666231 ## arch/arm/src/cxd56xx/cxd56_sph.c: ## @@ -104,7 +104,7 @@ static int sph_open(struct file *filep) { /* Exclusive access */ - if (filep->f_inode->i_crefs > 1) +

(nuttx) branch master updated: add .gdb_history to .gitignore

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 28efb282d8 add .gdb_history to .gitignore 28ef

Re: [PR] add .gdb_history to .gitignore [nuttx]

2024-09-13 Thread via GitHub
xiaoxiang781216 merged PR #13439: URL: https://github.com/apache/nuttx/pull/13439 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

Re: [PR] arm: g_current_regs is only used to determine if we are in irq, [nuttx]

2024-09-13 Thread via GitHub
anchao commented on code in PR #13444: URL: https://github.com/apache/nuttx/pull/13444#discussion_r1759661734 ## arch/arm/src/arm/arm_doirq.c: ## @@ -71,6 +73,7 @@ uint32_t *arm_doirq(int irq, uint32_t *regs) */ up_set_current_regs(regs); + tcb->xcp.regs = regs; Revie

[PR] arm: g_current_regs is only used to determine if we are in irq, [nuttx]

2024-09-13 Thread via GitHub
hujun260 opened a new pull request, #13444: URL: https://github.com/apache/nuttx/pull/13444 with other functionalities removed. reason: by doing this we can reduce context switch time, When we exit from an interrupt handler, we directly use tcb->xcp.regs ## Summary

Re: [PR] fs_inode:Change the type of i_crefs to atomic_int [nuttx]

2024-09-13 Thread via GitHub
anchao commented on PR #13443: URL: https://github.com/apache/nuttx/pull/13443#issuecomment-2350819627 Please check that all **i_crefs** are replaced correctly, eg: https://github.com/apache/nuttx/blob/master/drivers/serial/pty.c#L335 -- This is an automated message from the Apache Git

Re: [PR] Update posix timer [nuttx]

2024-09-13 Thread via GitHub
anchao commented on code in PR #13410: URL: https://github.com/apache/nuttx/pull/13410#discussion_r1759657747 ## boards/arm/stm32/olimex-stm32-p407/scripts/memory.ld: ## @@ -92,7 +92,7 @@ MEMORY /* 112Kb of contiguous SRAM */ - ksram (rwx) : ORIGIN = 0x2000, LEN

[PR] fs_inode:Change the type of i_crefs to atomic_int [nuttx]

2024-09-13 Thread via GitHub
crafcat7 opened a new pull request, #13443: URL: https://github.com/apache/nuttx/pull/13443 ## Summary Benefit from [PR#13044](https://github.com/apache/nuttx/pull/13044), we can change the the inode->i_crefs to atomic. That we can avoid problems: Deadlocks caused by the server request

[PR] apps/mbedtls-alt: Provide system alternative implementation for mbedtls [nuttx-apps]

2024-09-13 Thread via GitHub
ThePassionate opened a new pull request, #2572: URL: https://github.com/apache/nuttx-apps/pull/2572 ## Summary 1. provide aes-cmac alternative implemetation 2. provide hardware random for PSA ## Impact N/A ## Testing ci & mbeselftest -- This is an automated message fr

Re: [PR] Rpmsg VirtIO Transport support and releated patches [nuttx]

2024-09-13 Thread via GitHub
CV-Bowen commented on code in PR #13432: URL: https://github.com/apache/nuttx/pull/13432#discussion_r1759648438 ## drivers/rpmsg/CMakeLists.txt: ## @@ -27,5 +27,9 @@ if(CONFIG_RPMSG) list(APPEND SRCS rpmsg_ping.c) endif() + if(CONFIG_RPMSG_VIRTIO) Review Comment:

[PR] input/ff: modify FF_MAX to support 64-bit machine [nuttx]

2024-09-13 Thread via GitHub
fangpeina opened a new pull request, #13442: URL: https://github.com/apache/nuttx/pull/13442 ## Summary modify FF_MAX to support 64-bit machine ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please l

(nuttx) branch master updated (7a495fabb6 -> 11f06eb0f5)

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 7a495fabb6 pci/pci_uio_ivshmem: pci uio ivshmem msix interrupt support add 10e7d8fe44 set min read length in ua

Re: [PR] Drivers/serial [nuttx]

2024-09-13 Thread via GitHub
xiaoxiang781216 merged PR #13434: URL: https://github.com/apache/nuttx/pull/13434 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

Re: [PR] filep Reference count [nuttx]

2024-09-13 Thread via GitHub
xiaoxiang781216 commented on PR #13296: URL: https://github.com/apache/nuttx/pull/13296#issuecomment-2350789293 > > @anchao help me review this PR. thanks > > please set CONFIG_FS_REFCOUNT default value to n to keep the original configuration, we should not add unnecessary code size l

[PR] libc/netdb: Remove unnecessary CONFIG_LIBC_NETDB checks [nuttx]

2024-09-13 Thread via GitHub
no1wudi opened a new pull request, #13441: URL: https://github.com/apache/nuttx/pull/13441 ## Summary Since it already checked by Make.defs and CMakeLists.txt ## Impact No ## Testing CI -- This is an automated message from the Apache Git Service. To respond to the me

Re: [PR] ppp: Fix wrong lcp_state handling on peer reconnection [nuttx-apps]

2024-09-13 Thread via GitHub
lzungri commented on PR #2571: URL: https://github.com/apache/nuttx-apps/pull/2571#issuecomment-2350786281 > You have tested the patch and it fixes the issue in practice with various different setups? Please add short testing / verification description / confirmation. @cederom I have

Re: [PR] filep Reference count [nuttx]

2024-09-13 Thread via GitHub
Zhangshoukui commented on PR #13296: URL: https://github.com/apache/nuttx/pull/13296#issuecomment-2350776055 @anchao I do not think this code is unnecessary, for the operation of a system security is the first.At present, CI has passed, I think it can be approve -- This is an automat

Re: [PR] sched: rm nxsched_remove_readytorun [nuttx]

2024-09-13 Thread via GitHub
anchao commented on PR #13418: URL: https://github.com/apache/nuttx/pull/13418#issuecomment-2350763647 1. `nxsched_add_readytorun()`/`nxsched_remove_readytorun()` are paired functions. If you feel the logic is not clear enough, you could separate the requirements according to the task statu

(nuttx) branch master updated (733a68002c -> 7a495fabb6)

2024-09-13 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 733a68002c arch/riscv: Fixed hardware timer warps-around issue add 7a495fabb6 pci/pci_uio_ivshmem: pci uio ivshmem

Re: [PR] pci/pci_uio_ivshmem: pci uio ivshmem msix interrupt support [nuttx]

2024-09-13 Thread via GitHub
anchao merged PR #13435: URL: https://github.com/apache/nuttx/pull/13435 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apach

Re: [PR] sched: rm nxsched_remove_readytorun [nuttx]

2024-09-13 Thread via GitHub
hujun260 commented on PR #13418: URL: https://github.com/apache/nuttx/pull/13418#issuecomment-2350743665 The previous function nxsched_remove_readytorun suffered from being overly complex in its logic judgments due to its comprehensive functionality, which also made it inconsistent with i

Re: [PR] ramlog bug fix [nuttx]

2024-09-13 Thread via GitHub
anchao commented on code in PR #13438: URL: https://github.com/apache/nuttx/pull/13438#discussion_r1759627054 ## drivers/syslog/ramlog.c: ## @@ -337,6 +337,13 @@ static ssize_t ramlog_addbuf(FAR struct ramlog_dev_s *priv, if (len > 0) { + /* Lock the scheduler do

Re: [I] [BUG] Wrong `lcp_state` flag handling prevents PPP from connecting to peer after peer disconnection/re-connection [nuttx-apps]

2024-09-13 Thread via GitHub
cederom commented on issue #2568: URL: https://github.com/apache/nuttx-apps/issues/2568#issuecomment-2350366892 Thank you @lzungri :-) Patch just need minor comment formatting adjustment to pass CI, lets continue on PR thread :-) -- This is an automated message from the Apache Git Service

Re: [PR] ppp: Fix wrong lcp_state handling on peer reconnection [nuttx-apps]

2024-09-13 Thread via GitHub
cederom commented on PR #2571: URL: https://github.com/apache/nuttx-apps/pull/2571#issuecomment-2350358560 * Thank you @lzungri very nice catch :-) * You have tested the patch and it fixes the issue in practice with various different setups? Please add short testing / verification descrip

[PR] boards/arm/stm32h7/stm32h745i-disco: Add RPTUN support [nuttx]

2024-09-13 Thread via GitHub
nonpawite opened a new pull request, #13440: URL: https://github.com/apache/nuttx/pull/13440 ## Summary - Edited linker script for shmem to have condition according to cores selected. - Added new configuration for nsh_cm7_rptun and nsh_cm4_rptun. - Appended RPTUN bringup code in

[PR] add .gdb_history to .gitignore [nuttx]

2024-09-13 Thread via GitHub
raiden00pl opened a new pull request, #13439: URL: https://github.com/apache/nuttx/pull/13439 ## Summary - add .gdb_history to .gitignore .gdb_history is created next to NuttX ELF when we working with pwndbg GDB plug-in ## Impact better user experience when work with pwndbg

Re: [I] [BUG] Wrong `lcp_state` flag handling prevents PPP from connecting to peer after peer disconnection/re-connection [nuttx-apps]

2024-09-13 Thread via GitHub
lzungri commented on issue #2568: URL: https://github.com/apache/nuttx-apps/issues/2568#issuecomment-2349412155 PR here #2571 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

[PR] ppp: Fix wrong lcp_state handling on peer reconnection [nuttx-apps]

2024-09-13 Thread via GitHub
lzungri opened a new pull request, #2571: URL: https://github.com/apache/nuttx-apps/pull/2571 If a PPP peer disconnects and then tries to reconnect it will send an 'LCP configure request' packet. The code that handles that scenario seems to be clearing the wrong `lcp_state` flag (`LCP_RX_UP

Re: [PR] filep Reference count [nuttx]

2024-09-13 Thread via GitHub
anchao commented on PR #13296: URL: https://github.com/apache/nuttx/pull/13296#issuecomment-2349383112 > @anchao help me review this PR. thanks please set CONFIG_FS_REFCOUNT default value to n to keep the original configuration, we should not add unnecessary code size loads to IoT dev

Re: [PR] filep Reference count [nuttx]

2024-09-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #13296: URL: https://github.com/apache/nuttx/pull/13296#discussion_r1759145045 ## fs/inode/fs_files.c: ## @@ -691,17 +766,62 @@ int fs_getfilep(int fd, FAR struct file **filep) *filep = files_fget(list, fd); - /* if f_inode is NULL

Re: [PR] Critmon optimize, make possible open cpuload based on critmon and disable critical section & sched_lock to save cost. [nuttx]

2024-09-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #13395: URL: https://github.com/apache/nuttx/pull/13395#discussion_r1759137853 ## sched/sched/sched_lock.c: ## @@ -152,27 +152,24 @@ int sched_lock(void) rtcb->lockcount++; -#if defined(CONFIG_SCHED_INSTRUMENTATION_PREEMPTION) |

Re: [PR] Rpmsg VirtIO Transport support and releated patches [nuttx]

2024-09-13 Thread via GitHub
CV-Bowen commented on code in PR #13432: URL: https://github.com/apache/nuttx/pull/13432#discussion_r1759126697 ## drivers/rpmsg/CMakeLists.txt: ## @@ -27,5 +27,9 @@ if(CONFIG_RPMSG) list(APPEND SRCS rpmsg_ping.c) endif() + if(CONFIG_RPMSG_VIRTIO) Review Comment:

(nuttx) branch master updated (908df725ad -> 733a68002c)

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 908df725ad arch: use up_current_regs/up_set_current_regs replace CURRENT_REGS add 733a68002c arch/riscv: Fixed

Re: [PR] arch/riscv: Fixed hardware timer warps-around issue [nuttx]

2024-09-13 Thread via GitHub
xiaoxiang781216 merged PR #13430: URL: https://github.com/apache/nuttx/pull/13430 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

Re: [PR] Arm64 irq [nuttx]

2024-09-13 Thread via GitHub
xiaoxiang781216 commented on PR #13394: URL: https://github.com/apache/nuttx/pull/13394#issuecomment-2349299184 @lipengfei28 please fix the conflict -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[PR] ramlog bug fix [nuttx]

2024-09-13 Thread via GitHub
GUIDINGLI opened a new pull request, #13438: URL: https://github.com/apache/nuttx/pull/13438 ## Summary ramlog: unify the lock to critical section ramlog: workaround the unsafe critical section ``` thread1: thread2: ramlog_addbuf()

Re: [PR] Enhance Kasan [nuttx]

2024-09-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #13424: URL: https://github.com/apache/nuttx/pull/13424#discussion_r1759069203 ## mm/kasan/Make.defs: ## @@ -1,8 +1,6 @@ # mm/kasan/Make.defs # -# SPDX-License

[PR] wqueue bug fix [nuttx]

2024-09-13 Thread via GitHub
GUIDINGLI opened a new pull request, #13437: URL: https://github.com/apache/nuttx/pull/13437 ## Summary one: wqueue: teardown should cancel the work already in wqueue the other one: ``` wqueue: workaound g_notifier_pending list unsafe Situation:

Re: [PR] Critmon optimize, make possible open cpuload based on critmon and disable critical section & sched_lock to save cost. [nuttx]

2024-09-13 Thread via GitHub
jasonbu commented on PR #13395: URL: https://github.com/apache/nuttx/pull/13395#issuecomment-2349268077 > > > @jasonbu these are the steps I did here to compile NuttX Documentation: > > > ``` > > > $ sudo apt install python3-sphinx > > > $ pip install sphinx_rtd_theme --break-system-

Re: [PR] Critmon optimize, make possible open cpuload based on critmon and disable critical section & sched_lock to save cost. [nuttx]

2024-09-13 Thread via GitHub
acassis commented on PR #13395: URL: https://github.com/apache/nuttx/pull/13395#issuecomment-2349237725 > > @jasonbu these are the steps I did here to compile NuttX Documentation: > > ``` > > $ sudo apt install python3-sphinx > > $ pip install sphinx_rtd_theme --break-system-packages

Re: [PR] gdb plugin: Encapsulate the gdb native command gcore as nxgore [nuttx]

2024-09-13 Thread via GitHub
Jasinsky commented on PR #13428: URL: https://github.com/apache/nuttx/pull/13428#issuecomment-2349230998 Typo in PR name: gdb plugin: Encapsulate the gdb native command gcore as nxgore should become: gdb plugin: Encapsulate the gdb native command gcore as nxgcore -- This is an a

Re: [PR] Rpmsg VirtIO Transport support and releated patches [nuttx]

2024-09-13 Thread via GitHub
Jasinsky commented on code in PR #13432: URL: https://github.com/apache/nuttx/pull/13432#discussion_r1759064888 ## drivers/rpmsg/CMakeLists.txt: ## @@ -27,5 +27,9 @@ if(CONFIG_RPMSG) list(APPEND SRCS rpmsg_ping.c) endif() + if(CONFIG_RPMSG_VIRTIO) Review Comment:

Re: [PR] arch: use up_current_regs/up_set_current_regs replace CURRENT_REGS [nuttx]

2024-09-13 Thread via GitHub
xiaoxiang781216 merged PR #13423: URL: https://github.com/apache/nuttx/pull/13423 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

(nuttx-apps) branch revert-2555-mine1 deleted (was 9b5c066cb)

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch revert-2555-mine1 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git was 9b5c066cb Revert "ltp: handle low accuracy of time in some platfrom" The revisions that were on thi

(nuttx-apps) 05/08: cmake:bugfix export uORB headers fix compile error

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit d4becc8e46d95a438289cb298aa992c27c981d37 Author: xuxin19 AuthorDate: Wed May 1 18:07:40 2024 +0800 cmake:bug

(nuttx-apps) 07/08: cmake:support romfs prog for SIM CMake build

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 683f25af15524856122759c2dc56163e4b917d21 Author: xuxin19 AuthorDate: Fri Jul 12 16:36:10 2024 +0800 cmake:su

(nuttx-apps) 02/08: cmake:port benchmarks to CMake build for testing

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 3a2b74d701a86f7a79f7460ccfb8eefc6df01cfb Author: xuxin19 AuthorDate: Thu Mar 28 15:40:20 2024 +0800 cmake:po

(nuttx-apps) 04/08: cmake:sync LIBUV_HANDLE_BACKTRACE fix build break

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 0fdab21fd90acd0706eaf28688efb69551b7aef9 Author: xuxin19 AuthorDate: Mon Apr 29 14:49:13 2024 +0800 cmake:sy

(nuttx-apps) 08/08: cmake:refine libyuv CMakeLists

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit f96461c3856f5cb98354a9280d2d2aa630457cdb Author: xuxin19 AuthorDate: Fri Jul 12 14:47:20 2024 +0800 cmake:re

(nuttx-apps) branch master updated (7c94d13be -> f96461c38)

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git from 7c94d13be kasantest: Add performance testing for Kasan, including pile insertion testing and algorithm testing

(nuttx-apps) 06/08: cmake:bugfix fix mbedtls missing source and depend issue

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit cfe229c67fcbf5c2a28951803f4aa3d54c99bc72 Author: xuxin19 AuthorDate: Fri Jun 14 15:29:21 2024 +0800 cmake:bu

(nuttx-apps) 01/08: cmake:export tinycrypt headers

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 3fe177825a2c1f6bfef5362b4f7d898e4cee6e5a Author: xuxin19 AuthorDate: Mon Nov 13 19:14:50 2023 +0800 cmake:ex

(nuttx-apps) 03/08: cmake:fix testing cxx_main suffix error

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 9b8d8d0c4f433046838760092e23e23717765a46 Author: xuxin19 AuthorDate: Fri Apr 12 19:27:08 2024 +0800 cmake:fi

Re: [PR] [cmake]: added cmake builds for benchmark, crypto, and libyuv [nuttx-apps]

2024-09-13 Thread via GitHub
xiaoxiang781216 merged PR #2566: URL: https://github.com/apache/nuttx-apps/pull/2566 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

(nuttx-apps) 01/05: testing: refactor kasan test

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 85ad50c39e0b67bf6529ec85387553961815423b Author: yinshengkai AuthorDate: Mon Apr 22 18:44:20 2024 +0800 test

(nuttx-apps) 05/05: kasantest: Add performance testing for Kasan, including pile insertion testing and algorithm testing

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 7c94d13be44bb5364299b303356bb4dbc55a8db3 Author: wangmingrong1 AuthorDate: Fri Sep 6 15:56:36 2024 +0800 kas

(nuttx-apps) 03/05: kasantest: Add the ability to run a single program

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 277c968b6ab1e9cf0b9c7079e27974a4ac4dd35f Author: wangmingrong1 AuthorDate: Thu Sep 5 16:28:05 2024 +0800 kas

(nuttx-apps) branch master updated (7cd9919a4 -> 7c94d13be)

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git from 7cd9919a4 testing/crypto: add rsa testcase new 85ad50c39 testing: refactor kasan test new 797fd0479 k

(nuttx-apps) 02/05: kasantest: Fix errors running on 64 bit

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 797fd047961a5edc29d7393f87b26f425c7be523 Author: wangmingrong1 AuthorDate: Thu Sep 5 15:57:31 2024 +0800 kas

(nuttx-apps) 04/05: kasantest: Add a test set for global variable out of bounds detection

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit f2c21b11d83a74a7f0dac5270a9bc22fcd21c3f7 Author: wangmingrong1 AuthorDate: Fri Sep 6 11:14:28 2024 +0800 kas

Re: [PR] Enhance Kasan's testing program [nuttx-apps]

2024-09-13 Thread via GitHub
xiaoxiang781216 merged PR #2569: URL: https://github.com/apache/nuttx-apps/pull/2569 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

[PR] arch/x86_64: add basic support for R_X86_64_REX_GOTPCRELX relocation [nuttx]

2024-09-13 Thread via GitHub
szafonimateusz-mi opened a new pull request, #13436: URL: https://github.com/apache/nuttx/pull/13436 ## Summary - arch/x86_64: add basic support for R_X86_64_REX_GOTPCRELX relocation GOTPCRELX reloc available only for CONFIG_ARCH_ADDRENV=y when CONFIG_ARCH_ADDRENV is not set, CONFIG_

(nuttx-apps) branch master updated (524caec5a -> 7cd9919a4)

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git from 524caec5a nxcodec: Modify the logic of judging the correctness of the incoming pixformat new 6db82199a te

(nuttx-apps) 05/05: testing/crypto: add rsa testcase

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 7cd9919a46c4c550fe400ff44584e988181375aa Author: makejian AuthorDate: Wed Aug 7 21:58:52 2024 +0800 testing/

(nuttx-apps) 02/05: testing/crypto: add aes-128-cmac testcase

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit b53ee36d479b3b0397c447d38e01b8db1e45e832 Author: makejian AuthorDate: Wed Jul 10 21:22:22 2024 +0800 testing

(nuttx-apps) 03/05: testing/crypto: add ecdsa testing

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit ce58e85aa66849b81b2c575c41a130df6dbc985e Author: makejian AuthorDate: Wed Jul 24 21:46:07 2024 +0800 testing

(nuttx-apps) 04/05: testing/crypto: Add test cases for Diffie-Hellman algorithm

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit b1f2e63a6bb9a747cd0ef9bf82d1c1e67534f1a2 Author: makejian AuthorDate: Fri Sep 6 14:05:29 2024 +0800 testing/

(nuttx-apps) 01/05: testing/crypto: add crc32 testcases

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 6db82199a6557efd55b4d7261e744f7fc85ab594 Author: makejian AuthorDate: Tue Jul 2 14:01:23 2024 +0800 testing/

Re: [PR] testing/crypto: Supplement test cases for nuttx crypto driver [nuttx-apps]

2024-09-13 Thread via GitHub
xiaoxiang781216 merged PR #2570: URL: https://github.com/apache/nuttx-apps/pull/2570 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

(nuttx) branch master updated (72bdc9d9b4 -> 222840e135)

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 72bdc9d9b4 armv7/8-m: change enter_critical_section to up_irq_save add 222840e135 crypto/rsa: add exp mod in so

Re: [PR] crypto/rsa: add exp mod in software crypto [nuttx]

2024-09-13 Thread via GitHub
xiaoxiang781216 merged PR #13431: URL: https://github.com/apache/nuttx/pull/13431 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

(nuttx) 02/02: armv7/8-m: change enter_critical_section to up_irq_save

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 72bdc9d9b4fce67573b13f6636375a700dbcea71 Author: ligd AuthorDate: Wed May 29 20:15:40 2024 +0800 armv7/8-m: chang

(nuttx) branch master updated (cb7894d644 -> 72bdc9d9b4)

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from cb7894d644 arch/x86_64: Add ARCH_INTEL64_DISABLE_CET new 32f56c3c62 armv8m: support busfault forward to TEE in

(nuttx) 01/02: armv8m: support busfault forward to TEE in REE handler mode

2024-09-13 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 32f56c3c626cc1bcd56a9c8e2c295e31ef44d6c9 Author: ligd AuthorDate: Fri Mar 29 20:55:15 2024 +0800 armv8m: support

Re: [PR] arm generate busfault & recursive bug fix [nuttx]

2024-09-13 Thread via GitHub
xiaoxiang781216 merged PR #13416: URL: https://github.com/apache/nuttx/pull/13416 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

Re: [PR] Add support for SIGEV_THREAD_ID and sigev_notify_thread_id [nuttx]

2024-09-13 Thread via GitHub
GUIDINGLI commented on PR #13419: URL: https://github.com/apache/nuttx/pull/13419#issuecomment-2349180120 Please drop the first one -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

  1   2   >