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: <513650F2.8060406@sgi.com> Date: Tue, 5 Mar 2013 14:09:22 -0600 From: Rich Johnston <rjohnston@....com> To: Eric Whitney <enwlinux@...il.com> CC: <xfs@....sgi.com>, <linux-ext4@...r.kernel.org> Subject: Re: [PATCH] xfstests: use native definition of O_DIRECT flag This patch has been committed. Thanks --Rich commit 5825ecd3b99ed8c177895d5e6a830133fed384ea Author: Eric Whitney <enwlinux@...il.com> Date: Tue Feb 26 21:03:22 2013 +0000 xfstests: use native definition of O_DIRECT flag The definition of O_DIRECT in src/trunc.c causes xfstest 125 to fail when run on a Pandaboard. On ARM, the value used (0x040000) is O_DIRECTORY rather than O_DIRECT as it is on x86. Prefer the platform's native definition of O_DIRECT supplied by fcntl.h if available. Also, fix a couple of error messages to properly reflect their context. Signed-off-by: Eric Whitney <enwlinux@...il.com> Reviewed-by: Dave Chinner <dchinner@...hat.com> Signed-off-by: Rich Johnston <rjohnston@....com> -- 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