Have clone3 use libcap's cap_t definition #6

Open
steffo wants to merge 1 commit from feature/clone3-pcap-fix into master
Owner
No description provided.
steffo added 1 commit 2024-10-13 00:10:16 +00:00
Make clone3_cap_checkpoint_restore use libcap's cap_t definition instead
of its own definition, which ended up misaligned after libcap commit
aca076443591ba18438b60e41294b59a324daf04.

Also removes a redundant variable used to set CAP_CHECKPOINT_RESTORE on
the custom-defined cap_t.

Signed-off-by: Stefano Pigozzi <me@steffo.eu>
steffo added the
progress
4 - submitting
label 2024-10-13 01:40:25 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/clone3-pcap-fix:feature/clone3-pcap-fix
git checkout feature/clone3-pcap-fix

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff feature/clone3-pcap-fix
git checkout master
git merge --ff-only feature/clone3-pcap-fix
git checkout feature/clone3-pcap-fix
git rebase master
git checkout master
git merge --no-ff feature/clone3-pcap-fix
git checkout master
git merge --squash feature/clone3-pcap-fix
git checkout master
git merge --ff-only feature/clone3-pcap-fix
git checkout master
git merge feature/clone3-pcap-fix
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: unimore/kernel-hacking-2024-linux-steffo#6
No description provided.