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:	Sun, 12 Oct 2014 18:40:23 +0200
From:	Willy Tarreau <w@....eu>
To:	Andev <debiandev@...il.com>
Cc:	Bertrand Jacquin <beber@...eeweb.net>,
	Rusty Russell <rusty@...tcorp.com.au>,
	linux-kbuild@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/3] kbuild: handle module compression while running 'make modules_install'.

Hi,

On Sun, Oct 12, 2014 at 11:50:59AM -0400, Andev wrote:
> Hello Bertrand,
> 
> Does this need any user space support? Cos currently on a debian
> testing box(powerpc) enabling this options causes a boot hang while
> mounting the root file system.

I suspect that your module-ini-tools/kmod are built without support for
compressed modules. One method to verify this is to run it against ldd :

$ ldd /sbin/modprobe
        linux-vdso.so.1 (0x00007fff918ed000)
        libkmod.so.2 => /lib64/libkmod.so.2 (0x00007ff9317f1000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007ff9315d5000)
        libc.so.6 => /lib64/libc.so.6 (0x00007ff931214000)
        liblzma.so.5 => /lib64/liblzma.so.5 (0x00007ff930ff2000)
        libz.so.1 => /usr/lib64/libz.so.1 (0x00007ff930ddd000)
        /lib64/ld-linux-x86-64.so.2 (0x00007ff931a06000)

As you can see, mine depends on liblzma and libz so it was clearly built
with support for both of them.

Regards,
Willy

--
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