Re: [PATCH] block/rnbd: Adding name to the Contributors List

2020-11-27 Thread Danil Kipnis
On Fri, Nov 27, 2020 at 1:31 PM Swapnil Ingle wrote: > > Adding name to the Contributors List > > Signed-off-by: Swapnil Ingle Acked-by: Danil Kipnis > --- > drivers/block/rnbd/README | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/block/rnbd/

Re: linux-next: Tree for May 19 (block/rnbd/)

2020-05-20 Thread Danil Kipnis
Hi Randy, On Tue, May 19, 2020 at 8:59 PM Randy Dunlap wrote: > > On 5/19/20 11:03 AM, Stephen Rothwell wrote: > > Hi all, > > > > News: there will be no linux-next release tomorrow. > > > > Changes since 20200518: > > > > seen on i386: > > when CONFIG_MODULES is not set/enabled: > >

Re: linux-next: Tree for May 18 (drivers/infiniband/ulp/rtrs/rtrs-clt.c)

2020-05-19 Thread Danil Kipnis
Hi Randy, On Mon, May 18, 2020 at 5:01 PM Randy Dunlap wrote: > > On 5/18/20 3:57 AM, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20200515: > > > > on i386: > > ../drivers/infiniband/ulp/rtrs/rtrs-clt.c: In function ‘alloc_sess’: > ../drivers/infiniband/ulp/rtrs/rtrs-clt.c:1447:42:

[PATCH v15 14/25] RDMA/rtrs: a bit of documentation

2020-05-11 Thread Danil Kipnis
From: Jack Wang README with description of major sysfs entries, sysfs documentation has been moved to ABI dir as suggested by Bart. Signed-off-by: Danil Kipnis Signed-off-by: Jack Wang Cc: linux-kernel@vger.kernel.org --- .../ABI/testing/sysfs-class-rtrs-client | 131

[PATCH v15 24/25] block/rnbd: a bit of documentation

2020-05-11 Thread Danil Kipnis
From: Jack Wang README with description of major sysfs entries, sysfs documentation are moved to ABI dir as Bart suggested. Signed-off-by: Danil Kipnis Signed-off-by: Jack Wang Cc: linux-kernel@vger.kernel.org Reviewed-by: Bart Van Assche --- Documentation/ABI/testing/sysfs-block-rnbd

[PATCH v15 01/25] sysfs: export sysfs_remove_file_self()

2020-05-11 Thread Danil Kipnis
From: Jack Wang Function is going to be used in transport over RDMA module in subsequent patches, so export it to GPL modules. Signed-off-by: Roman Pen Acked-by: Tejun Heo Cc: linux-kernel@vger.kernel.org [jwang: extend the commit message] Signed-off-by: Jack Wang Reviewed-by: Bart Van

[PATCH v14 24/25] block/rnbd: a bit of documentation

2020-05-04 Thread Danil Kipnis
From: Jack Wang README with description of major sysfs entries, sysfs documentation are moved to ABI dir as Bart suggested. Signed-off-by: Danil Kipnis Signed-off-by: Jack Wang Cc: linux-kernel@vger.kernel.org Reviewed-by: Bart Van Assche --- Documentation/ABI/testing/sysfs-block-rnbd

[PATCH v14 14/25] RDMA/rtrs: a bit of documentation

2020-05-04 Thread Danil Kipnis
From: Jack Wang README with description of major sysfs entries, sysfs documentation has been moved to ABI dir as suggested by Bart. Signed-off-by: Danil Kipnis Signed-off-by: Jack Wang Cc: linux-kernel@vger.kernel.org --- .../ABI/testing/sysfs-class-rtrs-client | 131

[PATCH v14 01/25] sysfs: export sysfs_remove_file_self()

2020-05-04 Thread Danil Kipnis
From: Jack Wang Function is going to be used in transport over RDMA module in subsequent patches, so export it to GPL modules. Signed-off-by: Roman Pen Acked-by: Tejun Heo Cc: linux-kernel@vger.kernel.org [jwang: extend the commit message] Signed-off-by: Jack Wang Reviewed-by: Bart Van