sys/linux: add IPPROTO_MPTCP support#1579
Conversation
|
Please also check-in the auto-generated files: Is there a literal constant for that 262? I guess it's not not people are supposed to write in their C code. If there is, please use it and re-run |
|
Oh, now I see your Note. |
|
“syzkaller-system” is the Linux-server I have at hand which is not apt-based and does not have easy access to the right software packages (aka, cross-compilers) Anyways, I think I can get my hands on an apt-based host without any package-restrictions. |
Adding support for IPPROTO_MPTCP. Like SMC, it is on top of TCP and can thus be treated like a regular TCP socket.
|
CI-checks failed with |
This is not directly related to your change. I am working on fixing this: |
|
I will merge this now and then see if I can easily re-generate consts on linux-next. |
|
Here we go: 692266c |
Note: I can imagine that I should run "make extract,..." as part of this PR here. The problem is that I have some troubles getting the cross-compilers with retpoline on my "syzkaller-system". I can only generate things for amd64 right now. Let me know if that's a big deal, or if you can simply run the make extract,...
Thanks!
Adding support for IPPROTO_MPTCP. Like SMC, it is on top of TCP and can
thus be treated like a regular TCP socket.
Before sending a pull request, please review Contribution Guidelines:
https://github.com/google/syzkaller/blob/master/docs/contributing.md