[Bug translator/16960] today's fresh bits do not work correctly on RHEL6
dsmith at redhat dot com
sourceware-bugzilla@sourceware.org
Wed May 21 18:22:00 GMT 2014
https://sourceware.org/bugzilla/show_bug.cgi?id=16960
David Smith <dsmith at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dsmith at redhat dot com
--- Comment #1 from David Smith <dsmith at redhat dot com> ---
I believe this is related to the following commit:
==================
commit b50e1cd22c61f8f3b32b249a203a1f053ef0fe4c
Author: Frank Ch. Eigler <fche@redhat.com>
Date: Sat May 17 16:15:01 2014 -0400
linux/runtime.h: more CONFIG_USER_NS fallout
Partially unrolling commit 7d35a948401, because on modern kernels
(3.14+), the from_k?id_munged functions are defined as inlines, and
should be used regardless of CONFIG_USER_NS etc. The buildrun.cxx
exportedness test for from_kuid_munged would fail, triggering our
runtime to use a do-nothing macro instead.
Until a more programmatic way is found for those unidentified older
kernels that have CONFIG_USER_NS but no from_k?id_munged inlines,
for now a user will have to work around the build problem with
% stap -DSTAP_FAKE_KID_MUNGED
===================
I'm working on a fix.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list