From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756506Ab2DEWbw (ORCPT ); Thu, 5 Apr 2012 18:31:52 -0400 Received: from mx11lb.world4you.com ([81.19.149.121]:49829 "EHLO mx11lb.world4you.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756446Ab2DEWbt (ORCPT ); Thu, 5 Apr 2012 18:31:49 -0400 X-Greylist: delayed 4529 seconds by postgrey-1.27 at vger.kernel.org; Thu, 05 Apr 2012 18:31:49 EDT Subject: Re: [PATCH] Use correct byte-sized register constraint in __xchg_op() From: Thomas Reitmayr To: Josh Boyer Cc: Jeremy Fitzhardinge , the arch/x86 maintainers , Linux Kernel Mailing List , leigh123linux@googlemail.com, Dave Jones In-Reply-To: References: <4F7A3315.501@goop.org> Content-Type: text/plain; charset="ISO-8859-1" Date: Thu, 05 Apr 2012 23:16:03 +0200 Message-ID: <1333660563.8861.3.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Transfer-Encoding: 7bit X-SA-Do-Not-Run: Yes X-AV-Do-Run: Yes X-SA-Exim-Connect-IP: 85.127.18.214 X-SA-Exim-Mail-From: treitmayr@devbase.at X-SA-Exim-Scanned: No (on mx11lb.world4you.com); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Josh, You are right, this bug also affects 3.3 and IMO should be fixed there, too! -Thomas Am Donnerstag, den 05.04.2012, 16:27 -0400 schrieb Josh Boyer: > On Tue, Apr 3, 2012 at 8:37 PM, Josh Boyer wrote: > > On Mon, Apr 2, 2012 at 7:15 PM, Jeremy Fitzhardinge wrote: > >> x86-64 can access the low half of any register, but i386 can only do > >> it with a subset of registers. 'r' causes compilation failures on i386, > >> but 'q' expresses the constraint properly. > >> > >> Signed-off-by: Jeremy Fitzhardinge > >> Reported-by: Leigh Scott > >> Tested-by: Thomas Reitmayr > > > > This should be CC'd to stable, given the bug shows up in 3.3, right? > > Er.. this patch seems to have been lost in limbo. Is anyone following > up on it? > > josh >