From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756587Ab0JKVrG (ORCPT ); Mon, 11 Oct 2010 17:47:06 -0400 Received: from cantor2.suse.de ([195.135.220.15]:60678 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756431Ab0JKVrE (ORCPT ); Mon, 11 Oct 2010 17:47:04 -0400 Message-ID: <4CB385C8.7010109@suse.cz> Date: Mon, 11 Oct 2010 23:46:48 +0200 From: Michal Marek User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.1.11) Gecko/20100714 SUSE/3.0.6 Thunderbird/3.0.6 MIME-Version: 1.0 To: Catalin Marinas Cc: linux-kbuild@vger.kernel.org, sfr@canb.auug.org.au, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, lacombar@gmail.com, xiyou.wangcong@gmail.com Subject: Re: [PATCH] kconfig: Temporarily disable dependency warnings References: <20101008150343.GF4088@hack> <1286660701-31557-1-git-send-email-mmarek@suse.cz> <1286810580.19739.108.camel@e102109-lin.cambridge.arm.com> In-Reply-To: <1286810580.19739.108.camel@e102109-lin.cambridge.arm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11.10.2010 17:23, Catalin Marinas wrote: > On Sat, 2010-10-09 at 22:45 +0100, Michal Marek wrote: >> After fixing a use-after-free bug in kconfig, a 'make defconfig' or >> 'make allmodconfig' fills the screen with warnings that were not >> detected before. Given that we are close to the release now, disable the >> warnings temporarily and deal with them after 2.6.36. >> >> Signed-off-by: Michal Marek > > Acked-by: Catalin Marinas Thanks, but I already pushed it on Saturday. The good news is that Linus did pull from me, so 2.6.36 will have this. Michal