From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755520Ab2DDAhZ (ORCPT ); Tue, 3 Apr 2012 20:37:25 -0400 Received: from mail-qc0-f174.google.com ([209.85.216.174]:44855 "EHLO mail-qc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754026Ab2DDAhY convert rfc822-to-8bit (ORCPT ); Tue, 3 Apr 2012 20:37:24 -0400 MIME-Version: 1.0 In-Reply-To: <4F7A3315.501@goop.org> References: <4F7A3315.501@goop.org> Date: Tue, 3 Apr 2012 20:37:23 -0400 Message-ID: Subject: Re: [PATCH] Use correct byte-sized register constraint in __xchg_op() From: Josh Boyer To: Jeremy Fitzhardinge Cc: "the arch/x86 maintainers" , Linux Kernel Mailing List , Thomas Reitmayr , leigh123linux@googlemail.com, Dave Jones Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? josh