mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 10:01:39 -05:00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Conflicts: net/xdp/xsk.c0ebc27a4c6("xsk: avoid data corruption on cq descriptor number")8da7bea7db("xsk: add indirect call for xsk_destruct_skb")30ed05adca("xsk: use a smaller new lock for shared pool case") https://lore.kernel.org/20251127105450.4a1665ec@canb.auug.org.au https://lore.kernel.org/eb4eee14-7e24-4d1b-b312-e9ea738fefee@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
#include <time.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
// Work around glibc header silliness
|
||||
#undef AT_RENAME_NOREPLACE
|
||||
#undef AT_RENAME_EXCHANGE
|
||||
#undef AT_RENAME_WHITEOUT
|
||||
|
||||
#include <linux/stat.h>
|
||||
#include <linux/fcntl.h>
|
||||
#define statx foo
|
||||
|
||||
@@ -16,6 +16,12 @@
|
||||
#include <errno.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <limits.h>
|
||||
|
||||
// Work around glibc header silliness
|
||||
#undef AT_RENAME_NOREPLACE
|
||||
#undef AT_RENAME_EXCHANGE
|
||||
#undef AT_RENAME_WHITEOUT
|
||||
|
||||
#include <linux/watch_queue.h>
|
||||
#include <linux/unistd.h>
|
||||
#include <linux/keyctl.h>
|
||||
|
||||
Reference in New Issue
Block a user