linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] loop: fix regression from max_loop default value change
@ 2023-07-20 14:30 Mauricio Faria de Oliveira
  2023-07-20 14:30 ` [PATCH v2 1/2] loop: deprecate autoloading callback loop_probe() Mauricio Faria de Oliveira
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Mauricio Faria de Oliveira @ 2023-07-20 14:30 UTC (permalink / raw)
  To: Jens Axboe, Christoph Hellwig, linux-block; +Cc: Isaac J. Manjarres

Apparently, there's an unintended consequence of the improvement for max_loop=0
in commit 85c50197716c ("loop: Fix the max_loop commandline argument treatment
when it is set to 0") which might break programs that handle /dev/loop devices.

The (deprecated) autoloading path fails (ENXIO) if the requested minor number
is greater than or equal to the (new) default (CONFIG_BLK_DEV_LOOP_MIN_COUNT),
when [loop.]max_loop is not specified.  This behavior used to work previously.

Patch 1/2 just notes the loop driver's autoloading path is deprecated/legacy.
Patch 2/2 detects whether or not max_loop is set to restore default behavior
as before the regression (and keeps the improvement done by the commit above).

Tested on v6.5-rc2.

v2:
 - 1/2: simpler change per Christoph's suggestion.
        same test results (specially the last one), as expected.
 - 2/2: added Reviewed-by: Christoph.

Thanks,
Mauricio

Mauricio Faria de Oliveira (2):
  loop: deprecate autoloading callback loop_probe()
  loop: do not enforce max_loop hard limit by (new) default

 drivers/block/loop.c | 40 ++++++++++++++++++++++++++++++++++++++--
 1 file changed, 38 insertions(+), 2 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-21 19:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-20 14:30 [PATCH v2 0/2] loop: fix regression from max_loop default value change Mauricio Faria de Oliveira
2023-07-20 14:30 ` [PATCH v2 1/2] loop: deprecate autoloading callback loop_probe() Mauricio Faria de Oliveira
2023-07-21  6:19   ` Christoph Hellwig
2023-07-20 14:30 ` [PATCH v2 2/2] loop: do not enforce max_loop hard limit by (new) default Mauricio Faria de Oliveira
2023-07-21 19:21 ` [PATCH v2 0/2] loop: fix regression from max_loop default value change Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).