Skip to content

Commit

Permalink
ci: regenerate vmlinux.h
Browse files Browse the repository at this point in the history
Regenerated latest vmlinux.h.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
  • Loading branch information
anakryiko committed Jun 3, 2024
1 parent 61a6e8e commit fbcb287
Showing 1 changed file with 41 additions and 26 deletions.
67 changes: 41 additions & 26 deletions .github/actions/build-selftests/vmlinux.h
Original file line number Diff line number Diff line change
Expand Up @@ -33701,6 +33701,19 @@ struct bpf_iter_aux_info {
} 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 {
__u64 __opaque[3];
};
Expand Down Expand Up @@ -34233,6 +34246,7 @@ struct bpf_link_ops {
void (*show_fdinfo)(const struct bpf_link *, struct seq_file *);
int (*fill_link_info)(const struct bpf_link *, struct bpf_link_info *);
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 {
Expand Down Expand Up @@ -36633,9 +36647,9 @@ struct bpf_struct_ops {
int (*init)(struct btf *);
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 (*reg)(void *);
void (*unreg)(void *);
int (*update)(void *, void *);
int (*reg)(void *, struct bpf_link *);
void (*unreg)(void *, struct bpf_link *);
int (*update)(void *, void *, struct bpf_link *);
int (*validate)(void *);
void *cfi_stubs;
struct module *owner;
Expand Down Expand Up @@ -36682,6 +36696,7 @@ struct bpf_struct_ops_desc {
struct bpf_struct_ops_link {
struct bpf_link link;
struct bpf_map *map;
wait_queue_head_t wait_hup;
};

struct bpf_struct_ops_value;
Expand Down Expand Up @@ -45341,6 +45356,11 @@ struct dma_buf_sync {
__u64 flags;
};

struct dma_chan___2 {
int lock;
const char *device_id;
};

struct dma_device;

struct dma_chan_dev;
Expand All @@ -45367,11 +45387,6 @@ struct dma_chan {
void *private;
};

struct dma_chan___2 {
int lock;
const char *device_id;
};

struct dma_chan_dev {
struct dma_chan *chan;
struct device device;
Expand Down Expand Up @@ -53892,24 +53907,24 @@ struct getcpu_cache {
long unsigned int blob[16];
};

struct getdents_callback {
struct dir_context ctx;
char *name;
u64 ino;
int found;
int sequence;
};

struct linux_dirent;

struct getdents_callback {
struct getdents_callback___2 {
struct dir_context ctx;
struct linux_dirent *current_dir;
int prev_reclen;
int count;
int error;
};

struct getdents_callback___2 {
struct dir_context ctx;
char *name;
u64 ino;
int found;
int sequence;
};

struct linux_dirent64;

struct getdents_callback64 {
Expand Down Expand Up @@ -61651,13 +61666,6 @@ struct irq_glue {
};

struct irq_info {
struct hlist_node node;
int irq;
spinlock_t lock;
struct list_head *head;
};

struct irq_info___2 {
u8 bus;
u8 devfn;
struct {
Expand All @@ -61668,6 +61676,13 @@ struct irq_info___2 {
u8 rfu;
};

struct irq_info___2 {
struct hlist_node node;
int irq;
spinlock_t lock;
struct list_head *head;
};

struct irq_matrix {
unsigned int matrix_bits;
unsigned int alloc_start;
Expand Down Expand Up @@ -61724,7 +61739,7 @@ struct irq_routing_table {
u32 miniport_data;
u8 rfu[11];
u8 checksum;
struct irq_info___2 slots[0];
struct irq_info slots[0];
};

struct irq_stack {
Expand Down Expand Up @@ -61790,7 +61805,7 @@ struct irt_routing_table {
u8 size;
u8 used;
u16 exclusive_irqs;
struct irq_info___2 slots[0];
struct irq_info slots[0];
};

struct isoch_data {
Expand Down

0 comments on commit fbcb287

Please sign in to comment.