patacongo edited a comment on pull request #3626: URL: https://github.com/apache/incubator-nuttx/pull/3626#issuecomment-852233010
> > > > Were these only FLAT builds? You will need to extend the testing to verify the PROTECTED and KERNEL modes. The changes you and Xiao propose here apply only to PROTECTED and KERNEL modes and require verification in those modes. > > @patacongo They were verified on both FLAT and PROTECTED mode by: > > _boards/risc-v/k210/maix-bit/configs/kostest/defconfig boards/arm/stm32/stm32f4discovery/configs/kostest/defconfig_ > > And passed the ostest example. Great! Currently, the kostest is broken on master. There must have been some change to vfork() recently because vfork() now hardfaults on master. See #3812 If it ran for you than I assume this breakage is recent. We do need to verify KERNEL mode too, especially if we made the change that I don't like to the KERNEL mode address environment. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
