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

Config.uk: Add uksignal dependency for LIBMUSL_SIGNAL #68

Closed

Conversation

eduardvintila
Copy link
Member

@eduardvintila eduardvintila commented Jul 28, 2023

uksignal should be selected automatically when LIBMUSL_SIGNAL is enabled, since it relies on underlying syscalls to be implemented by the kernel.

Without it, we may run into issues such as this one, where SIG_ERROR is returned when calling signal() and uksignal is disabled.

`uksignal`  should be selected automatically when `LIBMUSL_SIGNAL` is
enabled, since it relies on underlying syscalls to be implemented by the
kernel.

Signed-off-by: Eduard Vintilă <eduard.vintila47@gmail.com>
@razvand razvand self-assigned this Aug 5, 2023
@razvand razvand added the enhancement New feature or request label Aug 5, 2023
Copy link
Member

@StefanJum StefanJum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good, thanks.

Reviewed-by: Stefan Jumarea stefanjumarea02@gmail.com

Copy link

@RaduNichita RaduNichita left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good. Thanks, @eduardvintila 💯

Reviewed-by: Radu Nichita radunichita99@gmail.com

Copy link
Contributor

@razvand razvand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved-by: Razvan Deaconescu razvand@unikraft.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/merged enhancement New feature or request
Projects
Status: Done!
Development

Successfully merging this pull request may close these issues.

None yet

5 participants