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

Adapt to new auxiliary stack argument of libuksched API #41

Merged
merged 1 commit into from
Dec 23, 2023

Conversation

mogasergiu
Copy link
Member

Now all thread creation related functions also require an auxiliary stack-related argument: either a pointer to it or its desired length.

Thus, provide argument 0 for length of auxiliary stack, allowing the allocation to use the default length.

Depends-on: #1174

Copy link
Member

@michpappas michpappas left a comment

Choose a reason for hiding this comment

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

Reviewed-by: Michalis Pappas michalis@unikraft.io

@michpappas
Copy link
Member

@mogasergiu I just noticed there is a typo in the commit subject: "liuksched"

Now all thread creation related functions also require an auxiliary
stack-related argument: either a pointer to it or its desired length.

Thus, provide argument 0 for length of auxiliary stack, allowing the
allocation to use the default length.

Signed-off-by: Sergiu Moga <sergiu@unikraft.io>
@mogasergiu mogasergiu changed the title Adapt to new auxiliary stack argument of liuksched API Adapt to new auxiliary stack argument of libuksched API Dec 20, 2023
@razvand razvand added the enhancement New feature or request label Dec 23, 2023
@razvand razvand self-assigned this Dec 23, 2023
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

@razvand razvand changed the base branch from staging to staging-pr-41 December 23, 2023 13:03
@razvand razvand merged commit e632ad8 into unikraft:staging-pr-41 Dec 23, 2023
razvand pushed a commit that referenced this pull request Dec 23, 2023
Now all thread creation related functions also require an auxiliary
stack-related argument: either a pointer to it or its desired length.

Thus, provide argument 0 for length of auxiliary stack, allowing the
allocation to use the default length.

Signed-off-by: Sergiu Moga <sergiu@unikraft.io>
Reviewed-by: Michalis Pappas <michalis@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #41
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
Development

Successfully merging this pull request may close these issues.

None yet

3 participants