linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Jan Beulich <JBeulich@novell.com>
Cc: akpm@linux-foundation.org, torvalds@osdl.org,
	David Howells <dhowells@redhat.com>,
	Alexander van Heukelum <heukelum@fastmail.fm>,
	"H. Peter Anvin" <hpa@linux.intel.com>,
	linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Partially revert patch that encloses asm-offset.h numbers in brackets
Date: Mon, 25 Oct 2010 16:43:03 +0200	[thread overview]
Message-ID: <20101025144303.GB13310@elte.hu> (raw)
In-Reply-To: <4CC5B1A1020000780001EF7C@vpn.id2.novell.com>


* Jan Beulich <JBeulich@novell.com> wrote:

> >>> On 25.10.10 at 16:02, David Howells <dhowells@redhat.com> wrote:
> > Partially revert patch:
> > 
> > 	commit 3234282f33b29d349bcada40204fc7c8fda7fe72
> > 	Author: Jan Beulich <JBeulich@novell.com>
> > 	Date:   Tue Oct 19 14:52:26 2010 +0100
> > 	x86, asm: Fix CFI macro invocations to deal with shortcomings in gas
> 
> No, that's not going to work for x86. You're removing the parentheses again, which 
> were added intentionally.

But that's not a valid argument - MN10300 worked before and we broke it => that's a 
regression.

> > This breaks MN10300 arch as this changes many instances of instructions similar 
> > to the following:
> > 
> > 	MOV	number,D0
> > 
> > which represents an immediate value load into:
> > 
> > 	MOV	(number),D0
> > 
> > which the assembler then interprets as a load from absolute address.
> > 
> > arch/mn10300/kernel/entry.S:64: Error: Invalid opcode/operands
> > arch/mn10300/kernel/entry.S:65: Error: junk at end of line, first 
> > unrecognized character is `0'
> > arch/mn10300/kernel/entry.S:74: Error: Invalid opcode/operands
> > arch/mn10300/kernel/entry.S:74: Error: junk at end of line, first 
> > unrecognized character is `1'
> > arch/mn10300/kernel/entry.S:75: Error: Invalid opcode/operands
> > arch/mn10300/kernel/entry.S:76: Error: junk at end of line, first 
> > unrecognized character is `0'
> 
> Isn't this a gas bug then? Anywhere you use a plain number you should also be 
> permitted to use an expression.

This argument is not valid either - we added this change to fix a GAS bug to begin 
with ...

> >  	"/^->/{s:->#\(.*\):/* \1 */:; \
> > -	s:^->\([^ ]*\) [\$$#]*\([-0-9]*\) \(.*\):#define \1 (\2) /* \3 */:; \
> > +	s:^->\([^ ]*\) [\$$#]*\([-0-9]*\) \(.*\):#define \1 \2 /* \3 */:; \
> 
> This basically gets us back to the way things were before, thus
> reverting to the state we had before the patch that changed this.

Correct - we should apply David's partial revert and then we'll need to solve our 
x86 quirk differently: for example by using a x86 and broken-GAS specific quirk.

Thanks,

	Ingo

  reply	other threads:[~2010-10-25 14:43 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-25 14:02 [PATCH] Partially revert patch that encloses asm-offset.h numbers in brackets David Howells
2010-10-25 14:34 ` Jan Beulich
2010-10-25 14:43   ` Ingo Molnar [this message]
2010-10-25 14:54 ` David Howells
2010-10-25 15:05   ` Jan Beulich
2010-10-25 15:17     ` Linus Torvalds
2010-10-25 15:29       ` Jan Beulich
2010-10-25 15:50       ` H. Peter Anvin
2010-10-25 16:16         ` Linus Torvalds
2010-10-25 16:37           ` H. Peter Anvin
2010-10-26 10:53             ` Maciej W. Rozycki
2010-10-26 16:33               ` H. Peter Anvin
2010-10-26 17:34                 ` Maciej W. Rozycki
2010-10-25 15:59       ` David Howells
2010-10-25 17:51         ` H. Peter Anvin
2010-10-31 15:29     ` Alexander van Heukelum
2010-11-02  8:30       ` Ming Lei
2010-11-02 10:19         ` Alexander van Heukelum

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101025144303.GB13310@elte.hu \
    --to=mingo@elte.hu \
    --cc=JBeulich@novell.com \
    --cc=akpm@linux-foundation.org \
    --cc=dhowells@redhat.com \
    --cc=heukelum@fastmail.fm \
    --cc=hpa@linux.intel.com \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).