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: <20140505142056.GE22287@thunk.org> Date: Mon, 5 May 2014 10:20:56 -0400 From: Theodore Ts'o <tytso@....edu> To: Lukáš Czerner <lczerner@...hat.com> Cc: Ext4 Developers List <linux-ext4@...r.kernel.org> Subject: Re: [PATCH 3/3] mke2fs: check for a partition table and warn if present On Mon, May 05, 2014 at 04:11:41PM +0200, Lukáš Czerner wrote: > > Fair enough. But we should still make the use of system libblkid by > default if you do not have any objections. What I want to do is test to see if there is a system libblkid available at all, and if so, use it by default. I want to be able to use the internal libblkid for development testing purposes, but the goal is that when Andreas builds on MacOS, it should use the internal libblkid by default (since there is no system blkid), but on Linux systems, we should use the system blkid by default in the 1.43 branch. > Also it'll be great to mention that in the commit description that > this is the reason why we still try to use the old approach. Fair enough. Actually, we should probably put it in the code comments. > blkid_probe_enable_superblocks(pr, 0); Ok, thanks. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists