On Fri, Jan 17, 2020 at 11:10:28AM +0800, Wu Hao wrote: > +static const struct attribute_group fme_perf_fabric_events_group = { > + .name = "events", > + .attrs = fme_perf_fabric_events_attrs, > + .is_visible = fme_perf_fabric_events_visible, > +}; > + I don't see any Documentation/ABI/ entries for all of these new files. Please properly document them so we know how to review this. thanks, greg k-h