On Wed, Sep 25, 2019 at 04:53:07PM +0530, Shubhrajyoti Datta wrote: > Add support for the FlexNoc Performance Monitor. > Adds support for various port setting and monitoring > the packets transactions. It supports LPD and FPD monitoring > counters for read and write transaction requests and responses. > > Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxxxxx> > --- > drivers/misc/Kconfig | 9 + > drivers/misc/Makefile | 1 + > drivers/misc/xilinx_flex_pm.c | 644 ++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 654 insertions(+) > create mode 100644 drivers/misc/xilinx_flex_pm.c You are creating new sysfs files (in a buggy and racy way), and not documenting them in Documentation/ABI/ which is not allowed. Please fix up both issues before resending. thanks, greg k-h