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:	Mon, 19 Mar 2012 16:01:53 -0400
From:	Mike Frysinger <vapier@...too.org>
To:	Al Viro <viro@...iv.linux.org.uk>,
	Duane Griffin <duaneg@...da.com>,
	linux-fsdevel@...r.kernel.org, linux-ext4@...r.kernel.org
Subject: umode_t breakage in exported kernel headers

commit 0583fcc96bb117763c0fa74c123573c0112dec65 moved umode_t out of the 
exported headers space (via the arches' asm/types.h) and into __KERNEL__ 
specific linux/types.h.  this breaks the exported linux/ext2_fs.h 
ext2_mask_flags function which uses that type.  that func appears to be the 
only one exported that utilizes umode_t.

should ext2_mask_flags be updated to take a __kernel_mode_t as its first arg ?
-mike

Download attachment "signature.asc " of type "application/pgp-signature" (837 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ