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
| ||
|
Message-ID: <fg2b7g$1hj$1@ger.gmane.org> Date: Sun, 28 Oct 2007 16:52:06 +0100 From: Markus Elfring <Markus.Elfring@....de> To: linux-kernel@...r.kernel.org Subject: Check dependencies for modules "dm-snapshot" and "sd_mod" in kernel 2.6.23.1 Hello, I get the following output from the command "make install" after the source files were successfully compiled for my personal configuration. if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map 2.6.23.1-default; fi sh /usr/src/linux-2.6.23.1/arch/i386/boot/install.sh 2.6.23.1-default arch/x86_64/boot/bzImage System.map "/boot" Kernel image: /boot/vmlinuz-2.6.23.1-default Initrd image: /boot/initrd-2.6.23.1-default Root device: /dev/system/root (mounted on / as ext3) Resume device: /dev/sdb5 WARNING Cannot determine dependencies of kernel module 'dm-snapshot'. Does it exist? If it does, try depmod -a. Continuing without dm-snapshot. WARNING Cannot determine dependencies of kernel module 'sd_mod'. Does it exist? If it does, try depmod -a. Continuing without sd_mod. Kernel Modules: processor thermal libata pata_amd sata_nv sata_sil24 fan jbd mbcache ext3 dm-mod edd usbcore ohci-hcd uhci-hcd ehci-hcd hid usbhid linear Features: keyboard-blink dm block usb lvm2 resume.userspace resume.kernel Bootsplash: SuSE (1024x768) 20893 blocks Is anything wrong here with the executable generation for these modules? Are there any open issues with dependency management for (LVM) snapshots and SCSI devices? Regards, Markus - 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