Fix/socket enum sizes #2
DCO
There are 30 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 <authoremail@example.com> 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:
- Ensure you have a local copy of your branch by checking out the pull request locally via command line.
- In your local branch, run:
git rebase HEAD~41 --signoff - Force push your changes to overwrite the branch:
git push --force-with-lease origin fix/socket_enum_sizes
Summary
Commit sha: df90804, Author: Aiden Grossman, Committer: GitHub; The sign-off is missing.
Commit sha: 9295d52, Author: Cur1ed, Committer: GitHub; The sign-off is missing.
Commit sha: 5ba1b33, Author: James Marsh, Committer: James Marsh; The sign-off is missing.
Commit sha: 8be3273, Author: Keisuke Horii, Committer: GitHub; The sign-off is missing.
Commit sha: 49ac854, Author: Kiyoshi Nakao, Committer: GitHub; The sign-off is missing.
Commit sha: 9cb1cc4, Author: liang.he, Committer: GitHub; The sign-off is missing.
Commit sha: e2cf59c, Author: liang.he, Committer: GitHub; The sign-off is missing.
Commit sha: b71a6bf, Author: liang.he, Committer: GitHub; The sign-off is missing.
Commit sha: ad21524, Author: liang.he, Committer: GitHub; The sign-off is missing.
Commit sha: 635576c, Author: liang.he, Committer: GitHub; The sign-off is missing.
Commit sha: 826ae6e, Author: liang.he, Committer: GitHub; The sign-off is missing.
Commit sha: 95f506a, Author: Liu Jia, Committer: GitHub; The sign-off is missing.
Commit sha: 326eeec, Author: Liu Jia, Committer: GitHub; The sign-off is missing.
Commit sha: d7b6bc5, Author: Liu Jia, Committer: GitHub; The sign-off is missing.
Commit sha: 0d3b5ca, Author: Lukas Döllerer, Committer: GitHub; The sign-off is missing.
Commit sha: 6c3f6fd, Author: Oscar Spencer, Committer: GitHub; The sign-off is missing.
Commit sha: 0264686, Author: TianlongLiang, Committer: GitHub; The sign-off is missing.
Commit sha: d7afa4c, Author: TianlongLiang, Committer: GitHub; The sign-off is missing.
Commit sha: 7aff737, Author: William Furr, Committer: GitHub; The sign-off is missing.
Commit sha: d25fdc3, Author: Xenia Lu, Committer: GitHub; The sign-off is missing.
Commit sha: 3bf08a0, Author: Xenia Lu, Committer: GitHub; The sign-off is missing.
Commit sha: 6253bd1, Author: YAMAMOTO Takashi, Committer: GitHub; The sign-off is missing.
Commit sha: 7263a04, Author: YAMAMOTO Takashi, Committer: GitHub; The sign-off is missing.
Commit sha: 4f86468, Author: YAMAMOTO Takashi, Committer: GitHub; The sign-off is missing.
Commit sha: 5e779b3, Author: YAMAMOTO Takashi, Committer: GitHub; The sign-off is missing.
Commit sha: 92b065a, Author: YAMAMOTO Takashi, Committer: GitHub; The sign-off is missing.
Commit sha: a6a9f1f, Author: YAMAMOTO Takashi, Committer: GitHub; The sign-off is missing.
Commit sha: d55852d, Author: Zhenwei Jin, Committer: GitHub; Expected "Zhenwei Jin 109658203+kylo5aby@users.noreply.github.com", but got "zhenweijin zhenwei.jin@intel.com".
Commit sha: e6fe606, Author: Zhenwei Jin, Committer: GitHub; Expected "Zhenwei Jin 109658203+kylo5aby@users.noreply.github.com", but got "zhenweijin zhenwei.jin@intel.com".
Commit sha: 74cdf0b, Author: Zhenwei Jin, Committer: GitHub; Expected "Zhenwei Jin 109658203+kylo5aby@users.noreply.github.com", but got "zhenweijin zhenwei.jin@intel.com".