Skip to content

include missing vm_sockets.h for socket.AF_VSOCK#1133

Merged
jjhelmus merged 2 commits into
mainfrom
jjh/fix_vsock
May 22, 2026
Merged

include missing vm_sockets.h for socket.AF_VSOCK#1133
jjhelmus merged 2 commits into
mainfrom
jjh/fix_vsock

Conversation

@jjhelmus
Copy link
Copy Markdown
Contributor

Include vm_sockets.h which is missing from the kernel UAPI headers in version 3.16 of the kernel. This file is missing due to a typo in the Kbuild file. The file is needed for CPython to make socket.AF_VSOCK available.

closes #1050

Include vm_sockets.h which is missing from the kernel UAPI headers in
version 3.16 of the kernel. This file is missing due to a typo in the
Kbuild file. The file is needed for CPython to make socket.AF_VSOCK
available.

closes #1050
@jjhelmus jjhelmus added platform:linux Specific to the Linux platform python:all Select all Python versions arch:all Select all architectures build:all labels May 21, 2026
@jjhelmus jjhelmus merged commit f276b10 into main May 22, 2026
888 of 889 checks passed
@jjhelmus jjhelmus deleted the jjh/fix_vsock branch May 22, 2026 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arch:all Select all architectures build:all platform:linux Specific to the Linux platform python:all Select all Python versions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

socket.AF_VSOCK is not defined

2 participants