Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751197AbWBPB0x (ORCPT ); Wed, 15 Feb 2006 20:26:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751209AbWBPB0x (ORCPT ); Wed, 15 Feb 2006 20:26:53 -0500 Received: from outpipe-village-512-1.bc.nu ([81.2.110.250]:39563 "EHLO lxorguk.ukuu.org.uk") by vger.kernel.org with ESMTP id S1751197AbWBPB0w (ORCPT ); Wed, 15 Feb 2006 20:26:52 -0500 Subject: Re: [PATCH 2/2] strndup_user, convert (keyctl) From: Alan Cox To: Davi Arnaut Cc: torvalds@osdl.org, akpm@osdl.org, linux-kernel@vger.kernel.org In-Reply-To: <20060215182316.fadf8e71.davi.arnaut@gmail.com> References: <20060215182316.fadf8e71.davi.arnaut@gmail.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 16 Feb 2006 01:30:06 +0000 Message-Id: <1140053406.14831.45.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-2.fc4) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 586 Lines: 13 On Mer, 2006-02-15 at 18:23 -0300, Davi Arnaut wrote: > Convert security/keys/keyctl.c string duplication to strdup_user() Even if your implementation of strndup_user was correct this may break stuff in some obscure cases that worked before as you've changed the behaviour from PAGE_SIZE to 4096 and they are not the same on all platforms. - 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/