Merge tag 'v6.6.96' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into odroid-6.6.y

This is the 6.6.96 stable release

Change-Id: I09386df319d05686b65001d77b83e6e62697ff33
This commit is contained in:
Mauro Ribeiro
2026-01-26 11:00:57 -03:00
149 changed files with 1559 additions and 830 deletions

View File

@@ -17,6 +17,10 @@
#ifndef _UAPI_VM_SOCKETS_H
#define _UAPI_VM_SOCKETS_H
#ifndef __KERNEL__
#include <sys/socket.h> /* for struct sockaddr and sa_family_t */
#endif
#include <linux/socket.h>
#include <linux/types.h>