Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261844AbTHYQzr (ORCPT ); Mon, 25 Aug 2003 12:55:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261893AbTHYQzr (ORCPT ); Mon, 25 Aug 2003 12:55:47 -0400 Received: from fw.osdl.org ([65.172.181.6]:22505 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S261844AbTHYQzo (ORCPT ); Mon, 25 Aug 2003 12:55:44 -0400 Date: Mon, 25 Aug 2003 09:50:55 -0700 From: "Randy.Dunlap" To: Arnd Bergmann Cc: jmorris@redhat.com, linux-kernel@vger.kernel.org Subject: Re: selinux build failure Message-Id: <20030825095055.7d73b93b.rddunlap@osdl.org> In-Reply-To: <200308250006.h7P06Ax0022635@post.webmailer.de> References: <200308250006.h7P06Ax0022635@post.webmailer.de> Organization: OSDL X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i686-pc-linux-gnu) X-Face: +5V?h'hZQPB9kW Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1393 Lines: 32 On Sun, 24 Aug 2003 02:21:08 +0200 Arnd Bergmann wrote: | James Morris wrote: | | > On Sun, 24 Aug 2003, Christoph Hellwig wrote: | > | >> Argg, this is b0rked. {asm,linux}/compat.h are for the 32bit compatiblity | >> code. 64bit arches don't have fcntl64 - see the #if BITS_PER_LONG == 32 | >> around sys_fcntl64 in fcntl.c.. | > | > Indeed. How about this? Yes, the second patch fixes for me also. [2.6.0-test4 now] I also see the warnings below. | security/selinux/hooks.c: In function `selinux_bprm_set_security': | security/selinux/hooks.c:1384: warning: cast to pointer from integer of different size | security/selinux/hooks.c:1430: warning: cast to pointer from integer of different size | security/selinux/hooks.c: In function `selinux_bprm_compute_creds': | security/selinux/hooks.c:1520: warning: cast from pointer to integer of different size | security/selinux/hooks.c: In function `selinux_getprocattr': | security/selinux/hooks.c:3147: warning: passing arg 3 of `security_sid_to_context' from incompatible pointer type Thanks. -- ~Randy [mantra: Always include kernel version.] "Everything is relative." - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/