Hi Xiang,
I've checked https://github.com/apache/incubator-nuttx/pull/354 PR. It
fixed issues it supposed to fix, thanks.
But I've still have semaphore assertion running test case
WakeBlockingConnectMultiThread
in do_wake_test() on third call in loop of sem_post(&tid_releasesem) when
tidx is 2.
Hi Greg,
Please apply attached patch to make the error tcp_backlog message
clear to the user/developer.
BR,
Alan
From 9ecc868b04c375758af14180978458f306ee0713 Mon Sep 17 00:00:00 2001
From: Alan Carvalho de Assis
Date: Mon, 24 Feb 2020 14:13:46 -0300
Subject: [PATCH] Make the tcp_backlog error
Just a short summary: Your suggested fix in stm32_freeframe was resolving the
issue as it seems for the moment. So far it seems to handle our traffic and
several ping-floods well.
The suggested iobs solution do not address our problem since we do not use the
buffered functions.
On 2020/02/22
On Fri, Feb 21, 2020 at 10:29 PM Gregory Nutt wrote:
>
>
> > while looking at PROTECTED build,
> > i noticed that it was trivial for userspace code to bypass the
> > protection and access kernel memory.
> > eg. by passing kernel pointer to system calls.
> > and it seems that it isn't the only way
may i assume you are using linux?
here's a fix i tested on ubuntu.
https://github.com/apache/incubator-nuttx-apps/pull/95/commits/adb08a2634ef8df99d509a472e28a7907f73210d
On Sat, Feb 22, 2020 at 1:21 AM David Sidrane wrote:
>
> This is what I did:
>
> For apps and nuttx git fetch nuttx
> For app