lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 14 Jun 2007 14:52:06 +0200
From:	Paolo Ornati <ornati@...twebnet.it>
To:	Matthew <jackdachef@...il.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: /dev/loop* devices not appearing in /dev (at least since
 2.6.22-rc3*)

On Thu, 14 Jun 2007 13:37:32 +0200
Matthew <jackdachef@...il.com> wrote:

> now back to topic:
> 
> /dev/loop* seems to be broken since (at least) 2.6.22-rc3, since that
> was the first kernel I tried of the 2.6.22-rc* series
> 
> ls -l /dev/ | grep loop
> 
> shows no output

Yes, now the "loop" devices are dynamically allocated.... a patch to
provide the 8 "static allocated" loop devices is already in current git
(post -rc4, will be in -rc5).


commit a47653fc2643cf61bcabba8c9ff5c45517c089ba
Author: Ken Chen <kenchen@...gle.com>
Date:   Fri Jun 8 13:46:44 2007 -0700

    loop: preallocate eight loop devices

    The kernel on-demand loop device instantiation breaks several user space
    tools as the tools are not ready to cope with the "on-demand feature".  Fix
    it by instantiate default 8 loop devices and also reinstate max_loop module
    parameter.


-- 
	Paolo Ornati
	Linux 2.6.22-rc4-cfs-v16-g47932c49 on x86_64
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ