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-next>] [day] [month] [year] [list]
Date:   Fri, 23 Mar 2018 18:57:36 -0700
From:   "Darrick J. Wong" <darrick.wong@...cle.com>
To:     tytso@....edu, darrick.wong@...cle.com
Cc:     linux-ext4@...r.kernel.org
Subject: [PATCH 0/5] e2fprogs: miscellaneous

Hi all,

This series enhances the e2fsprogs build system to allow us to take
advantage of new compiler technologies.  The first patch enables LTO,
which can perform executable-wide code optimizations (particularly
eliminating dead functions).  The three patches after that enable the
sanitizers for undefined behavior, memory access, and thread safety.
With these sanitizers we can collect runtime reports about questionable
C code, memory access problems, and thread safety problems (though at
the moment e2fsprogs isn't heavily threaded).

Patch 5 fixes e2fsck to adjust the quota counters when clearing orphaned
inodes.

Questions?  Comments?  This series targets e2fsprogs 1.45.

--D

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ