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>] [day] [month] [year] [list]
Date:	Wed, 18 Jul 2007 17:03:19 -0400
From:	Doug Chapman <doug.chapman@...com>
To:	linux-kernel@...r.kernel.org, linux-ia64@...r.kernel.org,
	vtaras@...nvz.org
Subject: ia64 build failure from recent diskquota patch

The commit: b716395e2b8e450e294537de0c91476ded2f0395 introduces a build
failure on ia64.

  CC      fs/quota.o
fs/quota.c:396: error: expected specifier-qualifier-list before ‘compat_u64’
fs/quota.c:409: error: expected specifier-qualifier-list before ‘compat_u64’
fs/quota.c:420: error: expected specifier-qualifier-list before ‘compat_uint_t’

.... more related errors ....


The type compat_u64 on ia64 is defined if CONFIG_COMPAT is defined
(which is rare these days on ia64)  So, it appears we are missing
an #ifdef CONFIG_COMPAT somewhere in fs/quota.c.  I will leave that
up to the original author to determine where.


- Doug


-
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ