Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263577AbUDURwO (ORCPT ); Wed, 21 Apr 2004 13:52:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263580AbUDURwO (ORCPT ); Wed, 21 Apr 2004 13:52:14 -0400 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:61577 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S263577AbUDURwM (ORCPT ); Wed, 21 Apr 2004 13:52:12 -0400 Message-ID: <4086B4B7.4080008@pobox.com> Date: Wed, 21 Apr 2004 13:51:51 -0400 From: Jeff Garzik User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sam Hopkins CC: linux-kernel@vger.kernel.org Subject: Re: AoE inclusion into 2.4.x References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 876 Lines: 26 Sam Hopkins wrote: > Greetings, > > I would like to offer our driver for inclusion into the 2.4 kernel. > Marcelo suggested (strongly) that I make this request officially > to the list. > > The driver code is available from: > > http://www.coraid.com/support/aoe-1.6.tar > > I'm now going to cheat and copy our prior correspondence. Please CC me > on any comments / questions as I'm not a lkml subscriber. Overall it seems reasonably clean, though the following combination seems a bit silly: if(access_ok(VERIFY_WRITE, arg, sizeof(long))) if(!copy_to_user((long *) arg, &d->disk.ssize, sizeof (long))) - 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/