Re: [VOTE] Release Apache NuttX (Incubating) 10.3.0 [RC2]

2022-06-05 Thread Duo Zhang
Yes, please add the DISCLAIMER back to start the RC3 vote. For graduating, please see this discussion thread as an example. https://lists.apache.org/thread/4zyt242opdhxclt9qqs9q34k7mlc0v5t Usually, you should start a discussion thread in your own dev list first, to see the community's opinion ab

Re: [VOTE] Release Apache NuttX (Incubating) 10.3.0 [RC2]

2022-06-05 Thread Alin Jerpelea
ok. What else is needed for graduation? Should I add the DISCLAIMER back and start the RC3 vote? Thanks Alin On Sun, 5 Jun 2022, 14:58 张铎(Duo Zhang), wrote: > Seems the incubating project must have a DISCLAIMER file, which indicates > that it is still 'incubating', and the ASF does not guarante

Re: [VOTE] Release Apache NuttX (Incubating) 10.3.0 [RC2]

2022-06-05 Thread Duo Zhang
Seems the incubating project must have a DISCLAIMER file, which indicates that it is still 'incubating', and the ASF does not guarantee that it has no license issues. Not a big problem, we can remove it after we graduate as a TLP. Alin Jerpelea 于2022年6月5日周日 17:13写道: > Hi Duo Zhang, > > which are

Re: Pull Request #6330: Is the network still locked on every call to net_driver->d_txavail?

2022-06-05 Thread Xiang Xiao
The net lock should be held to keep the assumption, how about this patch: https://github.com/apache/incubator-nuttx/pull/6368 On Sun, Jun 5, 2022 at 5:02 PM Michael Jung wrote: > Hello everybody, > > With pull request #6330 there is a call to net_driver->d_txavail() from > tcp_timer_expiry(), wh

Re: [VOTE] Release Apache NuttX (Incubating) 10.3.0 [RC2]

2022-06-05 Thread Alin Jerpelea
Hi Justin, I resigned the release with the new key and uploaded it so that the release and the key match Thanks Alin On Sun, 5 Jun 2022, 10:45 张铎(Duo Zhang), wrote: > -- Forwarded message - > 发件人: 张铎(Duo Zhang) > Date: 2022年6月5日周日 16:36 > Subject: Re: [VOTE] Release Apache Nut

Re: [VOTE] Release Apache NuttX (Incubating) 10.3.0 [RC2]

2022-06-05 Thread Alin Jerpelea
Hi Duo Zhang, which are the remaining License issues? I will add back the keys to the key file ASAP. Thanks Alin On Sun, 5 Jun 2022, 10:45 张铎(Duo Zhang), wrote: > -- Forwarded message - > 发件人: 张铎(Duo Zhang) > Date: 2022年6月5日周日 16:36 > Subject: Re: [VOTE] Release Apache NuttX

Pull Request #6330: Is the network still locked on every call to net_driver->d_txavail?

2022-06-05 Thread Michael Jung
Hello everybody, With pull request #6330 there is a call to net_driver->d_txavail() from tcp_timer_expiry(), which is scheduled on the low priority work queue. To my understanding this means that net_driver->tx_avail() is called without the network being locked, correct? At least in net/driver/s

Fwd: [VOTE] Release Apache NuttX (Incubating) 10.3.0 [RC2]

2022-06-05 Thread Duo Zhang
-- Forwarded message - 发件人: 张铎(Duo Zhang) Date: 2022年6月5日周日 16:36 Subject: Re: [VOTE] Release Apache NuttX (Incubating) 10.3.0 [RC2] To: I could verify the gpg signature gpg --verify apache-nuttx-10.3.0-incubating.tar.gz.asc > gpg: 假定被签名的数据在‘apache-nuttx-10.3.0-incubating.tar.g

Pull Request #6330: Is the network still locked on every call to net_driver->d_txavail?

2022-06-05 Thread Michael Jung
Hello everybody, With pull request #6330 there is a call to net_driver->d_txavail() from tcp_timer_expiry(), which is scheduled on the low priority work queue. To my understanding this means that net_driver->tx_avail() is called without the network being locked, correct? At least in net/driver/s