Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751884AbWCGXFu (ORCPT ); Tue, 7 Mar 2006 18:05:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751888AbWCGXFu (ORCPT ); Tue, 7 Mar 2006 18:05:50 -0500 Received: from smtp.osdl.org ([65.172.181.4]:50650 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1751884AbWCGXFu (ORCPT ); Tue, 7 Mar 2006 18:05:50 -0500 Date: Tue, 7 Mar 2006 15:04:22 -0800 From: Andrew Morton To: Latchesar Ionkov Cc: davej@redhat.com, linux-kernel@vger.kernel.org, v9fs-developer@lists.sourceforge.net Subject: Re: [PATCH] v9fs: fix for access to unitialized variables or freed memory Message-Id: <20060307150422.084f3863.akpm@osdl.org> In-Reply-To: <20060307124304.GA15195@ionkov.net> References: <20060306070456.GA16478@redhat.com> <20060307124304.GA15195@ionkov.net> X-Mailer: Sylpheed version 1.0.0 (GTK+ 1.2.10; i386-vine-linux-gnu) 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: 846 Lines: 22 Latchesar Ionkov wrote: > > Miscellaneous fixes related to accessing uninitialized variables or memory > that was already freed. That part of your patch is applicable to (and needed in) 2.6.16. (Please confirm). > Adds function declarations missed in > v9fs-print-9p-messages.patch. And that part is only applicable to a patch which is queued for 2.6.17. Hence I split your patch into two patches. The latter one will be folded into v9fs-print-9p-messages-fix before I send it off to Linus. The general rule is "one concept per patch", please. This patch had two. - 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/