Re: [PATCH 1/2] Split i386 and x86_64 ptrace.h

From: David Woodhouse
Date: Wed Sep 13 2006 - 09:44:24 EST


On Tue, 2006-09-12 at 11:52 -0400, Jeff Dike wrote:
> The use of SEGMENT_RPL_MASK in the i386 ptrace.h introduced by
> x86-allow-a-kernel-to-not-be-in-ring-0.patch broke the UML build, as
> UML includes the underlying architecture's ptrace.h, but has no easy
> access to the x86 segment definitions.
>
> Rather than kludging around this, as in the past, this patch splits
> the userspace-usable parts, which are the bits that UML needs, of
> ptrace.h into ptrace-abi.h, which is included back into ptrace.h.
> Thus, there is no net effect on i386.
>
> As a side-effect, this creates a ptrace header which is close to being
> usable in /usr/include.

Yum. But you didn't add that new header to the Kbuild file so it doesn't
get exported. Please do so.

--
dwmw2

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/