From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933172Ab1ANTNd (ORCPT ); Fri, 14 Jan 2011 14:13:33 -0500 Received: from mga02.intel.com ([134.134.136.20]:47555 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752362Ab1ANTNc (ORCPT ); Fri, 14 Jan 2011 14:13:32 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.60,323,1291622400"; d="scan'208";a="593099519" Message-ID: <4D30A05B.9050602@linux.intel.com> Date: Fri, 14 Jan 2011 11:13:31 -0800 From: Arjan van de Ven User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: Jack Stone CC: Viresh Kumar , linux-kernel@vger.kernel.org Subject: Re: [PATCH resend] kernel/async.c: fixing compilation warnings References: <1295005980-12297-1-git-send-email-viresh.kumar@st.com> <4D304BE6.9070200@fastmail.fm> <4D306B4D.2080909@linux.intel.com> <4D309851.4020503@fastmail.fm> In-Reply-To: <4D309851.4020503@fastmail.fm> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/14/2011 10:39 AM, Jack Stone wrote: > On 14/01/2011 15:27, Arjan van de Ven wrote: >> On 1/14/2011 5:13 AM, Jack Stone wrote: >>> rning: ‘calltime.tv64’ may be used uninitialized in this function >> which is clearly a.. gcc funny to be honest. it's a false positive by >> any stretch. >> > Agreed. Who should merge this? should it be? traditionally we have shied away for workarounds for false positives from gcc.....