linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: "Kirill A. Shutemov" <kirill@shutemov.name>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-kernel@vger.kernel.org, "H. Peter Anvin" <hpa@zytor.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [GIT PULL] x86/build change for v3.6
Date: Sun, 22 Jul 2012 16:22:04 +0200	[thread overview]
Message-ID: <20120722142204.GA9085@gmail.com> (raw)
In-Reply-To: <20120722135807.GA17513@shutemov.name>


* Kirill A. Shutemov <kirill@shutemov.name> wrote:

> On Sun, Jul 22, 2012 at 03:44:51PM +0200, Ingo Molnar wrote:
> > Linus,
> > 
> > Please pull the latest x86-build-for-linus git tree from:
> > 
> >    git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-build-for-linus
> > 
> >    HEAD: d9b0cde91c60da0ed5f92cdc3ac878142e6b5f27 x86-64, gcc: Use -mpreferred-stack-boundary=3 if supported
> > 
> >  Thanks,
> > 
> > 	Ingo
> > 
> > ------------------>
> > H.J. Lu (1):
> >       x86-64, gcc: Use -mpreferred-stack-boundary=3 if supported
> > 
> > 
> >  arch/x86/Makefile |    3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/arch/x86/Makefile b/arch/x86/Makefile
> > index 1f25214..b0c5276 100644
> > --- a/arch/x86/Makefile
> > +++ b/arch/x86/Makefile
> > @@ -49,6 +49,9 @@ else
> >          KBUILD_AFLAGS += -m64
> >          KBUILD_CFLAGS += -m64
> >  
> > +	# Use -mpreferred-stack-boundary=3 if supported.
> > +	KBUILD_CFLAGS += $(call cc-option,-mno-sse -mpreferred-stack-boundary=3)
> > +
> 
> Broken indent?

No, the reason for the odd looking diff is that lots of lines in 
arch/x86/Makefile have 8-space tabs for histerical reasons but 
new code (such as this one) has proper tabs.

Wanna send a (tested) cleanup patch to make it all look tidy?

Thanks,

	Ingo

  reply	other threads:[~2012-07-22 14:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-22 13:44 [GIT PULL] x86/build change for v3.6 Ingo Molnar
2012-07-22 13:58 ` Kirill A. Shutemov
2012-07-22 14:22   ` Ingo Molnar [this message]
2012-07-23  9:35     ` Kirill A. Shutemov
2012-07-25 20:15     ` Sam Ravnborg
2012-07-25 20:18       ` H. Peter Anvin
2012-07-26  6:55       ` Ingo Molnar
2012-07-29 20:42         ` Sam Ravnborg

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=20120722142204.GA9085@gmail.com \
    --to=mingo@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=hpa@zytor.com \
    --cc=kirill@shutemov.name \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.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).