This project is mirrored from https://github.com/hermit-os/kernel.git.
Pull mirroring updated .
- Apr 27, 2023
-
-
Stefan Lankes authored
- only the idle task should call `run` - consequently, the idle task check can be removed
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- Apr 26, 2023
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- Apr 16, 2023
-
-
bors[bot] authored
705: Make CoreLocal repr(C) r=mkroening a=nathanwhyte Addresses #686 Add the `repr(C)` layout specifier to the CoreLocal struct. Co-authored-by:
Nathan Whyte <nathanwhyte35@gmail.com>
-
bors[bot] authored
711: disable kaniko cache r=stlankes a=stlankes Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- Apr 15, 2023
-
-
bors[bot] authored
708: add CI tests for the release version on aarch64 r=stlankes a=stlankes Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
-
Stefan Lankes authored
-
bors[bot] authored
707: CI downloads loader for aarch64 r=stlankes a=stlankes CI use the latest published loader for aarch64. An initrd is used to test the application. Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
-
Stefan Lankes authored
CI use the latest published loader for aarch64. An initrd is used to test the application.
-
- Apr 10, 2023
-
-
bors[bot] authored
704: remove workaround, which fix wrong file flags r=stlankes a=stlankes - since rust-lang/rust#109368 the workaround isn't longer required Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Nathan Whyte authored
-
- Apr 09, 2023
-
-
Stefan Lankes authored
- since rust-lang/rust#109368 the workaround isn't longer required
-
bors[bot] authored
703: use isolated stacks for interrupt handling r=stlankes a=stlankes - this guarantees that we don't toch the red zone - increase default stack size, which is required to build random numbers with rand_chacha Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
-
Stefan Lankes authored
this guarantees that we don't toch the red zone
-
Stefan Lankes authored
- required to build random numbers with rand_chacha
-
- Apr 08, 2023
-
-
Stefan Lankes authored
This reverts commit a935ef45.
-
bors[bot] authored
702: add message if rdseed is supported r=stlankes a=stlankes Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
-
- Apr 07, 2023
-
-
bors[bot] authored
696: switch to the latest nightly compiler r=stlankes a=stlankes Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
a thread local storage doesn't align data to page boundries
-
Stefan Lankes authored
It is possible that the SMP boot code use unaligned memory.
-
Stefan Lankes authored
-
Stefan Lankes authored
ACPI can use unaligned address. Use read_unaligned to support such ACPI tales.
-
Stefan Lankes authored
-
- Apr 04, 2023
-
-
bors[bot] authored
701: build(deps): bump spin from 0.9.5 to 0.9.8 r=mkroening a=dependabot[bot] Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.9.5 to 0.9.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mvdnes/spin-rs/blob/master/CHANGELOG.md">spin's changelog</a>.</em></p> <blockquote> <h1>[0.9.8] - 2023-04-03</h1> <h3>Fixed</h3> <ul> <li>Unsoundness in <code>Once::try_call_once</code> caused by an <code>Err(_)</code> result</li> </ul> <h1>[0.9.7] - 2023-03-27</h1> <h3>Fixed</h3> <ul> <li>Relaxed accidentally restricted <code>Send</code>/<code>Sync</code> bounds for <code>Mutex</code> guards</li> </ul> <h1>[0.9.6] - 2023-03-13</h1> <h3>Fixed</h3> <ul> <li>Relaxed accidentally restricted <code>Send</code>/<code>Sync</code> bounds for <code>RwLock</code> guards</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/mvdnes/spin-rs/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/hermitcore/libhermit-rs/network/alerts ). </details> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.9.5 to 0.9.8. - [Release notes](https://github.com/mvdnes/spin-rs/releases) - [Changelog](https://github.com/mvdnes/spin-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mvdnes/spin-rs/commits ) --- updated-dependencies: - dependency-name: spin dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-