From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Date: Sun, 20 Feb 2011 13:02:14 +0000 Subject: Re: [patch -next] x86, microcode, AMD: signedness bug in Message-Id: <20110220130214.GD25700@elte.hu> List-Id: References: <20110218091716.GA4384@bicker> In-Reply-To: <20110218091716.GA4384@bicker> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dan Carpenter , Andreas Herrmann , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Borislav Petkov , "maintainer:X86 ARCHITECTURE..." , "open list:AMD MICROCODE UPD..." , open list , kernel-janitors@vger.kernel.org * Dan Carpenter wrote: > install_equiv_cpu_table() returns type int. It uses negative error > codes so using an unsigned type breaks the error handling. How did you notice this btw - did GCC throw a warning? Thanks, Ingo