public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug tapsets/16555] New: on rawhide, we're getting errors in the task.stp tapset
@ 2014-02-11 15:10 dsmith at redhat dot com
  2014-02-11 15:14 ` [Bug tapsets/16555] " dsmith at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: dsmith at redhat dot com @ 2014-02-11 15:10 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=16555

            Bug ID: 16555
           Summary: on rawhide, we're getting errors in the task.stp
                    tapset
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
          Assignee: systemtap at sourceware dot org
          Reporter: dsmith at redhat dot com

We're getting errors in the task.stp tapset (which are unfortunately masked by
builok.exp):

# stap -vp4 ../src/testsuite/buildok/task-embedded.stp 
Pass 1: parsed user script and 101 library script(s) using
210536virt/28044res/2924shr/25620data kb, in 180usr/30sys/217real ms.
Pass 2: analyzed script: 1 probe(s), 25 function(s), 1 embed(s), 0 global(s)
using 357172virt/31212res/4052shr/27396data kb, in 1020usr/620sys/1703real ms.
Pass 3: translated to C into
"/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c" using
357172virt/31460res/4300shr/27396data kb, in 10usr/0sys/2real ms.
/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c: In function
‘function_task_egid’:
/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c:1068:19:
error: incompatible types when assigning to type ‘int64_t’ from type ‘kgid_t’
     STAP_RETVALUE = task_egid (t);
                   ^
/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c: In function
‘function_task_euid’:
/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c:1112:19:
error: incompatible types when assigning to type ‘int64_t’ from type ‘kuid_t’
     STAP_RETVALUE = task_euid (t);
                   ^
/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c: In function
‘function_task_gid’:
/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c:1214:19:
error: incompatible types when assigning to type ‘int64_t’ from type ‘kgid_t’
     STAP_RETVALUE = task_gid (t);
                   ^
/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c: In function
‘function_task_uid’:
/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.c:1628:19:
error: incompatible types when assigning to type ‘int64_t’ from type ‘kuid_t’
     STAP_RETVALUE = task_uid (t);
                   ^
make[1]: ***
[/tmp/stap3fopDv/stap_baa033f011836befd470d85f53b241db_10845_src.o] Error 1
make: *** [_module_/tmp/stap3fopDv] Error 2
WARNING: kbuild exited with status: 2
Pass 4: compiled C into "stap_baa033f011836befd470d85f53b241db_10845.ko" in
8130usr/1680sys/10133real ms.
Pass 4: compilation failed.  [man error::pass4]
====

These errors are all because uids/gids are no longer simple types.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug tapsets/16555] on rawhide, we're getting errors in the task.stp tapset
  2014-02-11 15:10 [Bug tapsets/16555] New: on rawhide, we're getting errors in the task.stp tapset dsmith at redhat dot com
@ 2014-02-11 15:14 ` dsmith at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: dsmith at redhat dot com @ 2014-02-11 15:14 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=16555

David Smith <dsmith at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from David Smith <dsmith at redhat dot com> ---
Fixed by adding CONFIG_USER_NS support in commit 0d135d7.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-11 15:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-11 15:10 [Bug tapsets/16555] New: on rawhide, we're getting errors in the task.stp tapset dsmith at redhat dot com
2014-02-11 15:14 ` [Bug tapsets/16555] " dsmith at redhat dot com

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 read-only IMAP folder(s) and NNTP newsgroup(s).