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/incubator-nuttx-website.git
The following commit(s) were added to refs/heads/master by this push:
new 0e9084b Add release 11.0.0
xiaoxiang781216 merged PR #73:
URL: https://github.com/apache/incubator-nuttx-website/pull/73
--
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-un
xiaoxiang781216 merged PR #72:
URL: https://github.com/apache/incubator-nuttx-website/pull/72
--
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-un
jerpelea commented on code in PR #7248:
URL: https://github.com/apache/incubator-nuttx/pull/7248#discussion_r994218858
##
drivers/modem/alt1250/alt1250.c:
##
@@ -0,0 +1,1279 @@
+/
+ * drivers/modem/alt12
jerpelea commented on code in PR #7248:
URL: https://github.com/apache/incubator-nuttx/pull/7248#discussion_r994217006
##
drivers/modem/alt1250/alt1250.c:
##
@@ -0,0 +1,1279 @@
+/
+ * drivers/modem/alt12
xiaoxiang781216 closed issue #7300: How to get IPv4 address with usrsock ioctl?
URL: https://github.com/apache/incubator-nuttx/issues/7300
--
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
jerpelea commented on code in PR #7248:
URL: https://github.com/apache/incubator-nuttx/pull/7248#discussion_r994201253
##
drivers/modem/alt1250/Kconfig:
##
@@ -0,0 +1,33 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in
xiaoxiang781216 commented on issue #7300:
URL:
https://github.com/apache/incubator-nuttx/issues/7300#issuecomment-1277085081
Let's close it now. If you have more question, please reopen this issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
jerpelea commented on code in PR #7248:
URL: https://github.com/apache/incubator-nuttx/pull/7248#discussion_r994186888
##
drivers/modem/alt1250/alt1250.c:
##
@@ -0,0 +1,1279 @@
+/
+ * drivers/modem/alt12
xiaoxiang781216 commented on code in PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#discussion_r994184407
##
net/tcp/tcp_recvfrom.c:
##
@@ -412,7 +412,8 @@ static uint16_t tcp_recvhandler(FAR struct net_driver_s
*dev,
* next receive is performed.
jerpelea opened a new pull request, #73:
URL: https://github.com/apache/incubator-nuttx-website/pull/73
## Summary
add 11.0.0 release page
## Impact
release
## Testing
none
--
This is an automated message from the Apache Git Service.
To respond to the message, p
jerpelea opened a new pull request, #72:
URL: https://github.com/apache/incubator-nuttx-website/pull/72
## Summary
fix the reported typo for NuttX 10.2.0 and 10.3.0 releases
## Impact
Website links
## Testing
NONE
--
This is an automated message from the Apache G
Author: jerpelea
Date: Thu Oct 13 05:47:06 2022
New Revision: 57343
Log:
Releasing apache-nuttx-11.0.0-incubating
Added:
release/incubator/nuttx/11.0.0/
release/incubator/nuttx/11.0.0/apache-nuttx-11.0.0-incubating.tar.gz
(with props)
release/incubator/nuttx/11.0.0/apache-nuttx-11.
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to annotated tag nuttx-11.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
*** WARNING: tag nuttx-11.0.0 was modified! ***
from d32555f3e0 (commit)
to 9e39059846 (tag)
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to annotated tag nuttx-11.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
*** WARNING: tag nuttx-11.0.0 was modified! ***
from 8b43f9f9c (commit)
to 73a337b7d (t
anchao commented on PR #7294:
URL: https://github.com/apache/incubator-nuttx/pull/7294#issuecomment-1277046436
> @acassis @btashton @pkarashchenko
>
> Docker image upload always fails, it seems that the disk space is full,
does anyone know how to resolve it?
,
the CI still fails.
>
> ```
> nothing to commit, work
anchao opened a new pull request, #7299:
URL: https://github.com/apache/incubator-nuttx/pull/7299
## Summary
tools/ci: fetch patch from github
Signed-off-by: chao an
## Impact
N/A
## Testing
ci check
--
This is an automated message from the Apache
masayuki2009 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276961009
>nxmutex_t is initialized directly at the variables(g_i2cxdev) definition,
not in cxd56_i2cbus_initialize, and then the code can be protected by mutex_t
self, so it's redunda
xiaoxiang781216 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276949593
> > @masayuki2009 @pkarashchenko the style change is revert, please review
again.
>
> @xiaoxiang781216 Thanks for your efforts and updates.
>
> It seems much
xiaoxiang781216 commented on code in PR #7298:
URL: https://github.com/apache/incubator-nuttx/pull/7298#discussion_r994047320
##
tools/ci/docker/linux/Dockerfile:
##
@@ -212,6 +212,20 @@ RUN cd renesas-tools/source/newlib && \
RUN cd /tools/renesas-tools/build/gcc && \
make
ttnie opened a new pull request, #7298:
URL: https://github.com/apache/incubator-nuttx/pull/7298
Signed-off-by: nietingting
## Summary
install qemu on docker
## Impact
no
## Testing
test on local host
--
This is an automated message from the Apache Git Service.
T
masayuki2009 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276920822
>@masayuki2009 @pkarashchenko the style change is revert, please review
again.
@xiaoxiang781216
Thanks for your efforts and updates.
It seems much easier to
masayuki2009 commented on PR #1345:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1345#issuecomment-1276862903
Though I merged https://github.com/apache/incubator-nuttx/pull/7294, the CI
still fails.
--
This is an automated message from the Apache Git Service.
To respond t
masayuki2009 commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1276850452
>Do you know why the CI breaks now?
I've just merged the following PR.
https://github.com/apache/incubator-nuttx/pull/7294
--
This is an automated message from
This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 53dd0819cf tools/ci: patch for docker
masayuki2009 merged PR #7294:
URL: https://github.com/apache/incubator-nuttx/pull/7294
--
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.
masayuki2009 commented on PR #7294:
URL: https://github.com/apache/incubator-nuttx/pull/7294#issuecomment-1276844888
Let me merge this PR to fix the CI issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
masayuki2009 commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1276821787
>let's ignore the temp ci broken and merge this simple change directly.
@xiaoxiang781216
Do you know why the CI breaks now?
--
This is an automated message fr
masayuki2009 commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1276815494
@HidenoriMatsubayashi
Please use @masayuki2009 the next time.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
HidenoriMatsubayashi commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1276808629
> could you remove all _A53, if the code work with other armv8a core.
Ok, I'll do try that.
--
This is an automated message from the Apache Git Service.
To re
fjpanag commented on code in PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#discussion_r993898747
##
net/tcp/tcp_recvfrom.c:
##
@@ -698,43 +699,53 @@ ssize_t psock_tcp_recvfrom(FAR struct socket *psock, FAR
struct msghdr *msg,
/* We get here when we we de
fjpanag commented on code in PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#discussion_r993895716
##
net/tcp/tcp_recvfrom.c:
##
@@ -698,43 +699,53 @@ ssize_t psock_tcp_recvfrom(FAR struct socket *psock, FAR
struct msghdr *msg,
/* We get here when we we de
fjpanag commented on code in PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#discussion_r993895275
##
net/tcp/tcp_recvfrom.c:
##
@@ -412,7 +412,8 @@ static uint16_t tcp_recvhandler(FAR struct net_driver_s
*dev,
* next receive is performed.
TimJTi closed pull request #7297: Nuttx corrected to NuttX
URL: https://github.com/apache/incubator-nuttx/pull/7297
--
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 unsubscri
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993876542
##
mm/ubsan/ubsan.c:
##
@@ -158,9 +158,11 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
if (is_inline_int(type))
{
uns
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993870810
##
mm/ubsan/ubsan.c:
##
@@ -158,9 +158,11 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
if (is_inline_int(type))
{
uns
xiaoxiang781216 commented on PR #7294:
URL: https://github.com/apache/incubator-nuttx/pull/7294#issuecomment-1276559554
@acassis please merge this patch if Docker-Linux can pass CI, thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
xiaoxiang781216 commented on PR #7293:
URL: https://github.com/apache/incubator-nuttx/pull/7293#issuecomment-1276557778
tool change upgrade issue, here is the fix:
https://github.com/apache/incubator-nuttx/pull/7294
--
This is an automated message from the Apache Git Service.
To respond t
TimJTi opened a new pull request, #7297:
URL: https://github.com/apache/incubator-nuttx/pull/7297
As per title
--
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 un
acassis commented on code in PR #7296:
URL: https://github.com/apache/incubator-nuttx/pull/7296#discussion_r993752918
##
Documentation/guides/customapps.rst:
##
@@ -0,0 +1,346 @@
+==
+Custom Apps How-to
+==
+
+Nuttx comes with a large number of Ap
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/incubator-nuttx.git
from c297ecaa5d esp32s2: Add missing ESP32S2 SPIRAM config
add 538365e362 Documentation for Custom Boards a
acassis merged PR #7296:
URL: https://github.com/apache/incubator-nuttx/pull/7296
--
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 PR #7296:
URL: https://github.com/apache/incubator-nuttx/pull/7296#issuecomment-1276539781
Thank you @TimJTi !!!
--
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
acassis commented on PR #7293:
URL: https://github.com/apache/incubator-nuttx/pull/7293#issuecomment-1276538999
Thank you @xiaoxiang781216 ! Any idea why our CI is failing too often
recently?
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
xiaoxiang781216 commented on code in PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#discussion_r993745202
##
net/tcp/tcp_recvfrom.c:
##
@@ -706,7 +706,8 @@ ssize_t psock_tcp_recvfrom(FAR struct socket *psock, FAR
struct msghdr *msg,
*want for more be
xiaoxiang781216 commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1276528820
> > Or, perhaps we should create a new config for qemu virt? (e.g.
`CONFIG_ARCH_CHIP_QEMU_VIRT`).
>
> it's more simple to remove _A53 suffix.
@HidenoriMatsuba
xiaoxiang781216 commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1276526891
let's ignore the temp ci broken and merge this simple change directly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
xiaoxiang781216 commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1276526338
> Or, perhaps we should create a new config for qemu virt? (e.g.
`CONFIG_ARCH_CHIP_QEMU_VIRT`).
it's more simple to remove _A53 suffix.
--
This is an automated me
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/incubator-nuttx.git
from eec7f5da00 Fixed undefined behavior in UBSan.
add c297ecaa5d esp32s2: Add missing ESP32S2 SPIRAM conf
xiaoxiang781216 merged PR #7293:
URL: https://github.com/apache/incubator-nuttx/pull/7293
--
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-unsubs
xiaoxiang781216 commented on PR #7293:
URL: https://github.com/apache/incubator-nuttx/pull/7293#issuecomment-1276524900
Let's ignore the temp ci broken and merge this simple patch directly
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
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/incubator-nuttx.git
from d3f84ba724 arch/sparc dismiss non-Unicode characters issue
add eec7f5da00 Fixed undefined behavior in
xiaoxiang781216 merged PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285
--
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-unsubs
xiaoxiang781216 closed issue #7274: Undefined behaviour within UBSAN.
URL: https://github.com/apache/incubator-nuttx/issues/7274
--
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.
xiaoxiang781216 commented on PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#issuecomment-1276523635
let's ignore the temp ci broken and merge this simple change directly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
TimJTi opened a new pull request, #7296:
URL: https://github.com/apache/incubator-nuttx/pull/7296
## Summary
Adds new RST files to document creating custom boards out of tree, and
custom apps in and out of tree
## Impact
Improved documentation
## Testing
HTML created a
zhhyu7 commented on PR #1345:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1345#issuecomment-1276352621
Hi, @masayuki2009 https://github.com/apache/incubator-nuttx/pull/7291 will
pass the test with this change. Please help to check whether this change is
reasonable, Thinks.
-
xiaoxiang781216 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276328045
@masayuki2009 @pkarashchenko the style change is revert, please review again.
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
HidenoriMatsubayashi commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1276304245
Or, perhaps we should create a new config for qemu virt (e.g.
CONFIG_ARCH_CHIP_QEMU_VIRT).
--
This is an automated message from the Apache Git Service.
To respond t
fjpanag commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993562518
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) * 8 - t
HidenoriMatsubayashi commented on PR #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295#issuecomment-1276296855
Hi @MasayukiIshikawa @xiaoxiang781216
Can you please review?
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
HidenoriMatsubayashi opened a new pull request, #7295:
URL: https://github.com/apache/incubator-nuttx/pull/7295
## Summary
`Use CONFIG_ARCH_CHIP_QEMU` instead of `CONFIG_ARCH_CHIP_QEMU_A53`. This is
because these configurations depend on the hardware configuration of qemu
(memory map, ir
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/incubator-nuttx.git
from 7d34ebdd4e armv7-a: add l2 page mapping interface
add d3f84ba724 arch/sparc dismiss non-Unicode charact
acassis merged PR #7292:
URL: https://github.com/apache/incubator-nuttx/pull/7292
--
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 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276274881
> Let me take an effort and separate FAR and some style changes and submit
as a separate PR. I will need a couple of days based on my current work load
I find a meth
xiaoxiang781216 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276265560
> At least, you need to test with `CONFIG_DEBUG_ASSERTIONS=y`
Ok, the problem is nxrmutex_breaklock forget to clear ret value:
https://github.com/apache/incubator
tmedicci commented on issue #7193:
URL:
https://github.com/apache/incubator-nuttx/issues/7193#issuecomment-1276263662
> Hello @tmedicci. Thank you so much for looking into the issue. I tired
what you mentioned, but the behavior is still the same. Cannot connect to the
AP from my Android ph
xiaoxiang781216 merged PR #7288:
URL: https://github.com/apache/incubator-nuttx/pull/7288
--
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-unsubs
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/incubator-nuttx.git
from 0f3f5d091a tools/ci: patch for gcc-arm-none-eabi to 11.3.Rel1 August
08, 2022
add 7d34ebdd4e armv7-a
acassis opened a new pull request, #7293:
URL: https://github.com/apache/incubator-nuttx/pull/7293
## Summary
Add missing ESP32S2 SPIRAM config
## Impact
Users will be able to select the SPIRAM support
## Testing
CI
--
This is an automated message from the Apache Git Ser
fjpanag commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993441377
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) * 8 - t
fjpanag commented on PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#issuecomment-1276142303
I haven't tested the latest changes on actual hardware, yet.
Please do not merge before confirmation.
--
This is an automated message from the Apache Git Service.
To respond
fjpanag commented on code in PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#discussion_r993433226
##
net/tcp/tcp_recvfrom.c:
##
@@ -706,7 +706,8 @@ ssize_t psock_tcp_recvfrom(FAR struct socket *psock, FAR
struct msghdr *msg,
*want for more because th
pkarashchenko commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276121674
Let me take an effort and separate FAR and some style changes and submit as
a separate PR. I will need a couple of days based on my current work load
--
This is an automat
masayuki2009 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276107696
>sim:usrsocktest with CONFIG_DEBUG_ASSERTIONS=y failed.
Same as `spresense:wifi_smp` with `CONFIG_DEBUG_ASSERTIONS=y`
```
AEG
[0.44] [CPU1] up_asser
zouboan opened a new pull request, #7292:
URL: https://github.com/apache/incubator-nuttx/pull/7292
## Summary
dismiss non-Unicode characters issue in sparc-v8 response to
https://www.mail-archive.com/dev@nuttx.apache.org/msg08478.html
## Impact
sparc-v8 systemreset
## Testing
masayuki2009 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276097887
@xiaoxiang781216
>But, the initial version doesn't exist in my local git anymore. If I can't
retrieve the initial/early version of this patch from github, it's very ha
masayuki2009 commented on PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#issuecomment-1276084714
`sim:usrsocktest` with `CONFIG_DEBUG_ASSERTIONS=y` failed.
```
up_assert: Assertion failed at
file:/mnt/m2ssd/opensource/github_anjiahao1/nuttx/include/nuttx/mutex.h
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/incubator-nuttx.git
from 466635a5e0 armv7-a: set normal memory shareable in smp mode
add cfe2ec3d4d tools/ci: Update gcc-arm-n
xiaoxiang781216 merged PR #7284:
URL: https://github.com/apache/incubator-nuttx/pull/7284
--
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-unsubs
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/incubator-nuttx.git
from 36039c8526 newlib/impure: declare thread specific file only if
__NEWLIB__ is defined.
add 466635a5e0
xiaoxiang781216 merged PR #7290:
URL: https://github.com/apache/incubator-nuttx/pull/7290
--
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-unsubs
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993308230
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) *
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993301685
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) *
fjpanag commented on code in PR #7286:
URL: https://github.com/apache/incubator-nuttx/pull/7286#discussion_r993302583
##
net/tcp/tcp_recvfrom.c:
##
@@ -706,7 +706,8 @@ ssize_t psock_tcp_recvfrom(FAR struct socket *psock, FAR
struct msghdr *msg,
*want for more because th
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993301685
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) *
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993301685
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) *
zhhyu7 commented on PR #7291:
URL: https://github.com/apache/incubator-nuttx/pull/7291#issuecomment-1275963272
> @zhhyu7
>
> Please test before sending PR.
>
> ```
> NuttShell (NSH) NuttX-10.3.0-RC0
> nsh> uname -a
> NuttX 10.3.0-RC0 2861124366-dirty Oc
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993290268
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) *
masayuki2009 commented on PR #7291:
URL: https://github.com/apache/incubator-nuttx/pull/7291#issuecomment-1275954028
@zhhyu7
```
NuttShell (NSH) NuttX-10.3.0-RC0
nsh> uname -a
NuttX 10.3.0-RC0 2861124366-dirty Oct 12 2022 19:36:41 sim sim
nsh> usrsocktest
Starting unit
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993290268
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) *
pkarashchenko commented on code in PR #7285:
URL: https://github.com/apache/incubator-nuttx/pull/7285#discussion_r993286949
##
mm/ubsan/ubsan.c:
##
@@ -160,7 +160,7 @@ static int64_t get_signed_val(FAR struct type_descriptor
*type,
unsigned extra_bits = sizeof(int64_t) *
1 - 100 of 122 matches
Mail list logo