juniskane opened a new pull request, #12211:
URL: https://github.com/apache/nuttx/pull/12211
## Summary
imaxdiv() is in C99 and Open Group specifications, was missing from NuttX.
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To r
szafonimateusz-mi commented on PR #12206:
URL: https://github.com/apache/nuttx/pull/12206#issuecomment-2071467078
@masayuki2009 that's strange because this change works form me on qemu8.2.2
and directly on i7-1255U.
I just notice that the code doesn't work when i set a breakpoint in
ac
szafonimateusz-mi opened a new pull request, #12210:
URL: https://github.com/apache/nuttx/pull/12210
## Summary
- x86_64_acpi.c: make sure that RSDP is mapped
rsdp memory may be not mapped when provided from multiboot2 header. For some
reason the previous code worked on some machines.
Donny9 commented on PR #12197:
URL: https://github.com/apache/nuttx/pull/12197#issuecomment-2071454559
> ```
> arm-none-eabi-ld:
/github/workspace/sources/nuttx/staging/libdrivers.a(usbdev_fs.o): in function
`usbdev_fs_classsetup':
> usbdev_fs.c:(.text.usbdev_fs_classsetup+0x50): unde
masayuki2009 commented on PR #12178:
URL: https://github.com/apache/nuttx/pull/12178#issuecomment-2071343064
> @masayuki2009 Thanks, it seems that I removed a branch jump by mistake.
Could you test the new PR on the k210?
@inochisa
Thanks, it's working now.
--
This is an au
yf13 opened a new issue, #12209:
URL: https://github.com/apache/nuttx/issues/12209
It seems that TLSF heap manager doesn't work well with `rv-virt` on Ubuntu
22.04.
## Reproduce:
- Used configurations: `rv-virt/knsh64`, `rv-virt/knsh32`, or `rv-virt/nsh64`
- Before build
Meissi-jian closed pull request #2365: Netlink route bugs fix
URL: https://github.com/apache/nuttx-apps/pull/2365
--
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
Meissi-jian opened a new pull request, #2365:
URL: https://github.com/apache/nuttx-apps/pull/2365
## Summary
Netlink route bugs fix
## Impact
cmd netlink_route
## Testing
Vela products
--
This is an automated message from the Apache Git Service.
To respond to the message
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 530f5cd324 arch/intel64: add cache support
add 0d609c451b Revert "fix: the bug about rwbuffer causing mem overf
xiaoxiang781216 merged PR #12202:
URL: https://github.com/apache/nuttx/pull/12202
--
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
anchao commented on code in PR #12184:
URL: https://github.com/apache/nuttx/pull/12184#discussion_r1575511138
##
arch/risc-v/src/common/riscv_vpu.S:
##
@@ -0,0 +1,156 @@
+/
+ * arch/risc-v/src/common/ris
anchao commented on code in PR #12184:
URL: https://github.com/apache/nuttx/pull/12184#discussion_r1575510546
##
arch/risc-v/src/common/riscv_initialstate.c:
##
@@ -66,6 +70,33 @@ void up_initial_state(struct tcb_s *tcb)
memset(xcp, 0, sizeof(struct xcptcontext));
+#if de
anchao commented on code in PR #12207:
URL: https://github.com/apache/nuttx/pull/12207#discussion_r1575500786
##
arch/risc-v/src/common/riscv_cpuidlestack.c:
##
@@ -37,8 +37,8 @@
* Pre-processor Definitions
anchao commented on code in PR #12207:
URL: https://github.com/apache/nuttx/pull/12207#discussion_r1575499183
##
arch/risc-v/src/common/riscv_cpuidlestack.c:
##
@@ -50,64 +50,13 @@
* 2. RISC-V requires a 16-byte stack alignment.
*/
-#if CONFIG_SMP_NCPUS > 1
-static uint8
masayuki2009 commented on PR #12206:
URL: https://github.com/apache/nuttx/pull/12206#issuecomment-2071091683
@szafonimateusz-mi
I noticed that `qemu-intel64:ostest` does not boot now with this PR.
I tested it with QEMU-8.2.0 + KVM (ubuntu 22.04) on 11th Gen Intel(R)
Core(TM) i7-11700
pkarashchenko commented on code in PR #12184:
URL: https://github.com/apache/nuttx/pull/12184#discussion_r1575377442
##
arch/risc-v/src/common/riscv_initialstate.c:
##
@@ -66,6 +70,33 @@ void up_initial_state(struct tcb_s *tcb)
memset(xcp, 0, sizeof(struct xcptcontext));
pkarashchenko commented on PR #12197:
URL: https://github.com/apache/nuttx/pull/12197#issuecomment-2070979245
```
arm-none-eabi-ld:
/github/workspace/sources/nuttx/staging/libdrivers.a(usbdev_fs.o): in function
`usbdev_fs_classsetup':
usbdev_fs.c:(.text.usbdev_fs_classsetup+0x50): und
pkarashchenko commented on code in PR #12207:
URL: https://github.com/apache/nuttx/pull/12207#discussion_r1575371651
##
arch/risc-v/src/common/riscv_cpuidlestack.c:
##
@@ -37,8 +37,8 @@
* Pre-processor Definitions
*
pkarashchenko commented on code in PR #12207:
URL: https://github.com/apache/nuttx/pull/12207#discussion_r1575368461
##
arch/risc-v/src/common/riscv_cpuidlestack.c:
##
@@ -50,64 +50,13 @@
* 2. RISC-V requires a 16-byte stack alignment.
*/
-#if CONFIG_SMP_NCPUS > 1
-stati
pkarashchenko merged PR #12205:
URL: https://github.com/apache/nuttx/pull/12205
--
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
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 30226901c0 arch/x86_64: add simple ACPI parser
add 530f5cd324 arch/intel64: add cache support
No new revis
pkarashchenko commented on code in PR #12206:
URL: https://github.com/apache/nuttx/pull/12206#discussion_r1575357492
##
arch/x86_64/src/common/Make.defs:
##
@@ -28,3 +28,7 @@ CMN_CSRCS += x86_64_nputs.c x86_64_switchcontext.c
x86_64_udelay.c
ifeq ($(CONFIG_PCI),y)
CMN_CSRCS +
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 ad7f69d25 Add support for protocol buffers (nanopb) Adding nanopb
download and compilation
new c0c9a6
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 255df7c01f6ef8e4da281cfe2a7dae764ef034e6
Author: meijian
AuthorDate: Wed Mar 27 11:02:33 2024 +0800
[pin
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 c0c9a6007cc258f533586dd898c2788222f77615
Author: meijian
AuthorDate: Wed Feb 21 20:32:06 2024 +0800
[pin
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 a7cffe03b548dff6e6702da852f723da7b4f4950
Author: meijian
AuthorDate: Thu Feb 29 15:01:05 2024 +0800
[pin
pkarashchenko merged PR #2364:
URL: https://github.com/apache/nuttx-apps/pull/2364
--
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
acassis commented on code in PR #2363:
URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1575084535
##
uploadfiles/CMakeLists.txt:
##
@@ -0,0 +1,42 @@
+#
##
+# apps/uploadfiles/CMakeLists.
acassis closed pull request #2363: apps: Add uploadfiles to simplify file
loading to NuttX
URL: https://github.com/apache/nuttx-apps/pull/2363
--
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 spe
xiaoxiang781216 commented on code in PR #12201:
URL: https://github.com/apache/nuttx/pull/12201#discussion_r1574999860
##
tools/toolchain.cmake.export:
##
@@ -23,11 +23,16 @@ file(GLOB STARTUP_OBJS ${NUTTX_PATH}/startup/*)
add_compile_options(-nostdlib)
add_compile_options(-ff
xiaoxiang781216 commented on code in PR #2363:
URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1574995699
##
uploadfiles/CMakeLists.txt:
##
@@ -0,0 +1,42 @@
+#
##
+# apps/uploadfiles/CMa
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 0aac7d929d intel64/arch.h: fix ist_t structure, there is no reserved5
field
add 30226901c0 arch/x86_64: add si
xiaoxiang781216 merged PR #12206:
URL: https://github.com/apache/nuttx/pull/12206
--
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
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 71987be7ef6389c8dafb905603f2883a54fd8856
Author: p-szafonimateusz
AuthorDate: Wed Apr 3 11:53:35 2024 +0200
intel
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 f8ec274749dbf42750619d7ce5963fd2d2edaebd
Author: p-szafonimateusz
AuthorDate: Wed Apr 3 11:53:18 2024 +0200
intel
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 8b09118350108c822158420cceae7c369f00eeb4
Author: p-szafonimateusz
AuthorDate: Wed Apr 3 11:53:51 2024 +0200
intel
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 5ff6362d0f Documentation: improve documentation about ESP32 family
new f8ec274749 intel64/intel64_irq.c: cosmet
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 0aac7d929d5785eefb6694a0314870dbe8fb0654
Author: p-szafonimateusz
AuthorDate: Wed Apr 3 11:53:40 2024 +0200
intel
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 92cd1c3742 netdev_upperhalf: add L3 packet han
xiaoxiang781216 merged PR #12204:
URL: https://github.com/apache/nuttx/pull/12204
--
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
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 92cd1c3742 netdev_upperhalf: add L3 packet handle
add 5ff6362d0f Documentation: improve documentation about ESP
xiaoxiang781216 merged PR #12208:
URL: https://github.com/apache/nuttx/pull/12208
--
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
xiaoxiang781216 merged PR #12203:
URL: https://github.com/apache/nuttx/pull/12203
--
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
acassis commented on issue #12100:
URL: https://github.com/apache/nuttx/issues/12100#issuecomment-2069924490
Damn it!
@edbek in this case you have two options: 1) do the port yourself (or pay
someone to do it for you) or 2) switch to some microcontroller with better
support on NuttX,
edbek commented on issue #12100:
URL: https://github.com/apache/nuttx/issues/12100#issuecomment-2069828928
bad news:
https://github.com/OpenNuvoton/MA35H0_NonOS_BSP/issues/1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
acassis commented on issue #12100:
URL: https://github.com/apache/nuttx/issues/12100#issuecomment-2069734323
Hi @edbek any news? Did you ping them?
--
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
acassis commented on code in PR #2363:
URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1574883934
##
uploadfiles/CMakeLists.txt:
##
@@ -0,0 +1,42 @@
+#
##
+# apps/uploadfiles/CMakeLists.
acassis commented on code in PR #2363:
URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1574883934
##
uploadfiles/CMakeLists.txt:
##
@@ -0,0 +1,42 @@
+#
##
+# apps/uploadfiles/CMakeLists.
acassis commented on code in PR #2363:
URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1574869936
##
uploadfiles/CMakeLists.txt:
##
@@ -0,0 +1,42 @@
+#
##
+# apps/uploadfiles/CMakeLists.
patacongo commented on code in PR #2363:
URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1574840189
##
uploadfiles/CMakeLists.txt:
##
@@ -0,0 +1,42 @@
+#
##
+# apps/uploadfiles/CMakeList
patacongo commented on PR #2363:
URL: https://github.com/apache/nuttx-apps/pull/2363#issuecomment-2069595917
> Maybe this ROM Disk should be included in the kernel side instead of apps.
What do you think?
That might be the cleaner solution and would work in all build modes.
--
This
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new ad7f69d25 Add support for protocol buffers
acassis merged PR #2362:
URL: https://github.com/apache/nuttx-apps/pull/2362
--
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.a
yf13 commented on code in PR #12201:
URL: https://github.com/apache/nuttx/pull/12201#discussion_r1574535035
##
tools/toolchain.cmake.export:
##
@@ -23,11 +23,16 @@ file(GLOB STARTUP_OBJS ${NUTTX_PATH}/startup/*)
add_compile_options(-nostdlib)
add_compile_options(-ffunction-sec
acassis merged PR #11798:
URL: https://github.com/apache/nuttx/pull/11798
--
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.apac
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 85b2cbaca6 boards/stm32f411-minimum: add support
xiaoxiang781216 commented on PR #12197:
URL: https://github.com/apache/nuttx/pull/12197#issuecomment-2069328789
>

Why is there this error?
--
This is an automated message from the Apache Git Service.
T
ChenChuangForLinux commented on PR #12202:
URL: https://github.com/apache/nuttx/pull/12202#issuecomment-2069143499
> @ChenChuangForLinux could you verifiy this patch fix your problem too?
Yes, I've seen the change and it is better than my patch.
--
This is an automated message from
zhhyu7 commented on code in PR #12203:
URL: https://github.com/apache/nuttx/pull/12203#discussion_r1574591043
##
drivers/net/netdev_upperhalf.c:
##
@@ -465,6 +528,11 @@ static void netdev_upper_rxpoll_work(FAR struct
netdev_upperhalf_s *upper)
eth_input(dev);
anchao commented on code in PR #12203:
URL: https://github.com/apache/nuttx/pull/12203#discussion_r1574572967
##
drivers/net/netdev_upperhalf.c:
##
@@ -465,6 +528,11 @@ static void netdev_upper_rxpoll_work(FAR struct
netdev_upperhalf_s *upper)
eth_input(dev);
anchao opened a new pull request, #12207:
URL: https://github.com/apache/nuttx/pull/12207
## Summary
arch/risc-v: remove the hard code array of cpu idle stack
Do not limit the number of CPU idle stacks by hard code
Signed-off-by: chao an
## Impact
N/A
acassis commented on code in PR #2363:
URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1574562315
##
uploadfiles/CMakeLists.txt:
##
@@ -0,0 +1,42 @@
+#
##
+# apps/uploadfiles/CMakeLists.
yf13 commented on code in PR #12201:
URL: https://github.com/apache/nuttx/pull/12201#discussion_r1574528785
##
tools/mkexport.sh:
##
@@ -255,11 +262,12 @@ echo "HOSTINCLUDES = ${HOSTINCLUDES}"
>>"${EXPORTDIR}/scripts/Make.defs"
echo "HOSTCFLAGS = ${HOSTCFLAGS}" >>"${
yf13 commented on code in PR #12201:
URL: https://github.com/apache/nuttx/pull/12201#discussion_r1574528785
##
tools/mkexport.sh:
##
@@ -255,11 +262,12 @@ echo "HOSTINCLUDES = ${HOSTINCLUDES}"
>>"${EXPORTDIR}/scripts/Make.defs"
echo "HOSTCFLAGS = ${HOSTCFLAGS}" >>"${
yf13 commented on code in PR #12201:
URL: https://github.com/apache/nuttx/pull/12201#discussion_r1574535035
##
tools/toolchain.cmake.export:
##
@@ -23,11 +23,16 @@ file(GLOB STARTUP_OBJS ${NUTTX_PATH}/startup/*)
add_compile_options(-nostdlib)
add_compile_options(-ffunction-sec
yf13 commented on code in PR #12201:
URL: https://github.com/apache/nuttx/pull/12201#discussion_r1574535035
##
tools/toolchain.cmake.export:
##
@@ -23,11 +23,16 @@ file(GLOB STARTUP_OBJS ${NUTTX_PATH}/startup/*)
add_compile_options(-nostdlib)
add_compile_options(-ffunction-sec
xiaoxiang781216 commented on code in PR #2363:
URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1574530715
##
uploadfiles/CMakeLists.txt:
##
@@ -0,0 +1,42 @@
+#
##
+# apps/uploadfiles/CMa
yf13 commented on code in PR #12201:
URL: https://github.com/apache/nuttx/pull/12201#discussion_r1574535035
##
tools/toolchain.cmake.export:
##
@@ -23,11 +23,16 @@ file(GLOB STARTUP_OBJS ${NUTTX_PATH}/startup/*)
add_compile_options(-nostdlib)
add_compile_options(-ffunction-sec
szafonimateusz-mi opened a new pull request, #12206:
URL: https://github.com/apache/nuttx/pull/12206
## Summary
- arch/x86_64: add simple ACPI parser
For now ACPI RSDP signature can be found in BIOS legacy region or can be
provided by multiboot2
## Impact
we can access data s
acassis commented on code in PR #2363:
URL: https://github.com/apache/nuttx-apps/pull/2363#discussion_r1574525015
##
uploadfiles/CMakeLists.txt:
##
@@ -0,0 +1,42 @@
+#
##
+# apps/uploadfiles/CMakeLists.
acassis commented on PR #2363:
URL: https://github.com/apache/nuttx-apps/pull/2363#issuecomment-2069038616
> > which should be worked even in protected and kernel mode.
>
> I think Alan wants to load the file into physical memory using JTAG. This
would work in KERNEL mode only if the
yf13 commented on code in PR #12201:
URL: https://github.com/apache/nuttx/pull/12201#discussion_r1574528785
##
tools/mkexport.sh:
##
@@ -255,11 +262,12 @@ echo "HOSTINCLUDES = ${HOSTINCLUDES}"
>>"${EXPORTDIR}/scripts/Make.defs"
echo "HOSTCFLAGS = ${HOSTCFLAGS}" >>"${
szafonimateusz-mi opened a new pull request, #12205:
URL: https://github.com/apache/nuttx/pull/12205
## Summary
arch/intel64: add cache support
## Impact
cache api supported
## Testing
qemu and intel hw
--
This is an automated message from the Apache Git Service.
acassis commented on PR #2363:
URL: https://github.com/apache/nuttx-apps/pull/2363#issuecomment-2069031481
> This kind of logic will not work in the KERNEL build. It should work in a
FLAT build. I think the PROTECTED build as well although the volume would
probably need to be in user space
szafonimateusz-mi opened a new pull request, #12204:
URL: https://github.com/apache/nuttx/pull/12204
## Summary
- intel64/intel64_irq.c: cosmetic change
- intel64: add header for intel64_lowsetup
- intel64/intel64_handlers.c: cosmetic changes
- intel64/arch.h: fix ist_t struct
zhhyu7 opened a new pull request, #12203:
URL: https://github.com/apache/nuttx/pull/12203
## Summary
To provide support for the received L3 network packets
## Impact
## Testing
sim:local
--
This is an automated message from the Apache Git Service.
To respond to the
Meissi-jian opened a new pull request, #2364:
URL: https://github.com/apache/nuttx-apps/pull/2364
## Summary
fix ping return error when ifdown interface
## Impact
PING
## Testing
Vela products
--
This is an automated message from the Apache Git Service.
To respond to the
xiaoxiang781216 commented on code in PR #12201:
URL: https://github.com/apache/nuttx/pull/12201#discussion_r1574316505
##
tools/toolchain.cmake.export:
##
@@ -23,11 +23,16 @@ file(GLOB STARTUP_OBJS ${NUTTX_PATH}/startup/*)
add_compile_options(-nostdlib)
add_compile_options(-ff
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 41803a0c20 sensors/bh1749nuc: add support for the new sensor framework
add 4b086f595e arch/risc-v: rename local
xiaoxiang781216 merged PR #12200:
URL: https://github.com/apache/nuttx/pull/12200
--
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
mlyszczek commented on PR #11798:
URL: https://github.com/apache/nuttx/pull/11798#issuecomment-2068763897
Yay, finally a success. Sorry it took so long.
--
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
xiaoxiang781216 commented on PR #12202:
URL: https://github.com/apache/nuttx/pull/12202#issuecomment-2068745917
@ChenChuangForLinux could you verifiy this patch fix your problem too?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
87 matches
Mail list logo