From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753329AbZHPBld (ORCPT ); Sat, 15 Aug 2009 21:41:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752586AbZHPBld (ORCPT ); Sat, 15 Aug 2009 21:41:33 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:57906 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750803AbZHPBlc (ORCPT ); Sat, 15 Aug 2009 21:41:32 -0400 Date: Sat, 15 Aug 2009 18:39:57 -0700 (PDT) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Andrew Morton cc: Tejun Heo , Guillaume Knispel , linux-kernel@vger.kernel.org, Miklos Szeredi , Alexander Viro , Arjan van de Ven , Heiko Carstens , Thomas Gleixner , linux-fsdevel@vger.kernel.org, stable@kernel.org Subject: Re: [PATCH] poll/select: initialize triggered field of struct poll_wqueues In-Reply-To: <20090815181559.d73f0da6.akpm@linux-foundation.org> Message-ID: References: <20090815193024.121926e6@xilun.lan.proformatique.com> <4A875874.20401@kernel.org> <20090815181559.d73f0da6.akpm@linux-foundation.org> User-Agent: Alpine 2.01 (LFD 1184 2008-12-16) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 15 Aug 2009, Andrew Morton wrote: > > I tagged this for -stable backporting. That isn't strictly needed, as > there's no particular harm caused here. But using an uninitialised > variable in the core poll/select code is pretty gross. Hmm. I committed it when Tejun's ack came in, but I didn't tag it for stable. Oh well. Linus