From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261335AbVGGXNK (ORCPT ); Thu, 7 Jul 2005 19:13:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261476AbVGGXNK (ORCPT ); Thu, 7 Jul 2005 19:13:10 -0400 Received: from e3.ny.us.ibm.com ([32.97.182.143]:35290 "EHLO e3.ny.us.ibm.com") by vger.kernel.org with ESMTP id S261335AbVGGXNI (ORCPT ); Thu, 7 Jul 2005 19:13:08 -0400 Date: Thu, 7 Jul 2005 18:12:21 -0500 From: serue@us.ibm.com To: Greg KH Cc: serge@hallyn.com, serue@us.ibm.com, James Morris , Tony Jones , lkml , Chris Wright , Stephen Smalley , Andrew Morton , Michael Halcrow , David Safford , Reiner Sailer , Gerrit Huizenga Subject: Re: [PATCH] securityfs Message-ID: <20050707231221.GC27099@serge.austin.ibm.com> References: <20050703182505.GA29491@immunix.com> <20050703204423.GA17418@kroah.com> <20050706220835.GA32005@serge.austin.ibm.com> <20050706222237.GB6696@kroah.com> <20050707173035.GA10503@vino.hallyn.com> <20050707174852.GA19609@kroah.com> <20050707182720.GA26431@serge.austin.ibm.com> <20050707224604.GA13117@vino.hallyn.com> <20050707230609.GA851@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050707230609.GA851@kroah.com> User-Agent: Mutt/1.5.8i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Quoting Greg KH (greg@kroah.com): > On Thu, Jul 07, 2005 at 05:46:04PM -0500, serge@hallyn.com wrote: > > > > With the obvious fix, that does in fact work (patch appended). > > Good. > > > The __simple_attr_check_format problem remains however. I assume we > > don't really want to just take it out, though, like this patch does? > > No we do not. > > > The error I get without the fs.h patch is: > > > > security/seclvl.c: In function `seclvl_file_ops_open': > > security/seclvl.c:186: warning: int format, different type arg (arg 2) > > Care to work to try to fix it up? Yes I do, thanks :) -serge