RE: [VOTE] Apache NuttX 10.4.0 (incubating) RC0 release

2022-08-11 Thread alin.jerpe...@sony.com
Hi Alan, Thanks for investigating the issue. Did you fix the hash ? Do you retract your -1 ? @Petro Thanks for providing a explanation for the issue Best regards Alin -Original Message- From: Alan Carvalho de Assis Sent: den 12 augusti 2022 02:38 To: dev@nuttx.apache.org Subject: Re:

Re: [VOTE] Apache NuttX 10.4.0 (incubating) RC0 release

2022-08-11 Thread Alan Carvalho de Assis
The most important I forgot to say: Alin: reverting Petro's commit solves the issue, but is not the solution. He fixed the issue, it is just incompatible with old hash. The solution is to fix the hash. BR, Alan On 8/11/22, Alan Carvalho de Assis wrote: > Hi Petro, > > I think we don't want to

Re: [VOTE] Apache NuttX 10.4.0 (incubating) RC0 release

2022-08-11 Thread Alan Carvalho de Assis
Hi Petro, I think we don't want to be compatible with it if it was in fact faulty. The TEA algorithm by itself has some weakness as people can see here: https://en.wikipedia.org/wiki/Tiny_Encryption_Algorithm "TEA has a few weaknesses. Most notably, it suffers from equivalent keys—each key is e

Re: [VOTE] Apache NuttX 10.4.0 (incubating) RC0 release

2022-08-11 Thread Petro Karashchenko
The code had an obvious bug when memory was accessed out of bounds. In some of the cases it was accessing zeroes and producing some output, but after my changes it started to work "as designed" and use "space" (not zero) as padding. I'm not sure what is the best way to fix this. Changing padding

Re: [VOTE] Apache NuttX 10.4.0 (incubating) RC0 release

2022-08-11 Thread Alan Carvalho de Assis
ACK Strange, the previous email went only to you! On 8/11/22, Alin Jerpelea wrote: > @Alan Carvalho de Assis please confirm that works > after revert > > On Thu, 11 Aug 2022, 20:22 Petro Karashchenko, > > wrote: > >> Hello Alan, >> >> Seems that the root cause is my change >> https://github.c

Re: [VOTE] Apache NuttX 10.4.0 (incubating) RC0 release

2022-08-11 Thread Alan Carvalho de Assis
Yes Petro! You nailed it! After reverting your patch: $ git revert d8683871482ea4bf6e3dfecb9c3344da213475bc It worked again! BR, Alan On 8/11/22, Petro Karashchenko wrote: > Hello Alan, > > Seems that the root cause is my change > https://github.com/apache/incubator-nuttx-apps/pull/1097 > >

Re: [VOTE] Apache NuttX 10.4.0 (incubating) RC0 release

2022-08-11 Thread Alin Jerpelea
@Alan Carvalho de Assis please confirm that works after revert On Thu, 11 Aug 2022, 20:22 Petro Karashchenko, wrote: > Hello Alan, > > Seems that the root cause is my change > https://github.com/apache/incubator-nuttx-apps/pull/1097 > > I think that all previously generated passwords need to b

Re: [VOTE] Apache NuttX 10.4.0 (incubating) RC0 release

2022-08-11 Thread Petro Karashchenko
Hello Alan, Seems that the root cause is my change https://github.com/apache/incubator-nuttx-apps/pull/1097 I think that all previously generated passwords need to be re-generated. Best regards, Petro On Thu, Aug 11, 2022, 8:49 PM Alan Carvalho de Assis wrote: > Alin, > > I want to redraw my

Re: [VOTE] Apache NuttX 10.4.0 (incubating) RC0 release

2022-08-11 Thread Alan Carvalho de Assis
Alin, I want to redraw my vote, I found the first regression, so my vote is: -1 Seems like the console login is not working, I'm using user: admin and password: Administrator $ ./tools/configure.sh sim:nsh $ make -j $ ./nuttx login: admin password: Invalid username or password login: admin pa

Re: Potential UDP packets loss, how to debug?

2022-08-11 Thread Alan Carvalho de Assis
Hi Oleg, I suggest you to increase this to at least 1500 bytes. I don't remember all the configs, but I think inside boards/ you will find some examples. BR, Alan On 8/10/22, Oleg wrote: > Hi all again, > > Thanks all for feedbacks. I got back from COVID and can continue to debug > this issue.

Re: STM32F4 Ethernet Issues

2022-08-11 Thread Alan Carvalho de Assis
Hi Fotis, Are you in sync with mainline? If you can create a host application to induce the issue will be easier for us to test. BR, Alan On 8/9/22, Fotis Panagiotopoulos wrote: > Hello, > > still trying to make the network work reliably. > After fixing another issue of my application, I hit