SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for systemtap-server-5.0-lp155.165.2.x86_64.rpm :

* Tue Apr 02 2024 Tony Jones - Fix runtime issues with v6.8 kernel (bsc#1222249) New patch: get-shm_flag-defines-from-the-appropriate-include-file-for-linux-6.8-kernel.patch New patch: pr31373-deal-with-the-removal-of-strlcpy-from-linux-6.8.patch
* Thu Mar 28 2024 Tony Jones - Fix gcc14 build errors (bsc#1221706) New patch: bpf-translate.cxx-fix-build-against-upcoming-gcc14.patch New patch: pr31288-build-with-gcc14-cont.patch New patch: pr31288-build-with-gcc14.patch New patch: staprun-fix-build-against-upcoming-gcc14.patch New patch: stapvirt.c-more-gcc-14-werror-calloc-transposed-args-compatibility.patch
* Fri Mar 08 2024 pgajdosAATTsuse.com- remove dependency on /usr/bin/python3 using %python3_fix_shebang macro, [bsc#1212476]
* Sat Dec 30 2023 Florian \"sp1rit\" - Upgrade to version 5.0:
* Performance improvements in uprobe registration and module startup.
* More probe point process details are printed in \"-L\" list mode with more \"-v\".
* For the case where newer kernels may break systemtap runtime APIs, better pass-4 failure diagnostics are printed.
* Tapset function print_ubacktrace_fileline() now understands DWARF5.
* The target(s) of process probes may be specified by path name globs, as located selected debuginfod servers. This requires the debuginfod servers to support \"metadata\" queries. The following probes all of the binaries matching /usr/
*/curl known to the debuginfod servers, regardless of what\'s currently installed as the system /usr/bin/curl: [#] export DEBUGINFOD_URLS=\"URL1 URL2 ...\" [#] stap -e \'probe debuginfod.process(\"/usr/
*/curl\").begin { log(\"hi\") }\' The archive glob may be given as an optional component to filter further: [#] stap -e \'probe debuginfod.archive(\"
*.fc38
*\") .process(\"/usr/
*/c
*\").function(\"main\") { log(\"Hello World\") }\'
* The kernel-user message transport system added framing codes, making the transport more reliable, but becoming incompatible across pre-5.0 versions. Use matching versions of stap and staprun.
* RHEL6, kernel 2.6.32
* as well as older releases have been deprecated from the codebase. RHEL7 and kernel version 3.10 are now the oldest supported versions for Systemtap.
* The testsuite Makefile has been simplified to remove concurrency, so \"parallel\" and \"resume\" modes are gone.
* New runtime macro STP_TIMING_NSECS is now supported for reporting probe timing stats in nsecs instead of cycles. This may become default later.
* Add new runtime macro STP_FORCE_STDOUT_TTY to override STP_STDOUT_NOT_ATTY.
* Wed May 10 2023 Dirk Müller - update to 4.9:
* ISystemtap: the new interactive systemtap jupyter kernel. This provides a simple GUI for writing/running Systemtap scripts in an easy, incremental way within Jupyterlab. Added 2 news scripts, stap-jupyter-install and stap-jupyter-container. See stap-jupyter(1).
* The new \"language-server\" mode, specified by \"stap - -language-server\", starts a LSP server which will communicate with the client via stdio.
* This server currently supports code completion suggestions.
* See language-server/README.md for more details and usage instructions.
* Safety/liveness checking for $context variable assignments in probes of retpoline-compiled kernels is temporarily disabled.
* DWARF-related probes (.function, .statement) now merge DWARF and non-DWARF symbol-table based matches, rather than being either-or.
* The python3 tapset was extended to support python3 3.9, 3.10, and 3.11. See stapprobes(3stap) for further details on probing python functions.
* A template cve band-aid script is now included, which demonstrates how to use a new \'livepatch.stp\' tapset to standardize activation, interactive control, and monitoring of systemtap cve band-aids.
* The kernel runtime now uses much less memory when the number of \"possible CPUs\" are way more than the online ones. For example, VMWare guests usually have 128 \"possible CPUs\" while fewer CPUs are actually present or online in the guest system.
* The memory allocation size is now irrelevant to the value of NR_CPUS of the current kernel. It is only subject to the number of \"possible CPUs\" or \"online CPUs\".
* CPU hotplug is supported to the extent that there won\'t be any kernel panics or memory corruptions.
* The bpf backend\'s embedded-code assembler has been improved to support more conventional assembly syntax with named opcodes. The opcode names are based on the iovisor bpf-docs documentation at https://github.com/iovisor/bpf-docs/blob/master/eBPF.md
* Thu May 04 2023 Dominique Leuenberger - Add _multibuild to define 2nd spec file as additional flavor. Eliminates the need for source package links in OBS.
* Tue Sep 13 2022 Tony Jones - Update to version 4.7 Release notes: https://sourceware.org/pipermail/systemtap/2022q2/027491.html- Remove patches (upstream): Handle-user-supplied-sdt-probe-argument-template.patch PR28778-gcc-warning-tweak-for-sprintf-precision-parameter.patch buildrun-for-LKM-backend-add-Wno-infinite-recursion.patch gcc12-c-compatibility-re-tweak-for-rhel6-use-function-pointer-instead-of-lambdas-instead-of-ptr_fun.patch gcc12-c-compatibility-tweak-use-lambdas-instead-of-ptr_fun.patch gcc12-warning-suppression.patch sys-sdt.h-fp-constraints-aarch64-s390.patch sys-sdt.h-fp-constraints-arm32.patch sys-sdt.h-fp-constraints-x86_64.patch- Update systemtap.keyring
* Wed Mar 02 2022 Tony Jones - Add gcc12 support (bsc#1196583) New patch: PR28778-gcc-warning-tweak-for-sprintf-precision-parameter.patch New patch: gcc12-c-compatibility-tweak-use-lambdas-instead-of-ptr_fun.patch New patch: gcc12-c-compatibility-re-tweak-for-rhel6-use-function-pointer-instead-of-lambdas-instead-of-ptr_fun.patch New patch: buildrun-for-LKM-backend-add-Wno-infinite-recursion.patch New patch: gcc12-warning-suppression.patch
* Mon Feb 21 2022 Andreas Schwab - Handle-user-supplied-sdt-probe-argument-template.patch: Fix glibc build failure on s390x
* Mon Feb 14 2022 Tony Jones - Resolve gcc compilation error reported against glib2 and libvirt New patch: sys-sdt.h-fp-constraints-arm32.patch New patch: sys-sdt.h-fp-constraints-x86_64.patch New patch: sys-sdt.h-fp-constraints-aarch64-s390.patch
* Thu Jan 27 2022 Tony Jones - Update to version 4.6 (bsc#1194395) 4.6 release notes: https://sourceware.org/pipermail/systemtap/2021q4/027370.html 4.5 release notes: https://sourceware.org/pipermail/systemtap/2021q2/027225.html 4.4 release notes: https://sourceware.org/pipermail/systemtap/2020q4/027074.html 4.3 release notes: https://sourceware.org/pipermail/systemtap/2020q2/026923.html Remove patches (upstream): - systemtap-amend-fallback-comment-to-work-with-newer-gcc.patch - systemtap-fix-strict-prototypes-in-autoconf-stack-trace-save-regs.c.patch Update systemtap.keyring for new signer
* Wed Apr 28 2021 Tony Jones - Adjust stap-server.conf to refer to /run not /var/run (bsc#1185068)
* Mon Aug 24 2020 Dominique Leuenberger - Use %{_tmpfilesdir} instead of wrong %{_libexecdir}/tmpfiles.d that just coincidentally happened to match (boo#1174075).
* Thu Feb 06 2020 Tony Jones - Add recommends on kernel-devel (bsc#1158733)
* Mon Feb 03 2020 Tony Jones - Resolve protoype issue when invoking tracebacks (bsc#1161296) Also dependent fix to handle GCC fallthrough New patch: systemtap-fix-strict-prototypes-in-autoconf-stack-trace-save-regs.c.patch New patch: systemtap-amend-fallback-comment-to-work-with-newer-gcc.patch
* Mon Jan 27 2020 Dominique Leuenberger - Replace libebl-devel BuildRequires with libdw-devel: ebl is being absorbed by libdw.
* Fri Dec 06 2019 Tony Jones - Update to version 4.2 Release notes: https://sourceware.org/ml/systemtap/2019-q4/msg00044.html Delete patch: systemtap-support-wimplicit-fallthrough-vsprintf.patch Delete patch: systemtap-support-wimplicit-fallthrough-gen_map.patch
* Thu Nov 07 2019 Tony Jones - Add support for gcc -Wimplicit-fallthrough to resolve compilation errors of the form \"this statement may fall through\" New patch: systemtap-support-wimplicit-fallthrough-vsprintf.patch New patch: systemtap-support-wimplicit-fallthrough-gen_map.patch
* Mon Oct 14 2019 Martin Pluskal - Do not require exact version of systemtap-dtrace as build counters are not same for different packages
* Mon Sep 30 2019 Michael Gorse - Moved the dtrace binary into a separate package to resolve build cycle with glib2 (bsc#1145438).
* Fri Aug 09 2019 Tony Jones - Update to version 4.1. Do not package systemtap-exporter. 4.1 release notes: https://sourceware.org/ml/systemtap/2019-q2/msg00043.html 4.0 release notes: https://sourceware.org/ml/systemtap/2018-q4/msg00018.html- Force autoreconf of configure to match systemtap-docs (tarball configure is stale).
* Mon Apr 15 2019 jleeAATTsuse.com- Add BuildRequire libavahi-devel, otherwise that the systemstap-server and systemstap client do not work. (bsc#1132538)
* Wed Jan 30 2019 Dominique Leuenberger - BuildRequire pkgconfig(systemd) instead of systemd: allow to use systemd-mini during build.- Use %tmpfiles_create macro in -server package: consider the right usage in transactional update cases.
* Fri Jan 04 2019 mgorseAATTsuse.com- Remove glib2-devel from BuildRequires: it appears not to be used and causes a build loop if glib2 is built with SDT markers (bsc#1090047).
* Fri Aug 03 2018 sschrickerAATTsuse.de- Upgrade to version 3.3: Changelog: https://lwn.net/Articles/757030/ eBPF backend extensions, easier access to examples, adapting to meltdown/spectre complications, real-time / high-cpu-count concurrency fixes- Remove patches, because the issues were fixed upstream: systemtap-fixes-for-gcc-8.patch systemtap-change-extra_cflags-escape-processing.patch- Adjust patch for version 3.3: systemtap-build-source-dir.patch- Added public key of \"Frank Ch. Eigler \", since he signed the new package
* Fri Mar 23 2018 tonyjAATTsuse.com- GCC 8 fixes (bsc#1084642) New patch: systemtap-fixes-for-gcc-8.patch
* Fri Feb 16 2018 matzAATTsuse.com- Care for pecularities of build counter syncs between different build rings: the Requires from sdt-devel can\'t use %release for systemtap-headers, but we also don\'t want to just include %version, so separate both totally:
* Add the include headers to sdt-devel again.
* Add Conflicts with systemtap-headers to care for the resulting file conflicts.
* Remove Require from sdt-devel to systemtap-headers again.
* Thu Feb 08 2018 matzAATTsuse.com- Don\'t include the headers files in sdt-devel- Add systemtap-headers to Requires of sdt-devel, so that it provides the same files as before. [fate#324969]
* Mon Nov 20 2017 tonyjAATTsuse.com- Upgrade to version 3.2 Changelog: https://sourceware.org/ml/systemtap/2017-q4/msg00096.html Drop patch: systemtap-tweak-i386-argument-passing.patch (upstream) Update keyring.- Fix issue with Kbuild handling of escaped paths (bsc#1067437) Add patch: systemtap-change-extra_cflags-escape-processing.patch
* Fri Nov 10 2017 mpluskalAATTsuse.com- Use pytho3 by default (fate#323526)
* Do not explicitly require python by subpackage, dependency gets generated automatically
* Thu Mar 30 2017 tonyjAATTsuse.com- Tweak i386 argument-passing (bsc#1030285) New patch: systemtap-tweak-i386-argument-passing.patch
* Tue Mar 28 2017 jeffmAATTsuse.com- Update to version 3.1 Update keyring with new key Changelog: https://sourceware.org/ml/systemtap/2017-q1/msg00106.html
* Fri Apr 01 2016 tonyjAATTsuse.de- Update to version 3.0 Update keyring with new key Update info in README-KEYRING Changelog: https://sourceware.org/ml/systemtap/2016-q1/msg00179.html
* Tue Nov 10 2015 tonyjAATTsuse.com- Update to version 2.9. Update keyring with new key Changelog: https://sourceware.org/ml/systemtap/2015-q4/msg00025.html
* Fri Sep 11 2015 tonyjAATTsuse.com- Update to version 2.8. Update keyring with new key New file: README-KEYRING documenting how to update keyring Changelog: https://sourceware.org/ml/systemtap/2015-q2/msg00160.html
* Fri Mar 27 2015 mpluskalAATTsuse.com- Update keyring with new key
* Fri Mar 27 2015 p.drouandAATTgmail.com- Update to version 2.7 Changelog: https://sourceware.org/ml/systemtap/2015-q1/msg00173.html- Update systemtap-docdir-fix.diff
* Tue Feb 17 2015 mpluskalAATTsuse.com- Add keyring and signature- Cleanup spec file with spec-cleaner
 
ICM