[GitHub] [nuttx] mu578 commented on a diff in pull request #9552: drivers/net/netdev: improve granularity of 'quota' locking

2023-06-17 Thread via GitHub
mu578 commented on code in PR #9552: URL: https://github.com/apache/nuttx/pull/9552#discussion_r1233204632 ## include/nuttx/net/netdev_lowerhalf.h: ## @@ -61,10 +62,8 @@ #define NETPKT_BUFLEN CONFIG_IOB_BUFSIZE -#if defined(CONFIG_OPENAMP) || \ -(defined(__STDC_VERSIO

[GitHub] [nuttx] mu578 commented on a diff in pull request #9552: drivers/net/netdev: improve granularity of 'quota' locking

2023-06-17 Thread via GitHub
mu578 commented on code in PR #9552: URL: https://github.com/apache/nuttx/pull/9552#discussion_r1233204632 ## include/nuttx/net/netdev_lowerhalf.h: ## @@ -61,10 +62,8 @@ #define NETPKT_BUFLEN CONFIG_IOB_BUFSIZE -#if defined(CONFIG_OPENAMP) || \ -(defined(__STDC_VERSIO

[GitHub] [nuttx] mu578 commented on a diff in pull request #9552: drivers/net/netdev: improve granularity of 'quota' locking

2023-06-17 Thread via GitHub
mu578 commented on code in PR #9552: URL: https://github.com/apache/nuttx/pull/9552#discussion_r1233204632 ## include/nuttx/net/netdev_lowerhalf.h: ## @@ -61,10 +62,8 @@ #define NETPKT_BUFLEN CONFIG_IOB_BUFSIZE -#if defined(CONFIG_OPENAMP) || \ -(defined(__STDC_VERSIO

[GitHub] [nuttx] mu578 commented on a diff in pull request #9552: drivers/net/netdev: improve granularity of 'quota' locking

2023-06-17 Thread via GitHub
mu578 commented on code in PR #9552: URL: https://github.com/apache/nuttx/pull/9552#discussion_r1233204632 ## include/nuttx/net/netdev_lowerhalf.h: ## @@ -61,10 +62,8 @@ #define NETPKT_BUFLEN CONFIG_IOB_BUFSIZE -#if defined(CONFIG_OPENAMP) || \ -(defined(__STDC_VERSIO

[nuttx] 02/03: mm: Rename MM_BACKTRACE_XXX_PID to PID_MM_XXX

2023-06-17 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit f01deff80f4a0e7b69cd3cbfc15789fa9f4e39df Author: Xiang Xiao AuthorDate: Sun May 28 20:09:42 2023 +0800 mm: Re

[GitHub] [nuttx] pkarashchenko merged pull request #9560: mm: Rename mm_memdump_s to malltask

2023-06-17 Thread via GitHub
pkarashchenko merged PR #9560: URL: https://github.com/apache/nuttx/pull/9560 -- 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.

[nuttx] 01/03: mm: Rename mm_memdump_s to malltask

2023-06-17 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit ddbe9eb6abcd616799ac576159fcb45e692deb2d Author: Xiang Xiao AuthorDate: Sun May 28 19:23:56 2023 +0800 mm: Re

[nuttx] 03/03: mm: Move PID_MM_MEMPOOL after PID_MM_ALLOC

2023-06-17 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit b00237ac01f3790f8d6f6ce04c3fb62fb9f39f71 Author: Xiang Xiao AuthorDate: Mon May 29 01:23:24 2023 +0800 mm: Mo

[nuttx] branch master updated (c76f9f9349 -> b00237ac01)

2023-06-17 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from c76f9f9349 mm/heap: Count mm_heap_s overhead in mm_mallinfo new ddbe9eb6ab mm: Rename mm_memdump_s to mallt

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9513: libc: Prefer to implement memfd on top of shm

2023-06-17 Thread via GitHub
pkarashchenko commented on code in PR #9513: URL: https://github.com/apache/nuttx/pull/9513#discussion_r1233198450 ## libs/libc/misc/lib_memfd.c: ## @@ -32,20 +33,30 @@ * Pre-processor Definitions /

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9560: mm: Rename mm_memdump_s to malltask

2023-06-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #9560: URL: https://github.com/apache/nuttx/pull/9560#discussion_r1233178397 ## mm/tlsf/mm_tlsf.c: ## @@ -450,7 +448,7 @@ static void memdump_handler(FAR void *ptr, size_t size, int used, #endif } } - else if (dump->pid <=

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9560: mm: Rename mm_memdump_s to malltask

2023-06-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #9560: URL: https://github.com/apache/nuttx/pull/9560#discussion_r1233178397 ## mm/tlsf/mm_tlsf.c: ## @@ -450,7 +448,7 @@ static void memdump_handler(FAR void *ptr, size_t size, int used, #endif } } - else if (dump->pid <=

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9513: libc: Prefer to implement memfd on top of shm

2023-06-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #9513: URL: https://github.com/apache/nuttx/pull/9513#discussion_r1233178263 ## libs/libc/misc/lib_memfd.c: ## @@ -32,20 +33,28 @@ * Pre-processor Definitions

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9497: libc/fdcheck: add fdcheck module

2023-06-17 Thread via GitHub
xiaoxiang781216 commented on PR #9497: URL: https://github.com/apache/nuttx/pull/9497#issuecomment-1595930837 > > But select already contain the code to restore: > > https://github.com/apache/nuttx/blob/master/fs/vfs/fs_select.c#L105 > > @xiaoxiang781216 The `fdcheck_protect()` is i

[nuttx-website] branch asf-site updated: Publishing web: bedd222ce647cc428f1f896ea77db286eb1bfbce docs: c76f9f9349c326c4927b6c1d28543fe927a44e31

2023-06-17 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 6c51eaa6 Publishing web: bedd222c

[nuttx] 01/02: mm/mempool: Avoid the allocation number of expend block equals zero

2023-06-17 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 1d5ca4e809c31c448a475763f40219e8834b00ba Author: Xiang Xiao AuthorDate: Sun May 28 23:54:01 2023 +0800 mm/mempool:

[nuttx] branch master updated (225d347306 -> c76f9f9349)

2023-06-17 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 225d347306 stm32 tickless: stop assertion when calling up_timer_gettime before initialised new 1d5ca4e809 mm/mem

[nuttx] 02/02: mm/heap: Count mm_heap_s overhead in mm_mallinfo

2023-06-17 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit c76f9f9349c326c4927b6c1d28543fe927a44e31 Author: Xiang Xiao AuthorDate: Mon May 29 00:03:12 2023 +0800 mm/heap: Cou

[GitHub] [nuttx] acassis merged pull request #9561: compute the heap info more accuracy

2023-06-17 Thread via GitHub
acassis merged PR #9561: URL: https://github.com/apache/nuttx/pull/9561 -- 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.apache

[GitHub] [nuttx] acassis opened a new pull request, #9562: stm32f777zit6-meadow: Fix external RAM pinout and add board profile

2023-06-17 Thread via GitHub
acassis opened a new pull request, #9562: URL: https://github.com/apache/nuttx/pull/9562 ## Summary This patch will fix an issue that was preventing the stm32f7 board from working with external SDRAM memory. ## Impact Only stm32f777zit6-meadow ## Testing stm32f777zit6-meadow

[GitHub] [nuttx] pkarashchenko commented on pull request #9497: libc/fdcheck: add fdcheck module

2023-06-17 Thread via GitHub
pkarashchenko commented on PR #9497: URL: https://github.com/apache/nuttx/pull/9497#issuecomment-1595849613 In general if we do a swap and store `pid` value in lower bits and `fd` in upper bits it will give a correct comparison result based on `fd` value. -- This is an automated message f

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9513: libc: Prefer to implement memfd on top of shm

2023-06-17 Thread via GitHub
pkarashchenko commented on code in PR #9513: URL: https://github.com/apache/nuttx/pull/9513#discussion_r1233123578 ## libs/libc/misc/lib_memfd.c: ## @@ -32,20 +33,28 @@ * Pre-processor Definitions /

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9560: mm: Rename mm_memdump_s to malltask

2023-06-17 Thread via GitHub
pkarashchenko commented on code in PR #9560: URL: https://github.com/apache/nuttx/pull/9560#discussion_r1233122479 ## mm/tlsf/mm_tlsf.c: ## @@ -292,27 +292,27 @@ static void mallinfo_task_handler(FAR void *ptr, size_t size, int used, if (used) { #if CONFIG_MM_BACKTRACE

[nuttx-apps] branch master updated (b8856479e -> 3d598fce6)

2023-06-17 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git from b8856479e netutils/iperf: Fix possible precision loss new fcda92ebc toywasm: disable tail call and exp

[nuttx-apps] 02/02: toywasm: regen after a change to the script

2023-06-17 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 3d598fce6c1ce82a035c1793bbd695b6b9e421ac Author: YAMAMOTO Takashi AuthorDate: Fri Jun 16 22:50:24 2023 +0900

[GitHub] [nuttx-apps] pkarashchenko merged pull request #1796: toywasm: disable tail call

2023-06-17 Thread via GitHub
pkarashchenko merged PR #1796: URL: https://github.com/apache/nuttx-apps/pull/1796 -- 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...@n

[nuttx-apps] 01/02: toywasm: disable tail call and explain why

2023-06-17 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit fcda92ebc7e77b5d302c322d202a85044713dd0d Author: YAMAMOTO Takashi AuthorDate: Fri Jun 16 22:49:56 2023 +0900

[GitHub] [nuttx] pkarashchenko commented on pull request #9497: libc/fdcheck: add fdcheck module

2023-06-17 Thread via GitHub
pkarashchenko commented on PR #9497: URL: https://github.com/apache/nuttx/pull/9497#issuecomment-1595845971 The `fdcheck_protect()` is implemented as ``` / * Name: fdcheck_protect * * Description: Ob

[GitHub] [nuttx] fjpanag commented on pull request #9497: libc/fdcheck: add fdcheck module

2023-06-17 Thread via GitHub
fjpanag commented on PR #9497: URL: https://github.com/apache/nuttx/pull/9497#issuecomment-1595839154 > could you share your code around select? Have a look [here](https://github.com/fjpanag/code_for_nuttx/blob/main/mqtt_broker/mqtt_br_server.c#L133). It seems that only `select

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9497: libc/fdcheck: add fdcheck module

2023-06-17 Thread via GitHub
xiaoxiang781216 commented on PR #9497: URL: https://github.com/apache/nuttx/pull/9497#issuecomment-1595831570 But select already contain the code to restore: https://github.com/apache/nuttx/blob/master/fs/vfs/fs_select.c#L105 -- This is an automated message from the Apache Git Service.

[GitHub] [nuttx] pkarashchenko commented on pull request #9497: libc/fdcheck: add fdcheck module

2023-06-17 Thread via GitHub
pkarashchenko commented on PR #9497: URL: https://github.com/apache/nuttx/pull/9497#issuecomment-1595829511 @xiaoxiang781216 I think there may be a case in `max_fd + 1` that is passed to select. I think it should be computed based on `fdcheck_restore()`. -- This is an automated message fr

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9497: libc/fdcheck: add fdcheck module

2023-06-17 Thread via GitHub
xiaoxiang781216 commented on PR #9497: URL: https://github.com/apache/nuttx/pull/9497#issuecomment-1595826910 could you share your code around select? -- 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

[GitHub] [nuttx] fjpanag commented on pull request #9497: libc/fdcheck: add fdcheck module

2023-06-17 Thread via GitHub
fjpanag commented on PR #9497: URL: https://github.com/apache/nuttx/pull/9497#issuecomment-1595826148 @hujun260 @xiaoxiang781216 I think that something is wrong with this. After enabling `CONFIG_FDCHECK` several things break in various ways. For example, I was using `select()` bef

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #9561: compute the heap info more accuracy

2023-06-17 Thread via GitHub
xiaoxiang781216 opened a new pull request, #9561: URL: https://github.com/apache/nuttx/pull/9561 ## Summary - mm/mempool: Avoid the allocation number of expend block equals zero - mm/heap: Count mm_heap_s overhead in mm_mallinfo ## Impact heap info ## Testing

[GitHub] [nuttx-apps] pkarashchenko commented on pull request #1796: toywasm: disable tail call

2023-06-17 Thread via GitHub
pkarashchenko commented on PR #1796: URL: https://github.com/apache/nuttx-apps/pull/1796#issuecomment-1595815669 Thank you so much. -- 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

[GitHub] [nuttx-apps] yamt commented on pull request #1796: toywasm: disable tail call

2023-06-17 Thread via GitHub
yamt commented on PR #1796: URL: https://github.com/apache/nuttx-apps/pull/1796#issuecomment-1595813409 > Could you please update commit message of a second commit with few more words (it seems to be too laconic to me)? done. these files are generated by regen.sh. after chan

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9552: drivers/net/netdev: improve granularity of 'quota' locking

2023-06-17 Thread via GitHub
pkarashchenko commented on code in PR #9552: URL: https://github.com/apache/nuttx/pull/9552#discussion_r1233098430 ## include/nuttx/net/netdev_lowerhalf.h: ## @@ -61,10 +62,8 @@ #define NETPKT_BUFLEN CONFIG_IOB_BUFSIZE -#if defined(CONFIG_OPENAMP) || \ -(defined(__STD

[GitHub] [nuttx] wengzhe commented on pull request #9552: drivers/net/netdev: improve granularity of 'quota' locking

2023-06-17 Thread via GitHub
wengzhe commented on PR #9552: URL: https://github.com/apache/nuttx/pull/9552#issuecomment-1595812514 Hi there, I've tried this patch on `rv-virt:knetnsh64_smp`, it's roughly improving the performance without atomics by 2%~3% (while switching to atomics may improve ~10%). It seems that addi

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #9560: mm: Rename mm_memdump_s to malltask

2023-06-17 Thread via GitHub
xiaoxiang781216 opened a new pull request, #9560: URL: https://github.com/apache/nuttx/pull/9560 ## Summary align with the naming of mallinfo_task ## Impact code refactor only ## Testing sim:kasan -- This is an automated message from the Apache Git Servic

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9513: libc: Prefer to implement memfd on top of shm

2023-06-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #9513: URL: https://github.com/apache/nuttx/pull/9513#discussion_r1233088162 ## libs/libc/misc/lib_memfd.c: ## @@ -45,7 +45,9 @@ int memfd_create(FAR const char *name, unsigned int flags) { -#ifdef CONFIG_FS_TMPFS +#if defined(CONFIG_F

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9552: drivers/net/netdev: improve granularity of 'quota' locking

2023-06-17 Thread via GitHub
pkarashchenko commented on code in PR #9552: URL: https://github.com/apache/nuttx/pull/9552#discussion_r1233084297 ## include/nuttx/net/netdev_lowerhalf.h: ## @@ -61,10 +62,8 @@ #define NETPKT_BUFLEN CONFIG_IOB_BUFSIZE -#if defined(CONFIG_OPENAMP) || \ -(defined(__STD

[GitHub] [nuttx] acassis commented on a diff in pull request #9513: libc: Prefer to implement memfd on top of shm

2023-06-17 Thread via GitHub
acassis commented on code in PR #9513: URL: https://github.com/apache/nuttx/pull/9513#discussion_r1233069451 ## libs/libc/misc/lib_memfd.c: ## @@ -45,7 +45,9 @@ int memfd_create(FAR const char *name, unsigned int flags) { -#ifdef CONFIG_FS_TMPFS +#if defined(CONFIG_FS_SHMFS)

[GitHub] [nuttx] acassis commented on pull request #9523: esp32: initializing a display should not initialize the framebuffer as well

2023-06-17 Thread via GitHub
acassis commented on PR #9523: URL: https://github.com/apache/nuttx/pull/9523#issuecomment-1595772200 > @acassis wouldn't it make more sense to keep my patch and add fb_register to those boards not calling it rather than to remove it from esp32_bringup.c? I don't think we should bind the LC

[nuttx] branch master updated: stm32 tickless: stop assertion when calling up_timer_gettime before initialised

2023-06-17 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis 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 225d347306 stm32 tickless: stop assertion when c

[GitHub] [nuttx] acassis merged pull request #9559: stm32 tickless: stop assertion when calling up_timer_gettime

2023-06-17 Thread via GitHub
acassis merged PR #9559: URL: https://github.com/apache/nuttx/pull/9559 -- 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.apache

[GitHub] [nuttx] acassis commented on pull request #9559: stm32 tickless: stop assertion when calling up_timer_gettime

2023-06-17 Thread via GitHub
acassis commented on PR #9559: URL: https://github.com/apache/nuttx/pull/9559#issuecomment-1595768818 Thanks! -- 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

[GitHub] [nuttx] acassis commented on a diff in pull request #7202: Add support for the loading of ET_DYN objects

2023-06-17 Thread via GitHub
acassis commented on code in PR #7202: URL: https://github.com/apache/nuttx/pull/7202#discussion_r1233066939 ## libs/libc/machine/arm/armv7-m/arch_elf.c: ## @@ -123,7 +123,8 @@ int up_relocate(const Elf32_Rel *rel, const Elf32_Sym *sym, uintptr_t addr) */ Review Comment:

[GitHub] [nuttx] masayuki2009 commented on pull request #9297: virtio: add virtio framework in NuttX

2023-06-17 Thread via GitHub
masayuki2009 commented on PR #9297: URL: https://github.com/apache/nuttx/pull/9297#issuecomment-1595746910 @CV-Bowen I confirmed that iperf score with knetnsh64_smp has been improved. However, iperf score with qemu-armv8a:netnsh has been degraded. ``` With this PR Nutt

[nuttx] 02/02: rptun_dump: do not acquire the lock when has hold the lock

2023-06-17 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 69756f277e10d7da4852e5b8555a7f7e9df6ae52 Author: Bowen Wang AuthorDate: Fri Jun 16 09:35:14 2023 +0800 rptun_dump

[nuttx] branch master updated (372fba70bb -> 69756f277e)

2023-06-17 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 372fba70bb mm_heap: dump and stat the mm_heapend node also new 41e399aa43 rptun: init the semtx before the thre

[nuttx] 01/02: rptun: init the semtx before the thread/workqueue created

2023-06-17 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 41e399aa436dfe456aa8f761543f7f888eb01209 Author: wangbowen6 AuthorDate: Tue Apr 25 11:22:32 2023 +0800 rptun: ini

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9554: Rptun: rptun and rptun_dump bug fix

2023-06-17 Thread via GitHub
xiaoxiang781216 merged PR #9554: URL: https://github.com/apache/nuttx/pull/9554 -- 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...@nutt

[nuttx] branch master updated (940bbfc720 -> 372fba70bb)

2023-06-17 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 940bbfc720 rpmsg: support the fdsan feature for rpmsg dev/mtd/blk new 4b8db6f22c taks_exithook: fix the build e

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9555: mm: mm leak dump build error fix and memory foreach optimization

2023-06-17 Thread via GitHub
xiaoxiang781216 merged PR #9555: URL: https://github.com/apache/nuttx/pull/9555 -- 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...@nutt

[nuttx] 01/02: taks_exithook: fix the build error when enable CONFIG_SCHED_DUMP_LEAK

2023-06-17 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 4b8db6f22c46da292be2befbcc95383075c55bc2 Author: wangbowen6 AuthorDate: Tue May 16 23:45:23 2023 +0800 taks_exith

[nuttx] 02/02: mm_heap: dump and stat the mm_heapend node also

2023-06-17 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 372fba70bb2a452f536bfa800932b2b46e1026a5 Author: wangbowen6 AuthorDate: Fri Jun 9 14:18:46 2023 +0800 mm_heap: du

[nuttx] branch master updated: rpmsg: support the fdsan feature for rpmsg dev/mtd/blk

2023-06-17 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 940bbfc720 rpmsg: support the fdsan feature fo

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9556: rpmsg: add fdsan support for rpmsg dev/mtd/blk

2023-06-17 Thread via GitHub
xiaoxiang781216 merged PR #9556: URL: https://github.com/apache/nuttx/pull/9556 -- 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...@nutt

[nuttx] branch master updated: lib_syslograwstream: fix bug when iob alloc failed

2023-06-17 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 8515294caa lib_syslograwstream: fix bug when i

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9557: lib_syslograwstream: fix bug when iob alloc failed

2023-06-17 Thread via GitHub
xiaoxiang781216 merged PR #9557: URL: https://github.com/apache/nuttx/pull/9557 -- 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...@nutt

[nuttx] 01/02: fs_romfs: avoid the romfs ERROR log when enable FDSAN

2023-06-17 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 279667a8f5a101595a6e0bee6b9d3f320f2d6380 Author: wangbowen6 AuthorDate: Wed Jun 7 13:05:24 2023 +0800 fs_romfs: a

[nuttx] 02/02: fs_fsync: should not call fs's ioctl when fs not support sync api

2023-06-17 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 7117d3ea8ac5358e0652708b22a933f91bcf3f10 Author: wangbowen6 AuthorDate: Tue Apr 18 14:11:08 2023 +0800 fs_fsync:

[nuttx] branch master updated (514e77b75e -> 7117d3ea8a)

2023-06-17 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 514e77b75e semaphore: Optimize priority inheritance with only one holder new 279667a8f5 fs_romfs: avoid the ro

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9558: fs: some minor changed about the fs

2023-06-17 Thread via GitHub
xiaoxiang781216 merged PR #9558: URL: https://github.com/apache/nuttx/pull/9558 -- 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...@nutt

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9552: drivers/net/netdev: improve granularity of 'quota' locking

2023-06-17 Thread via GitHub
pkarashchenko commented on code in PR #9552: URL: https://github.com/apache/nuttx/pull/9552#discussion_r1233010675 ## include/nuttx/net/netdev_lowerhalf.h: ## @@ -61,10 +62,8 @@ #define NETPKT_BUFLEN CONFIG_IOB_BUFSIZE -#if defined(CONFIG_OPENAMP) || \ -(defined(__STD

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9552: drivers/net/netdev: improve granularity of 'quota' locking

2023-06-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #9552: URL: https://github.com/apache/nuttx/pull/9552#discussion_r1233008328 ## include/nuttx/net/netdev_lowerhalf.h: ## @@ -61,10 +62,8 @@ #define NETPKT_BUFLEN CONFIG_IOB_BUFSIZE -#if defined(CONFIG_OPENAMP) || \ -(defined(__S

[nuttx-apps] branch master updated: netutils/iperf: Fix possible precision loss

2023-06-17 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 The following commit(s) were added to refs/heads/master by this push: new b8856479e netutils/iperf: Fix possible pr

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1793: netutils/iperf: Fix possible precision loss

2023-06-17 Thread via GitHub
xiaoxiang781216 merged PR #1793: URL: https://github.com/apache/nuttx-apps/pull/1793 -- 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...

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9553: Openamp/Kconfig: add cache and debug config for openamp

2023-06-17 Thread via GitHub
pkarashchenko commented on code in PR #9553: URL: https://github.com/apache/nuttx/pull/9553#discussion_r1233003037 ## openamp/Kconfig: ## @@ -11,4 +11,19 @@ config OPENAMP if OPENAMP +config OPENAMP_CACHE + bool "Enable OpenAmp cache support" + default n +

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9552: drivers/net/netdev: improve granularity of 'quota' locking

2023-06-17 Thread via GitHub
pkarashchenko commented on code in PR #9552: URL: https://github.com/apache/nuttx/pull/9552#discussion_r1232992628 ## include/nuttx/net/netdev_lowerhalf.h: ## @@ -61,10 +62,8 @@ #define NETPKT_BUFLEN CONFIG_IOB_BUFSIZE -#if defined(CONFIG_OPENAMP) || \ -(defined(__STD

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9486: riscv/fpu: Implement correct lazy-FPU functionality

2023-06-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #9486: URL: https://github.com/apache/nuttx/pull/9486#discussion_r1232983645 ## arch/risc-v/include/irq.h: ## @@ -204,50 +204,56 @@ #endif #ifdef CONFIG_ARCH_FPU -# define REG_F0_NDX(INT_XCPT_REGS + FPU_REG_SIZE * 0) -# defin

[GitHub] [nuttx] CV-Bowen opened a new pull request, #9558: fs: some minor changed about the fs

2023-06-17 Thread via GitHub
CV-Bowen opened a new pull request, #9558: URL: https://github.com/apache/nuttx/pull/9558 ## Summary Commit1: fs_romfs: avoid the romfs ERROR log when enable FDSAN Error log: [0.003400] [remote] romfs_ioctl: ERROR: Invalid cmd: 783 [0.003400] [remote] romfs_ioctl: ERROR: I

[GitHub] [nuttx] CV-Bowen opened a new pull request, #9557: lib_syslograwstream: fix bug when iob alloc failed

2023-06-17 Thread via GitHub
CV-Bowen opened a new pull request, #9557: URL: https://github.com/apache/nuttx/pull/9557 ## Summary Fix a bug in lib_syslograwstream_open() when iob alloc failed. ## Impact Should be None. ## Testing Local test with bes board. -- This is an automated message fr

[GitHub] [nuttx] CV-Bowen opened a new pull request, #9556: rpmsg: add fdsan support for rpmsg dev/mtd/blk

2023-06-17 Thread via GitHub
CV-Bowen opened a new pull request, #9556: URL: https://github.com/apache/nuttx/pull/9556 ## Summary Directly return -ENOTTY in rpmsgxxx_ioctl() when the command is not supported to avoid fdsan command FIOC_SETTAG and FIOC_GETTAG pass to the rpmsg dev/mtd/blk server with CONFIG_FDSAN ena

[GitHub] [nuttx] CV-Bowen opened a new pull request, #9555: mm: leak dump build error and memory foreach optimization

2023-06-17 Thread via GitHub
CV-Bowen opened a new pull request, #9555: URL: https://github.com/apache/nuttx/pull/9555 ## Summary Commit 1: taks_exithook: fix the build error when enable CONFIG_SCHED_DUMP_LEAK Commit 2: mm_heap: dump and stat the mm_heapend node also ## Impact Should be None