ci: regenerate vmlinux.h

Regenerated latest vmlinux.h.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
Andrii Nakryiko
2024-06-03 13:22:50 -07:00
committed by Andrii Nakryiko
parent 61a6e8edd7
commit fbcb2871fe

View File

@@ -33701,6 +33701,19 @@ struct bpf_iter_aux_info {
} task; } task;
}; };
struct bpf_iter_bits {
__u64 __opaque[2];
};
struct bpf_iter_bits_kern {
union {
long unsigned int *bits;
long unsigned int bits_copy;
};
u32 nr_bits;
int bit;
};
struct bpf_iter_css { struct bpf_iter_css {
__u64 __opaque[3]; __u64 __opaque[3];
}; };
@@ -34233,6 +34246,7 @@ struct bpf_link_ops {
void (*show_fdinfo)(const struct bpf_link *, struct seq_file *); void (*show_fdinfo)(const struct bpf_link *, struct seq_file *);
int (*fill_link_info)(const struct bpf_link *, struct bpf_link_info *); int (*fill_link_info)(const struct bpf_link *, struct bpf_link_info *);
int (*update_map)(struct bpf_link *, struct bpf_map *, struct bpf_map *); int (*update_map)(struct bpf_link *, struct bpf_map *, struct bpf_map *);
__poll_t (*poll)(struct file *, struct poll_table_struct *);
}; };
struct bpf_link_primer { struct bpf_link_primer {
@@ -36633,9 +36647,9 @@ struct bpf_struct_ops {
int (*init)(struct btf *); int (*init)(struct btf *);
int (*check_member)(const struct btf_type *, const struct btf_member *, const struct bpf_prog *); int (*check_member)(const struct btf_type *, const struct btf_member *, const struct bpf_prog *);
int (*init_member)(const struct btf_type *, const struct btf_member *, void *, const void *); int (*init_member)(const struct btf_type *, const struct btf_member *, void *, const void *);
int (*reg)(void *); int (*reg)(void *, struct bpf_link *);
void (*unreg)(void *); void (*unreg)(void *, struct bpf_link *);
int (*update)(void *, void *); int (*update)(void *, void *, struct bpf_link *);
int (*validate)(void *); int (*validate)(void *);
void *cfi_stubs; void *cfi_stubs;
struct module *owner; struct module *owner;
@@ -36682,6 +36696,7 @@ struct bpf_struct_ops_desc {
struct bpf_struct_ops_link { struct bpf_struct_ops_link {
struct bpf_link link; struct bpf_link link;
struct bpf_map *map; struct bpf_map *map;
wait_queue_head_t wait_hup;
}; };
struct bpf_struct_ops_value; struct bpf_struct_ops_value;
@@ -45341,6 +45356,11 @@ struct dma_buf_sync {
__u64 flags; __u64 flags;
}; };
struct dma_chan___2 {
int lock;
const char *device_id;
};
struct dma_device; struct dma_device;
struct dma_chan_dev; struct dma_chan_dev;
@@ -45367,11 +45387,6 @@ struct dma_chan {
void *private; void *private;
}; };
struct dma_chan___2 {
int lock;
const char *device_id;
};
struct dma_chan_dev { struct dma_chan_dev {
struct dma_chan *chan; struct dma_chan *chan;
struct device device; struct device device;
@@ -53892,17 +53907,7 @@ struct getcpu_cache {
long unsigned int blob[16]; long unsigned int blob[16];
}; };
struct linux_dirent;
struct getdents_callback { struct getdents_callback {
struct dir_context ctx;
struct linux_dirent *current_dir;
int prev_reclen;
int count;
int error;
};
struct getdents_callback___2 {
struct dir_context ctx; struct dir_context ctx;
char *name; char *name;
u64 ino; u64 ino;
@@ -53910,6 +53915,16 @@ struct getdents_callback___2 {
int sequence; int sequence;
}; };
struct linux_dirent;
struct getdents_callback___2 {
struct dir_context ctx;
struct linux_dirent *current_dir;
int prev_reclen;
int count;
int error;
};
struct linux_dirent64; struct linux_dirent64;
struct getdents_callback64 { struct getdents_callback64 {
@@ -61651,13 +61666,6 @@ struct irq_glue {
}; };
struct irq_info { struct irq_info {
struct hlist_node node;
int irq;
spinlock_t lock;
struct list_head *head;
};
struct irq_info___2 {
u8 bus; u8 bus;
u8 devfn; u8 devfn;
struct { struct {
@@ -61668,6 +61676,13 @@ struct irq_info___2 {
u8 rfu; u8 rfu;
}; };
struct irq_info___2 {
struct hlist_node node;
int irq;
spinlock_t lock;
struct list_head *head;
};
struct irq_matrix { struct irq_matrix {
unsigned int matrix_bits; unsigned int matrix_bits;
unsigned int alloc_start; unsigned int alloc_start;
@@ -61724,7 +61739,7 @@ struct irq_routing_table {
u32 miniport_data; u32 miniport_data;
u8 rfu[11]; u8 rfu[11];
u8 checksum; u8 checksum;
struct irq_info___2 slots[0]; struct irq_info slots[0];
}; };
struct irq_stack { struct irq_stack {
@@ -61790,7 +61805,7 @@ struct irt_routing_table {
u8 size; u8 size;
u8 used; u8 used;
u16 exclusive_irqs; u16 exclusive_irqs;
struct irq_info___2 slots[0]; struct irq_info slots[0];
}; };
struct isoch_data { struct isoch_data {