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, 8 Aug 2011 01:54:39 -0700 (PDT)
From:	Christian Kujau <lists@...dbynature.de>
To:	jeremy.fitzhardinge@...rix.com, konrad.wilk@...cle.com
cc:	LKML <linux-kernel@...r.kernel.org>
Subject: redefinition of typedef '__guest_handle_uint64_t'

Hi,

when trying to compile xen/next-3.0 from Jeremy's tree, this happens:

---------------------------------------------------
/usr/local/src/linux-xen-next-3-git/arch/x86/kernel/asm-offsets.c:8:
/usr/local/src/linux-xen-next-3-git/include/xen/interface/xen.h:527:1: 
error: redefinition of typedef '__guest_handle_uint64_t'
/usr/local/src/linux-xen-next-3-git/arch/x86/include/asm/xen/interface.h:58:1: 
note: previous declaration of '__guest_handle_uint64_t' was here
---------------------------------------------------

The .config is here: http://nerdbynature.de/bits/3.0-rc7/
The following makes it compile again, but it may not be the Right Thing 
to do:

diff --git a/include/xen/interface/xen.h b/include/xen/interface/xen.h
index 3c072c8..5a91c66 100644
--- a/include/xen/interface/xen.h
+++ b/include/xen/interface/xen.h
@@ -524,8 +524,6 @@ struct tmem_op {
 	} u;
 };
 
-DEFINE_GUEST_HANDLE(uint64_t);
-
 #else /* __ASSEMBLY__ */
 
 /* In assembly code we cannot use C numeric constant suffixes. */


Thanks,
Christian.
-- 
BOFH excuse #100:

IRQ dropout
--
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