From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH] poll/select: initialize triggered field of struct poll_wqueues Date: Sun, 16 Aug 2009 10:37:11 +0900 Message-ID: <4A8762C7.7030505@kernel.org> References: <20090815193024.121926e6@xilun.lan.proformatique.com> <4A875874.20401@kernel.org> <20090815181559.d73f0da6.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Guillaume Knispel , linux-kernel@vger.kernel.org, Miklos Szeredi , Linus Torvalds , Alexander Viro , Arjan van de Ven , Heiko Carstens , Thomas Gleixner , linux-fsdevel@vger.kernel.org, stable@kernel.org To: Andrew Morton Return-path: Received: from hera.kernel.org ([140.211.167.34]:35806 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752202AbZHPBhf (ORCPT ); Sat, 15 Aug 2009 21:37:35 -0400 In-Reply-To: <20090815181559.d73f0da6.akpm@linux-foundation.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hello, Andrew Morton wrote: > OK, thanks. > > 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. Yes, I was thinking about putting this for -stable too. It's not critical but still. Thanks. -- tejun