Hi Jason, hi Doug, Please consider to include following changes to the next merge window. The patchset is orgnized as: - patch1 sysfs_emit conversion. - patch2 remove len parameter. - patch3 Fix warning with poll mode. - patch4 Replace duplicate check. - patch5 Introduce helper function - patch6 Disallow special characters. - patch7 One entry one value for sysfs Jack Wang (2): RDMA/rtrs: Fix warning when use poll mode on client side. RDMA/rtrs: Replace duplicate check with is_pollqueue helper Md Haris Iqbal (5): RDMA/rtrs: Use sysfs_emit instead of s*printf function for sysfs show RDMA/rtrs: Remove len parameter from helper print functions of sysfs RDMA/rtrs: Introduce destroy_cq helper RDMA/rtrs: Do not allow sessname to contain special symbols / and . RDMA/rtrs-clt: Follow "one entry one value" rule for IO migration stats drivers/infiniband/ulp/rtrs/rtrs-clt-stats.c | 49 +++++++++++--------- drivers/infiniband/ulp/rtrs/rtrs-clt-sysfs.c | 11 +++-- drivers/infiniband/ulp/rtrs/rtrs-clt.c | 6 +++ drivers/infiniband/ulp/rtrs/rtrs-clt.h | 13 +++--- drivers/infiniband/ulp/rtrs/rtrs-pri.h | 2 +- drivers/infiniband/ulp/rtrs/rtrs-srv-stats.c | 3 +- drivers/infiniband/ulp/rtrs/rtrs-srv-sysfs.c | 2 +- drivers/infiniband/ulp/rtrs/rtrs-srv.c | 6 +++ drivers/infiniband/ulp/rtrs/rtrs-srv.h | 3 +- drivers/infiniband/ulp/rtrs/rtrs.c | 31 ++++++++++--- 10 files changed, 80 insertions(+), 46 deletions(-) -- 2.25.1