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

feat(library): Add libukrandom configuration #150

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

razvand
Copy link
Contributor

@razvand razvand commented Dec 19, 2024

Update configuration in Kraftfile for applications that require randomness. Add new libukrandom configuration:

CONFIG_LIBUKRANDOM: 'y'
CONFIG_LIBUKRANDOM_GETRANDOM: 'y'
CONFIG_LIBUKRANDOM_CMDLINE_SEED: 'y'
CONFIG_LIBUKRANDOM_LCPU: 'y'

Update configuration in `Kraftfile` for applications that require
randomness. Add new `libukrandom` configuration:

```
CONFIG_LIBUKRANDOM: 'y'
CONFIG_LIBUKRANDOM_GETRANDOM: 'y'
CONFIG_LIBUKRANDOM_CMDLINE_SEED: 'y'
CONFIG_LIBUKRANDOM_LCPU: 'y'
```

Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
@razvand razvand added the enhancement New feature or request label Dec 19, 2024
@razvand razvand requested a review from StefanJum December 19, 2024 16:58
Copy link
Member

@craciunoiuc craciunoiuc 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 here. Thanks!

Reviewed-by: Cezar Craciunoiu cezar.craciunoiu@unikraft.io
Approved-by: Cezar Craciunoiu cezar.craciunoiu@unikraft.io

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

@razvand razvand merged commit 51508c8 into unikraft:main Dec 20, 2024
9 of 17 checks passed
@razvand razvand deleted the razvand/feat/add-libukrandom branch December 20, 2024 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants