On Mon, Jan 17, 2022 at 06:28:31PM +0100, Lorenzo Bianconi wrote: > seq_printf(m, > @@ -590,6 +589,7 @@ static void bpf_map_show_fdinfo(struct seq_file *m, struct file *filp) > if (type) { > seq_printf(m, "owner_prog_type:\t%u\n", type); > seq_printf(m, "owner_jited:\t%u\n", jited); > + seq_printf(m, "owner_xdp_has_frags:\t%u\n", xdp_has_frags); Internal flag shouldn't be printed in fdinfo. In particular it's not correct for non-xdp progs.