All of lore.kernel.org
 help / color / mirror / Atom feed
From: "H. Peter Anvin" <hpa@zytor.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: David Howells <dhowells@redhat.com>,
	Arnd Bergmann <arnd@arndb.de>, Dave Jones <davej@redhat.com>,
	Ingo Molnar <mingo@elte.hu>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Michael Kerrisk <mtk.manpages@gmail.com>,
	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [GIT PULL] x86/uapi for 3.8
Date: Fri, 14 Dec 2012 20:25:16 -0800	[thread overview]
Message-ID: <50CBFBAC.3040001@zytor.com> (raw)
In-Reply-To: <CA+55aFw34Nwi_aNjN-jm4SHkvT5659_aNVVmvARTCg5=9K0cZg@mail.gmail.com>

On 12/14/2012 05:16 PM, Linus Torvalds wrote:
> On Fri, Dec 14, 2012 at 3:45 PM, David Howells <dhowells@redhat.com> wrote:
>> Linus Torvalds <torvalds@linux-foundation.org> wrote:
>>
>>> Yeah, I think I have most of the x86 stuff merged now (just merged the
>>> EFI and ACPI trees), and at this point it might be worth regenerating
>>> it and getting this over and done with.
>>
>> Okay, regenerated and pushed.
> 
> Ugh. This doesn't seem to work for me at all. It causes infinite
> scrolling of some text that I have no idea about.
> 
> I started bisecting (because I thought it might be something else and
> I hadn't booted after every pull), but by now the only thing I have
> left is ARM and a couple of tiny OF patches .. and the x86 UAPI split.
> 
> The split *should* have been safe, since it's mostly a "compile or
> not" thing like Peter said, but we had similar problems on other
> architectures, when things compiled but didn't actually work due to
> missing #define's and #ifdef handling. Things like
> architecture-specific macros that have default versions available when
> the macro is missing etc.
> 
> Now, maybe it's some of the other remaining commits after all, but
> from where I am in the bisection it really looks like the uapi patch
> is the most likely culprit. So I thought I'd let people know...
> 

Hmmm... I can't reproduce your failure.  Could you send me your config
and a hint about what hardware you're seeing this on?  That might help
chase this down.

Macs in particular are EFI machines, except they hide OF snippets inside
ACPI (I kid you not.)  All of that creates interesting cross-dependencies.

	-hpa



      parent reply	other threads:[~2012-12-15  4:26 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-12 22:11 [GIT PULL] x86/uapi for 3.8 H. Peter Anvin
2012-12-12 23:48 ` David Howells
2012-12-14 18:25   ` Linus Torvalds
2012-12-14 23:45     ` David Howells
2012-12-15  1:16       ` Linus Torvalds
2012-12-15  1:41         ` Linus Torvalds
2012-12-15  1:47           ` Linus Torvalds
2012-12-15 16:33             ` Markus Trippelsdorf
2012-12-15 16:35               ` Markus Trippelsdorf
2012-12-16 12:43                 ` Matt Fleming
2012-12-16 13:25                   ` Markus Trippelsdorf
2012-12-16 14:54                     ` Matt Fleming
2012-12-16 20:12                       ` Linus Torvalds
2012-12-16 22:07                         ` Linus Torvalds
2012-12-16 22:25                           ` H. Peter Anvin
2012-12-16 22:40                           ` Matt Fleming
2012-12-16 22:52                             ` Linus Torvalds
2012-12-16 23:49                           ` Markus Trippelsdorf
2012-12-15 18:35               ` Linus Torvalds
2012-12-15 19:41                 ` H. Peter Anvin
2012-12-15 19:58                   ` Linus Torvalds
2012-12-15 20:06                     ` Markus Trippelsdorf
2012-12-15 21:04                     ` Markus Trippelsdorf
2012-12-15 21:06                       ` Linus Torvalds
2012-12-15 21:36                         ` H. Peter Anvin
2012-12-15 22:05                         ` Yinghai Lu
2012-12-15 23:37                           ` Linus Torvalds
2012-12-15 23:46                             ` H. Peter Anvin
2012-12-16 12:46                             ` Matt Fleming
2012-12-15 21:37                     ` Dave Jones
2012-12-15 23:47                       ` H. Peter Anvin
2012-12-17  9:04                 ` Jan Beulich
2012-12-17 15:44                   ` Linus Torvalds
2012-12-17 16:00                     ` Jan Beulich
2012-12-17 16:39                       ` H. Peter Anvin
2012-12-17 17:03                         ` Jan Beulich
2012-12-17 17:15                           ` H. Peter Anvin
2012-12-18  8:02                             ` Jan Beulich
2012-12-15  4:25         ` H. Peter Anvin [this message]

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=50CBFBAC.3040001@zytor.com \
    --to=hpa@zytor.com \
    --cc=arnd@arndb.de \
    --cc=davej@redhat.com \
    --cc=dhowells@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=mtk.manpages@gmail.com \
    --cc=paulmck@linux.vnet.ibm.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.