Re: [PATCH] xen-blkfront: fix sector_size propagation to the block layer

2024-07-02 Thread Jens Axboe
On Tue, 25 Jun 2024 07:52:38 +0200, Christoph Hellwig wrote: > Ensure that info->sector_size and info->physical_sector_size are set > before the call to blkif_set_queue_limits by doing away with the > local variables and arguments that propagate them. > > Thanks to Marek Marczykowski-Górecki and

Re: [PATCH] xen-blkfront: fix sector_size propagation to the block layer

2024-07-02 Thread Juergen Gross
On 25.06.24 07:52, Christoph Hellwig wrote: Ensure that info->sector_size and info->physical_sector_size are set before the call to blkif_set_queue_limits by doing away with the local variables and arguments that propagate them. Thanks to Marek Marczykowski-Górecki and Jürgen Groß for root causi

Re: [PATCH] xen-blkfront: fix sector_size propagation to the block layer

2024-06-25 Thread Roger Pau Monné
On Tue, Jun 25, 2024 at 07:52:38AM +0200, Christoph Hellwig wrote: > Ensure that info->sector_size and info->physical_sector_size are set > before the call to blkif_set_queue_limits by doing away with the > local variables and arguments that propagate them. > > Thanks to Marek Marczykowski-Górecki

[PATCH] xen-blkfront: fix sector_size propagation to the block layer

2024-06-24 Thread Christoph Hellwig
Ensure that info->sector_size and info->physical_sector_size are set before the call to blkif_set_queue_limits by doing away with the local variables and arguments that propagate them. Thanks to Marek Marczykowski-Górecki and Jürgen Groß for root causing the issue. Fixes: ba3f67c11638 ("xen-blkfr