Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arch: Disable ARCH_HAVE_FORK for arm64 as a precaution #11200

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

masayuki2009
Copy link
Contributor

Summary

Impact

  • Temporarily limits certain functionalities on arm64, but necessary to ensure system stability.

Testing

Summary:
- Temporarily disables ARCH_HAVE_FORK for arm64 to address a crash issue,
  as detailed in apache#9755.
- This is a precautionary measure until a more permanent solution is implemented.

Impact:
- Temporarily limits certain functionalities on arm64,
  but necessary to ensure system stability.

Testing:
- Successfully tested on QEMU-8.1.2.
- Note: please apply the changes from apache/nuttx-apps#1962.

Signed-off-by: Masayuki Ishikawa <[email protected]>
masayuki2009 added a commit to masayuki2009/incubator-nuttx-apps that referenced this pull request Nov 16, 2023
Summary:

- Resolves an issue where `vfork_test` was not executed following
  the renaming from CONFIG_ARCH_HAVE_VFORK to CONFIG_ARCH_HAVE_FORK,
  as detailed in apache/nuttx#9755.

Impact:
- Please merge apache/nuttx#11200 before
  merging this PR.

Testing:
- Successfully tested with rv-virt:smp64, spresense:smp, and sim:smp configurations.
- Additional testing on aarch64 will be necessary once its related issues are resolved.

Signed-off-by: Masayuki Ishikawa <[email protected]>
masayuki2009 added a commit to masayuki2009/incubator-nuttx-apps that referenced this pull request Nov 16, 2023
Summary:

- Resolves an issue where `vfork_test` was not executed following
  the renaming from CONFIG_ARCH_HAVE_VFORK to CONFIG_ARCH_HAVE_FORK,
  as detailed in apache/nuttx#9755.

Impact:
- Please merge apache/nuttx#11200 before
  merging this PR.

Testing:
- Successfully tested with rv-virt:smp64, spresense:smp, and sim:smp.

Signed-off-by: Masayuki Ishikawa <[email protected]>
@xiaoxiang781216 xiaoxiang781216 merged commit 479dda9 into apache:master Nov 16, 2023
26 checks passed
xiaoxiang781216 pushed a commit to apache/nuttx-apps that referenced this pull request Nov 16, 2023
Summary:

- Resolves an issue where `vfork_test` was not executed following
  the renaming from CONFIG_ARCH_HAVE_VFORK to CONFIG_ARCH_HAVE_FORK,
  as detailed in apache/nuttx#9755.

Impact:
- Please merge apache/nuttx#11200 before
  merging this PR.

Testing:
- Successfully tested with rv-virt:smp64, spresense:smp, and sim:smp.

Signed-off-by: Masayuki Ishikawa <[email protected]>
Shunichi-K pushed a commit to SPRESENSE/nuttx-apps that referenced this pull request Nov 30, 2023
Summary:

- Resolves an issue where `vfork_test` was not executed following
  the renaming from CONFIG_ARCH_HAVE_VFORK to CONFIG_ARCH_HAVE_FORK,
  as detailed in apache/nuttx#9755.

Impact:
- Please merge apache/nuttx#11200 before
  merging this PR.

Testing:
- Successfully tested with rv-virt:smp64, spresense:smp, and sim:smp.

Signed-off-by: Masayuki Ishikawa <[email protected]>
(cherry picked from commit 79c7962)
@masayuki2009 masayuki2009 deleted the disable_fork_for_arm64 branch January 12, 2024 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants