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

Writeback #29

Merged
merged 3 commits into from
Dec 29, 2021
Merged

Writeback #29

merged 3 commits into from
Dec 29, 2021

Commits on Dec 28, 2021

  1. wait_queue: Add constructor

    Signed-off-by: Pedro Falcato <pedro.falcato@gmail.com>
    heatd committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    91141f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Update kernel configs.

    Signed-off-by: Pedro Falcato <pedro.falcato@gmail.com>
    heatd committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    471996f View commit details
    Browse the repository at this point in the history
  2. musl/pthread_create: Fix stack alignment for threads

    A bug in our logic meant that we were wrongly misaligning the stack.
    Changed so we 16-byte align the stack and then misalign it by a
    pointer's worth. This makes it so the ABI isn't broken.
    
    Signed-off-by: Pedro Falcato <pedro.falcato@gmail.com>
    heatd committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    a99d04c View commit details
    Browse the repository at this point in the history