public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug runtime/20003] New: sample pfiles.stp needs to be ported to newer RHEL6 kernels
@ 2016-04-26 18:46 fche at redhat dot com
  2016-04-28 21:33 ` [Bug runtime/20003] " dsmith at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: fche at redhat dot com @ 2016-04-26 18:46 UTC (permalink / raw)
  To: systemtap

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

            Bug ID: 20003
           Summary: sample pfiles.stp needs to be ported to newer RHEL6
                    kernels
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
          Assignee: systemtap at sourceware dot org
          Reporter: fche at redhat dot com
  Target Milestone: ---

The embedded-C code in pfiles.stp does not play well with recent RHEL6 kernels,
and results in pass-4 failures.

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

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

* [Bug runtime/20003] sample pfiles.stp needs to be ported to newer RHEL6 kernels
  2016-04-26 18:46 [Bug runtime/20003] New: sample pfiles.stp needs to be ported to newer RHEL6 kernels fche at redhat dot com
@ 2016-04-28 21:33 ` dsmith at redhat dot com
  2016-04-29 13:18 ` dsmith at redhat dot com
  2016-04-29 13:33 ` fche at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: dsmith at redhat dot com @ 2016-04-28 21:33 UTC (permalink / raw)
  To: systemtap

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

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've tried pfiles.stp on the following kernels without any problems:

kernel-2.6.32-573.el6.ppc64
kernel-2.6.32-621.el6.ppc64

What kernel/arch did you see the problem on?

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

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

* [Bug runtime/20003] sample pfiles.stp needs to be ported to newer RHEL6 kernels
  2016-04-26 18:46 [Bug runtime/20003] New: sample pfiles.stp needs to be ported to newer RHEL6 kernels fche at redhat dot com
  2016-04-28 21:33 ` [Bug runtime/20003] " dsmith at redhat dot com
@ 2016-04-29 13:18 ` dsmith at redhat dot com
  2016-04-29 13:33 ` fche at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: dsmith at redhat dot com @ 2016-04-29 13:18 UTC (permalink / raw)
  To: systemtap

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

David Smith <dsmith at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING

--- Comment #2 from David Smith <dsmith at redhat dot com> ---
I've now tried this on 2.6.32-573.el6.x86_64 with no issues. I'm going to need
an exact kernel version where you saw the failures to be able to track this one
down.

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

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

* [Bug runtime/20003] sample pfiles.stp needs to be ported to newer RHEL6 kernels
  2016-04-26 18:46 [Bug runtime/20003] New: sample pfiles.stp needs to be ported to newer RHEL6 kernels fche at redhat dot com
  2016-04-28 21:33 ` [Bug runtime/20003] " dsmith at redhat dot com
  2016-04-29 13:18 ` dsmith at redhat dot com
@ 2016-04-29 13:33 ` fche at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fche at redhat dot com @ 2016-04-29 13:33 UTC (permalink / raw)
  To: systemtap

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

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #3 from Frank Ch. Eigler <fche at redhat dot com> ---
For stap 2.7 as distributed with rhel6.7ish:

% uname -a
Linux vm-rhel6-64 2.6.32-573.18.1.el6.x86_64
% stap -V
Systemtap translator/driver (version 2.7/0.161, rpm 2.7-2.el6)
% stap -g -p4 /usr/share/doc/systemtap*/examples/*/pfiles.stp
/tmp/stapiq8Ah3/stap_7dd3812a1ae30d3eab6b201d47112f4f_69909_src.c:39:26: error:
linux/uidgid.h: No such file or directory
/tmp/stapiq8Ah3/stap_7dd3812a1ae30d3eab6b201d47112f4f_69909_src.c: In function
‘function_task_file_handle_gid’:
/tmp/stapiq8Ah3/stap_7dd3812a1ae30d3eab6b201d47112f4f_69909_src.c:5934: error:
‘struct cred’ has no member named ‘user_ns’
cc1: warnings being treated as errors
[...]


But git stap against the git pfiles.stp does work.
So does stap-2.7 against the same pfiles.stp.

I must have run newer stap against older pfiles.stp by mistake.  Sorry!

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

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

end of thread, other threads:[~2016-04-29 13:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-26 18:46 [Bug runtime/20003] New: sample pfiles.stp needs to be ported to newer RHEL6 kernels fche at redhat dot com
2016-04-28 21:33 ` [Bug runtime/20003] " dsmith at redhat dot com
2016-04-29 13:18 ` dsmith at redhat dot com
2016-04-29 13:33 ` fche 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).