Re: [PATCH for-next 0/7] Misc update for RTRS
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-10-04 19:49:19
On Wed, Sep 22, 2021 at 02:53:26PM +0200, Md Haris Iqbal wrote:
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
statsApplied to for-next, thanks Jason