fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
<irker282> systemtap: fche systemtap.git:master * release-4.2-118-gbcf55e8f4 / runtime/linux/uprobes-inode.c: uprobes-inode: rework for buildid vs. onthefly work
<irker282> systemtap: smakarov systemtap.git:master * release-4.2-119-g1d63e7581 / stapbpf/stapbpf.cxx: PR26019 stapbpf: don't continue startup if begin probe already exited
khaled has quit [Quit: Konversation terminated!]
orivej has joined #systemtap
hpt has joined #systemtap
_whitelogger has joined #systemtap
tonyj has quit [Remote host closed the connection]
khaled has joined #systemtap
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #systemtap
zzhm has joined #systemtap
hassan64 has joined #systemtap
hassan64 has quit [Remote host closed the connection]
hassan64 has joined #systemtap
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #systemtap
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #systemtap
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #systemtap
zzhm has quit [Quit: Leaving]
hpt has quit [Ping timeout: 246 seconds]
rmilkowski has joined #systemtap
<rmilkowski> hi
<rmilkowski> I've just compiled stap on latest upstream kernel and when I try to run it I get:
<rmilkowski> compat_time_t lcltime;
<rmilkowski> ^~~~~~~~~~~~~
<rmilkowski> compat_timer_t
<rmilkowski> ^~~~~~~~~~~~~
<rmilkowski> compat_timer_t
<rmilkowski> compat_time_t lcltime;
<fche2> rmilkowski, please identify the version numbers
<rmilkowski> it fails on: ctime(gettimeofday_s()), if I remove it then it works fine
<rmilkowski> versions: Systemtap translator/driver (version 4.3/0.176, commit release-4.2-119-g1d63e7581497 + changes)
<rmilkowski> kernel: 5.7.0
<fche2> odd, we're running that version of stap on that version of the kernel (f33 rawhide)
<fche2> we added some time porting logic lately
<rmilkowski> the irc client trimmed output, so the full error is:
<rmilkowski> /tmp/stapfSUm1U/stap_7e2f46f2be61a93007596add24e9f03c_8318_src.c: In function ‘function___global_ctime__overload_0’:
<rmilkowski> /tmp/stapfSUm1U/stap_7e2f46f2be61a93007596add24e9f03c_8318_src.c:645:5: error: unknown type name ‘compat_time_t’; did you mean ‘compat_timer_t’?
<rmilkowski> compat_time_t lcltime;
<rmilkowski> compat_timer_t
<rmilkowski> ^~~~~~~~~~~~~
<fche2> aha
<fche2> yeah, I'm seeing that now too
<fche2> yeah we adjusted a different part of stap for this, not the ctime() part proper
<rmilkowski> good
<rmilkowski> plsease let me know once you have a fix, if it is small (a line or so) if you could post it here, I would apply&compile and test it asap
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #systemtap
<fche2> rmilkowski, sure
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #systemtap
hassan64 has quit [Ping timeout: 245 seconds]
orivej has quit [Ping timeout: 260 seconds]
orivej_ has joined #systemtap
irker282 has quit [Quit: transmission timeout]
orivej_ has quit [Ping timeout: 246 seconds]
tromey has joined #systemtap
orivej has joined #systemtap
irker267 has joined #systemtap
<irker267> systemtap: fche systemtap.git:master * release-4.2-120-gb8909f092 / bpf-translate.cxx: bpf-translate.cxx: avoid dereferencing empty vectors
<irker267> systemtap: fche systemtap.git:master * release-4.2-121-gdc8837be3 / tapset/linux/ctime.stp: tapset: fix ctime.stp handling of STAPCONF_TIME32_OLD_H
<fche2> ^^ rmilkowski
<rmilkowski> it does work now, thank you!
<fche2> np, sorry for the oversight
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #systemtap
tonyj has joined #systemtap
<irker267> systemtap: fche systemtap.git:master * release-4.2-122-gc63add8ae / po/cs.gmo po/cs.po po/en.gmo po/en.po po/fr.po po/pl.gmo po/pl.po po/systemtap.pot: prerelease: update-po
<irker267> systemtap: fche systemtap.git:master * release-4.2-123-g835d5842b / AUTHORS: prerelease: AUTHORS bump
<irker267> systemtap: fche systemtap.git:master * release-4.2-124-g711cdc7f4 / NEWS session.cxx stapbpf/stapbpf.cxx stapdyn/stapdyn.cxx staprun/common.c systemtap.spec: prerelease: PRERELEASE source bumps
<irker267> systemtap: fche systemtap.git:master * release-4.2-125-g7c95d44a0 / scripts/update-syscall-docs: docs generator: tweak for python3
<irker267> systemtap: fche systemtap.git:master * release-4.2-126-gc9c23c987 / : prerelease: update-docs
<irker267> systemtap: fche systemtap.git:release-4.3 * release-4.3 / : prerelease: update-docs
orivej_ has joined #systemtap
orivej has quit [Ping timeout: 264 seconds]
orivej_ has quit [Ping timeout: 260 seconds]
orivej has joined #systemtap
sapatel has joined #systemtap
Amy1 has quit [Ping timeout: 256 seconds]
Amy1 has joined #systemtap
fche2 is now known as fche
Amy1 has quit [Ping timeout: 240 seconds]
Amy1 has joined #systemtap
Amy1 has quit [Ping timeout: 264 seconds]
Amy1 has joined #systemtap
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #systemtap
orivej_ has joined #systemtap
orivej has quit [Ping timeout: 264 seconds]
orivej_ has quit [Ping timeout: 260 seconds]
orivej has joined #systemtap
Amy1 has quit [Ping timeout: 264 seconds]
Amy1 has joined #systemtap
Amy1 has quit [Ping timeout: 265 seconds]
Amy1 has joined #systemtap
<irker267> systemtap: wcohen systemtap.git:master * release-4.3-1-gc488859d6 / testsuite/systemtap.examples/memory/mmwriteback.stp: Avoid exceeding space constraints for BPF environment in mmwriteback.stp
<irker267> systemtap: wcohen systemtap.git:master * release-4.3-2-g7a7016a12 / testsuite/systemtap.examples/memory/mmfilepage.stp: Avoid exceeding space constraints for the BPF environment in mmfilepage.stp
Amy1 has quit [Ping timeout: 260 seconds]
Amy1 has joined #systemtap
tromey has quit [Quit: ERC (IRC client for Emacs 28.0.50)]
Amy1 has quit [Ping timeout: 256 seconds]
Amy1 has joined #systemtap
Amy1 has quit [Ping timeout: 256 seconds]
Amy1 has joined #systemtap
orivej has quit [Ping timeout: 240 seconds]
Amy1 has quit [Ping timeout: 264 seconds]
Amy1 has joined #systemtap
irker267 has quit [Quit: transmission timeout]
rmilkowski has quit [Ping timeout: 256 seconds]
Amy1 has quit [Ping timeout: 264 seconds]
Amy1 has joined #systemtap
sapatel has quit [Remote host closed the connection]