On Tue, Jun 30, 2020 at 11:46 PM Andrii Nakryiko <andriin@xxxxxx> wrote: > > Fix bpftool logic of stripping away const/volatile modifiers for all global > variables during BPF skeleton generation. See patch #1 for details on when > existing logic breaks and why it's important. Support special .strip_mods=true > mode in btf_dump. Add selftests validating that everything works as expected. Why bother with the flag? It looks like bugfix to me.