Message ID | 20210212134525.103456-1-jinpu.wang@cloud.ionos.com (mailing list archive) |
---|---|
Headers | show |
Series | A few bugfix for RTRS | expand |
On Fri, Feb 12, 2021 at 02:45:21PM +0100, Jack Wang wrote: > Hi Jason, hi Doug, > > Please consider to include follwing bugfix to next release. > > One bugfix for KASAN splat due to we use wrong structure type when send > RDMA_WRITE_WITH_IMM opcode from me. > > One bugfix for allowing addition of random path to exsition session from Haris. > > 2 bugfix for memory leak from Gioh. > > v2->v1: > - collect reviewed-by from Leon for patch1 and patch4. > - adjust patch2 as suggested by Leon, also add missing mutex_unlock before > return and misc cleanup. > > Thanks! > Jack Wang > > Gioh Kim (2): > RDMA/rtrs-srv: fix memory leak by missing kobject free > RDMA/rtrs-srv-sysfs: fix missing put_device > > Jack Wang (1): > RDMA/rtrs-srv: Fix BUG: KASAN: stack-out-of-bounds > > Md Haris Iqbal (1): > RDMA/rtrs: Only allow addition of path to an already established > session Applied to for-next, thanks Jason