mbox series

[v2,4.19,0/3] dm table: fix iterate_devices based device

Message ID 20210309033344.111111-1-jefflexu@linux.alibaba.com
Headers show
Series dm table: fix iterate_devices based device | expand

Message

Jingbo Xu March 9, 2021, 3:33 a.m. UTC
Backport notes are detailed in the corresponding commit log.

changes since v1:
- fix build error of patch 1
- fix upstream commit id of patch 2

Jeffle Xu (3):
  dm table: fix iterate_devices based device capability checks
  dm table: fix DAX iterate_devices based device capability checks
  dm table: fix zoned iterate_devices based device capability checks

 drivers/md/dm-table.c | 174 ++++++++++++++++++------------------------
 1 file changed, 73 insertions(+), 101 deletions(-)

Comments

Greg Kroah-Hartman March 10, 2021, 12:11 p.m. UTC | #1
On Tue, Mar 09, 2021 at 11:33:41AM +0800, Jeffle Xu wrote:
> Backport notes are detailed in the corresponding commit log.

> 

> changes since v1:

> - fix build error of patch 1

> - fix upstream commit id of patch 2

> 

> Jeffle Xu (3):

>   dm table: fix iterate_devices based device capability checks

>   dm table: fix DAX iterate_devices based device capability checks

>   dm table: fix zoned iterate_devices based device capability checks

> 

>  drivers/md/dm-table.c | 174 ++++++++++++++++++------------------------

>  1 file changed, 73 insertions(+), 101 deletions(-)


Thanks for all the backports to the different branches.  All are now
queued up.  If I have missed anything, please resend.

thanks,

greg k-h