Re: [dm-devel] [bug report] dm: introduce zone append emulation

2021-06-18 Thread Dan Carpenter
On Fri, Jun 18, 2021 at 03:22:03PM +0300, Dan Carpenter wrote: > Hello Damien Le Moal, > > The patch bb37d77239af: "dm: introduce zone append emulation" from > May 26, 2021, leads to the following static checker warning: > > drivers/md/dm-zone.c:207 dm_zone_revalidate_cb() > error:

[dm-devel] [bug report] dm: introduce zone append emulation

2021-06-18 Thread Dan Carpenter
Hello Damien Le Moal, The patch bb37d77239af: "dm: introduce zone append emulation" from May 26, 2021, leads to the following static checker warning: drivers/md/dm-zone.c:207 dm_zone_revalidate_cb() error: kvmalloc() only makes sense with GFP_KERNEL drivers/md/dm-zone.c 179