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

Feature/syscall #9

Open
wants to merge 48 commits into
base: main
Choose a base branch
from

WIP: Removed debug prints

d4f4f48
Select commit
Loading
Failed to load commit list.
Open

Feature/syscall #9

WIP: Removed debug prints
d4f4f48
Select commit
Loading
Failed to load commit list.
DCO / DCO required action Oct 31, 2024 in 0s

DCO

There are 32 commits incorrectly signed off. This means that the author(s) of these commits failed to include a Signed-off-by line in their commit message.

To avoid having PRs blocked in the future, always include Signed-off-by: Author Name <[email protected]> in every commit message. You can also do this automatically by using the -s flag (i.e., git commit -s).

Here is how to fix the problem so that this code can be merged.


Rebase the branch

If you have a local git environment and meet the criteria below, one option is to rebase the branch and add your Signed-off-by lines in the new commits. Please note that if others have already begun work based upon the commits in this branch, this solution will rewrite history and may cause serious issues for collaborators (described in the git documentation under "The Perils of Rebasing").

You should only do this if:

  • You are the only author of the commits in this branch
  • You are absolutely certain nobody else is doing any work based upon this branch
  • There are no empty commits in the branch (for example, a DCO Remediation Commit which was added using --allow-empty)

To add your Signed-off-by line to every commit in this branch:

  1. Ensure you have a local copy of your branch by checking out the pull request locally via command line.
  2. In your local branch, run: git rebase HEAD~35 --signoff
  3. Force push your changes to overwrite the branch: git push --force-with-lease origin feature/syscall

Summary

Commit sha: 8107e61, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: 6aea0bf, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: 13e00fc, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: d599e7b, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: 68cb9b8, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: 924ddf2, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: 77b98c7, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: 2ae0038, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: 26404b9, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: ac64390, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: df3e99f, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: 24c5700, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: 7c45bd9, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: d16532e, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: 26e8d74, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: 3219686, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: 9000fe8, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: b5c3d72, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: 9237413, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: d4f4f48, Author: Afek Berger, Committer: Afek Berger; The sign-off is missing.
Commit sha: 2c2cb6b, Author: Damien Mathieu, Committer: GitHub; The sign-off is missing.
Commit sha: c088a05, Author: Damien Mathieu, Committer: GitHub; The sign-off is missing.
Commit sha: 5af7c72, Author: Damien Mathieu, Committer: GitHub; The sign-off is missing.
Commit sha: 07449f3, Author: Florian Lehner, Committer: GitHub; Expected "Florian Lehner [email protected]", but got "Florian Lehner [email protected]".
Commit sha: e3120e4, Author: Florian Lehner, Committer: GitHub; Can not find "Florian Lehner [email protected]", in ["Florian Lehner [email protected]", "Florian Lehner [email protected]"].
Commit sha: 7fa5b1e, Author: Tim Rühsen, Committer: GitHub; The sign-off is missing.
Commit sha: 9bce22c, Author: Tim Rühsen, Committer: GitHub; The sign-off is missing.
Commit sha: 1e31c69, Author: Tim Rühsen, Committer: GitHub; The sign-off is missing.
Commit sha: 1618b30, Author: Tim Rühsen, Committer: GitHub; The sign-off is missing.
Commit sha: c4a5c14, Author: Timo Teräs, Committer: GitHub; The sign-off is missing.
Commit sha: 075cc30, Author: Timo Teräs, Committer: GitHub; The sign-off is missing.
Commit sha: 6ad74a7, Author: Timo Teräs, Committer: GitHub; The sign-off is missing.