]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
uapi: update kernel headers from 5.3-rc1
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 22 Jul 2019 16:45:09 +0000 (09:45 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 22 Jul 2019 16:45:09 +0000 (09:45 -0700)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/uapi/linux/bpf.h
include/uapi/linux/magic.h
include/uapi/linux/pkt_sched.h

index bf39f61b0e8862e3822d314f44bbbc29440cf7f4..e75f97cfb00aee5ff5830eb30ba7e9ab42e5e97a 100644 (file)
@@ -3248,7 +3248,7 @@ struct bpf_sock_addr {
        __u32 user_ip4;         /* Allows 1,2,4-byte read and 4-byte write.
                                 * Stored in network byte order.
                                 */
-       __u32 user_ip6[4];      /* Allows 1,2,4-byte read and 4,8-byte write.
+       __u32 user_ip6[4];      /* Allows 1,2,4,8-byte read and 4,8-byte write.
                                 * Stored in network byte order.
                                 */
        __u32 user_port;        /* Allows 4-byte read and write.
@@ -3260,7 +3260,7 @@ struct bpf_sock_addr {
        __u32 msg_src_ip4;      /* Allows 1,2,4-byte read and 4-byte write.
                                 * Stored in network byte order.
                                 */
-       __u32 msg_src_ip6[4];   /* Allows 1,2,4-byte read and 4,8-byte write.
+       __u32 msg_src_ip6[4];   /* Allows 1,2,4,8-byte read and 4,8-byte write.
                                 * Stored in network byte order.
                                 */
        __bpf_md_ptr(struct bpf_sock *, sk);
index 665e18627f78ca9bb4e744f07a6a0e6b74190469..1274c692e59c5474fcb89a4e75fc8198831b7591 100644 (file)
@@ -92,5 +92,6 @@
 #define BALLOON_KVM_MAGIC      0x13661366
 #define ZSMALLOC_MAGIC         0x58295829
 #define DMA_BUF_MAGIC          0x444d4142      /* "DMAB" */
+#define Z3FOLD_MAGIC           0x33
 
 #endif /* __LINUX_MAGIC_H__ */
index 1f623252abe835f34c2a6b09c55b363af6cafa3a..18f185299f472a2eff3b984aee90253fa617af54 100644 (file)
@@ -1174,7 +1174,7 @@ enum {
        TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME, /* s64 */
        TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME_EXTENSION, /* s64 */
        TCA_TAPRIO_ATTR_FLAGS, /* u32 */
-       TCA_TAPRIO_ATTR_TXTIME_DELAY, /* s32 */
+       TCA_TAPRIO_ATTR_TXTIME_DELAY, /* u32 */
        __TCA_TAPRIO_ATTR_MAX,
 };