All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cyrill Gorcunov <gorcunov@gmail.com>
To: Ingo Molnar <mingo@elte.hu>, "H. Peter Anvin" <hpa@zytor.com>,
	David Woodhouse <dwmw2@infradead.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH] x86: vm86 - hide X86_VM_MASK from userland programs v2
Date: Tue, 29 Apr 2008 19:43:30 +0400	[thread overview]
Message-ID: <20080429154330.GC6837@cvg> (raw)
In-Reply-To: <20080429152947.GB6837@cvg>

[Cyrill Gorcunov - Tue, Apr 29, 2008 at 07:29:47PM +0400]
| [Ingo Molnar - Mon, Apr 28, 2008 at 09:20:39PM +0200]
| | 
| | Cyrill,
| | 
| | randconfig testing in x86.git found a build bug and i bisected it to 
| | your patch - output is below. Config attached. Looks like some config 
| | file dependency hell problem? The dependencies there definitely need a 
| | good look and a handful of cleanups as well.
| | 
| | 	Ingo
| | 
| | --------------------->
| | In file included from include/asm/vm86.h:139,
| |                  from include/asm/processor.h:11,
| |                  from include/asm/atomic_32.h:6,
| |                  from include/asm/atomic.h:3,
| |                  from include/linux/crypto.h:21,
| |                  from arch/x86/kernel/asm-offsets_32.c:8,
| |                  from arch/x86/kernel/asm-offsets.c:3:
| | include/asm/ptrace.h: In function 'user_mode_vm':
| | include/asm/ptrace.h:207: error: 'X86_VM_MASK' undeclared (first use in this function)
| | include/asm/ptrace.h:207: error: (Each undeclared identifier is reported only once
| | include/asm/ptrace.h:207: error: for each function it appears in.)
| | include/asm/ptrace.h: In function 'v8086_mode':
| | include/asm/ptrace.h:217: error: 'X86_VM_MASK' undeclared (first use in this function)
| 
| Argh! Ingo, it seems that the real problem was introdused by
| 
| commit 8fc37f2c474b8ea61186fd77193324845432447b
| Author: Thomas Gleixner <tglx@linutronix.de>
| Date:   Tue Oct 23 22:37:24 2007 +0200
| 
|     x86: merge ptrace_32/64.h
|         
| Signed-off-by: Ingo Molnar <mingo@elte.hu>
| Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
| 
| with this patch we have <asm/vm86.h> included only
| if __i386__ defined *BUT* X86_VM_MASK is tried to be
| used *without* __386__ being checked (as example - ptrace.h:user_mode_vm).
| I'm not sure how to properly hanle this situation. But will take a look.
| 
| So I suggest you drop my last patch (which moves X86_VM_MASK
| into __KERNEL__ section) for a while. I'll recheck all
| this stuff later (too busy now).
| 
| 		- Cyrill -

Thomas, could you take a look please - is my suspicious wrong?

		- Cyrill -

  reply	other threads:[~2008-04-29 15:44 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-24 14:41 [PATCH] x86: vm86 - hide X86_VM_MASK from userland programs v2 Cyrill Gorcunov
2008-04-24 18:06 ` H. Peter Anvin
2008-04-28 18:23   ` Ingo Molnar
2008-04-28 19:20     ` Ingo Molnar
2008-04-29 13:36       ` Cyrill Gorcunov
2008-04-29 15:29       ` Cyrill Gorcunov
2008-04-29 15:43         ` Cyrill Gorcunov [this message]
2008-04-29 15:46           ` H. Peter Anvin
2008-04-29 16:01             ` Cyrill Gorcunov
2008-04-29 16:08               ` Cyrill Gorcunov
2008-04-29 17:44             ` Cyrill Gorcunov

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=20080429154330.GC6837@cvg \
    --to=gorcunov@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=tglx@linutronix.de \
    /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.