- Update to version 2.13.1.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:lttng/lttng-modules?expand=0&rev=54
This commit is contained in:
Alexei Sorokin
2021-11-28 18:07:20 +00:00
committed by Git OBS Bridge
parent ccfa23d65d
commit 641b138561
9 changed files with 793 additions and 425 deletions

View File

@@ -1,3 +1,234 @@
-------------------------------------------------------------------
Sat Nov 27 18:07:31 UTC 2021 - Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 2.13.0:
* See https://git.lttng.org/?p=lttng-modules.git;a=blob_plain;f=ChangeLog;hb=v2.13.0
- Add lttng-modules-2.13.0-linux-5.15.patch: Linux 5.15
compatibility (commit ffcc8734 by Michael Jeanson).
- Add ARMv7 and RISC-V to supported architectures.
-------------------------------------------------------------------
Fri Jan 22 12:33:30 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 2.12.4
* fix: adjust version range for trace_find_free_extent()
* Improve the release script
* Add release maintainer script
* fix: statedump: undefined symbols caused by incorrect patch
backport
* fix: include order for older kernels
* fix: tracepoint: Optimize using static_call() (v5.10)
* fix: KVM: x86/mmu: Return unique RET_PF_* values if the
fault was fixed (v5.10)
* fix: kvm: x86/mmu: Add TDP MMU PF handler (v5.10)
* fix: KVM: x86: Add intr/vectoring info and error code to
kvm_exit tracepoint (v5.10)
* fix: ext4: fast commit recovery path (v5.10)
* fix: btrfs: make ordered extent tracepoint take btrfs_inode
(v5.10)
* fix: btrfs: tracepoints: output proper root owner for
trace_find_free_extent() (v5.10)
* fix: objtool: Rename frame.h -> objtool.h (v5.10)
* Fix: ressource leak in id tracker
* fix: strncpy equals destination size warning
-------------------------------------------------------------------
Tue Nov 3 00:02:36 UTC 2020 - Tony Jones <tonyj@suse.com>
- Update to version 2.12.3 (jsc#SLE-16189)
Changelog: https://git.lttng.org/?p=lttng-modules.git;a=blob_plain;f=ChangeLog;hb=v2.12.3
Delete patch: lttng-modules-fix-leap-15.1.patch
-------------------------------------------------------------------
Wed Feb 26 14:29:32 UTC 2020 - Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 2.11.2:
* See /usr/share/doc/packages/lttng-modules/ChangeLog
- Rebase and rename lttng-modules-fix-leap-15.0.patch to
lttng-modules-fix-leap-15.1.patch.
- Update the spec.
-------------------------------------------------------------------
Thu Oct 3 17:56:21 UTC 2019 - Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 2.10.11 (changes since 2.10.9):
* Don't print ring-buffer's records count when it is not used.
* Do not set quiescent state on channel destroy.
* ring_buffer_frontend.c: Fix init read timer with uninitialised
flags.
* random: Only read from /dev/random after its pool has received
128 bits (v5.2).
* mm: move recent_rotated pages calculation to
shrink_inactive_list() (v5.2).
* mm/vmscan: Simplify trace_reclaim_flags and trace_shrink_flags
(v5.2).
* mm/vmscan: Drop may_writepage and classzone_idx from direct
reclaim begin template (v5.2).
* timer/trace: Improve timer tracing (v5.2).
* bitfields: Streamline use of underscores.
* Silence compiler "always false comparison" warning.
* bitfield: Shift undefined/implementation defined behaviours.
* bitfield.h: Move to kernel style SPDX license identifiers.
* timestamp_end field should include all events within sub-buffer.
* Remove start and number from syscall_get_arguments() args
(v5.1).
* lttng abi documentation: Clarify getter usage requirements.
* Don't access packet header for stream_id and
stream_instance_id getters.
* atomic_long_add_unless() returns a boolean.
* Revert "KVM: MMU: show mmu_valid_gen..." (v5.1).
* pipe: Stop using ->can_merge (v5.1).
* rcu: Remove wrapper definitions for obsolete RCU (v5.1).
* mm: Create the new vm_fault_t type (v5.1).
* extra-version-git.sh redirect stderr to /dev/null.
* Fix gcc-9.1 stack frame size warning.
* Do not use diagnostic pragma when GCC version is lower than
4.6.0.
* Fix a missing define when not building with gcc.
* lttng-tracepoint module notifier should return NOTIFY_OK.
-------------------------------------------------------------------
Sun Apr 21 19:49:13 UTC 2019 - Markus Beth <markus.beth@web.de>
- Update to version 2.10.9:
* Blacklist: kprobe for arm
* Cleanup: tp mempool: Remove logically dead code.
* Fix: btrfs: Remove fsid/metadata_fsid fields from btrfs_info.
* Fix: SUNRPC: Simplify defining common RPC trace events (v5.0).
* Fix: Replace pointer values with task->tk_pid and
rpc_clnt->cl_clid.
* Fix: Remove 'type' argument from access_ok() function (v5.0).
* Fix: Timer instrumentation for RHEL 7.6.
* Fix: ext4: Adjust reserved cluster count when removing extents
(v4.20).
* Fix: signal: Remove SEND_SIG_FORCED (v4.20).
* Fix: signal: Distinguish between kernel_siginfo and siginfo
(v4.20).
- Remove
lttng-modules-2.10.8-update-instrumentation-for-linux-4.20.patch:
fixed upstream.
- Rebase lttng-modules-fix-leap-15.0.patch.
-------------------------------------------------------------------
Thu Jan 24 16:43:44 UTC 2019 - Alexei Sorokin <sor.alexei@meowr.ru>
- Add
lttng-modules-2.10.8-update-instrumentation-for-linux-4.20.patch:
Update instrumentation on Linux 4.20 (commits 6c484ba2, cef5d79e,
307021a1).
-------------------------------------------------------------------
Wed Nov 14 12:28:56 UTC 2018 - Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 2.10.8:
* Fix: Update kvm instrumentation for SLES12 SP2
LTSS >= 4.4.121-92.92.
* Fix: Add missing const to lttng_tracepoint_ptr_deref prototype.
* Fix: Adapt to kernel relative references.
* Fix: Implicit declarations caused by buffer size checks.
* Prevent allocation of buffers if exceeding available memory.
* Fix: Convert rcu tracepointis to gp_seq (v4.19).
* Fix: net: Expose sk wmem in sock_exceed_buf_limit tracepoint
(4.19).
* Fix: Access migrate_disable field directly.
* Fix: Out of memory error handling.
- Enable building for the RT flavor on SLE 15+.
- Remove btrfs-constify-tracepoint-arguments.patch: fixed upstream
for SLE 12.
- Add lttng-modules-fix-leap-15.0.patch: Fix building on Leap 15.0.
-------------------------------------------------------------------
Thu Aug 23 12:21:27 UTC 2018 - sor.alexei@meowr.ru
- Update to version 2.10.7:
* Fix: adjust SLE version ranges to build with SP2 and SP3.
* Fix: Allow alphanumeric characters in the SLE version.
* Fix: Adjust range for SUSE 4.4.103-92 kernels.
* Add extra version information framework.
* Fix: btrfs: Remove the unnecessary fs_info parameter.
* Fix: asoc: Remove snd_soc_cache_sync() implementation.
* Fix: asoc: Fix printing jack name.
* Fix: asoc: Consolidate path trace events.
* Fix: ASoC level IO tracing removed upstream.
* Fix: dyntick field added to trace_rcu_dyntick in v4.16.
* Fix: BUILD_BUG_ON with compile time constant on < v2.6.38.
* Fix: pid tracker should track "pgid" for noargs probes.
-------------------------------------------------------------------
Sun Jun 17 18:47:02 UTC 2018 - sor.alexei@meowr.ru
- Update to version 2.10.6:
* Fix: Update RCU instrumentation for 4.17.
* Fix: sunrpc instrumentation for 4.17.
* Fix: Use struct reclaim_stat in mm_vmscan_lru_shrink_inactive
for 4.17.
* Fix: Add gfp_flags arg to mm_vmscan_kswapd_wake for 4.17.
* Update: KVM instrumentation for ubuntu 4.13.0-38.
* Fix: Update KVM instrumentation for Ubuntu 3.13.0-144.
* Fix: btrfs instrumentation namespacing.
* Cleanup: Comment about CONFIG_HOTPLUG_CPU ifdef.
* Fix: Do not use CONFIG_HOTPLUG_CPU for the new hotplug API.
* Fix: Update kvm instrumentation for 4.1.50+.
* Use the memory pool instead of kmalloc.
* Create a memory pool for temporary tracepoint probes storage.
* Fix: Use proper pid_ns in the process statedump.
* Fix: Add variable quoting to shell scripts.
* Update: KVM instrumentation for fedora 4.14.13-300.
* Fix: Add Fedora version macros.
* Fix: Update btrfs instrumentation for SuSE 4.4.114-92.
* Fix: Update block instrumentation for SuSE 4.4.114-92.
* Fix: Update rcu instrumentation for v4.16.
* Fix: Update vmscan instrumentation for v4.16.
* Fix: Update timer instrumentation on 4.16 and 4.14-rt.
* Update kvm instrumentation for debian kernel 4.14.0-3.
- Remove
lttng-modules-2.10.5-update-instrumentation-for-linux-4.16.patch.
-------------------------------------------------------------------
Sun Apr 8 15:47:49 UTC 2018 - sor.alexei@meowr.ru
- Rebase btrfs-constify-tracepoint-arguments.patch.
- Add
lttng-modules-2.10.5-update-instrumentation-for-linux-4.16.patch:
Update instrumentation on Linux 4.16 (commits 562860a, 9cf057f).
-------------------------------------------------------------------
Sun Feb 4 19:26:38 UTC 2018 - sor.alexei@meowr.ru
- Update to version 2.10.5:
* Fix network instrumentation protocol enum.
* Update btrfs instrumentation for SUSE's kernel 4.4.103-6.
* Update block instrumentation for SUSE's kernel 4.4.73-5.
* Fix global_dirty_limit for kernel v4.2 and up.
* Fix network instrumentation handling of corrupted TCP headers.
* Add missing uaccess.h include from kstrtox.h wrapper.
* Update kvm instrumentation for 4.14.14+, 4.9.77+, 4.4.112+.
* Fix: btrfs_delayed_ref_head was unwired since v3.12.
* Fix Debian kernel version parsing.
* Fix block instrumentation 4.14+ NULL pointer dereference.
* Update sock instrumentation for 4.15.
* Fix: ACCESS_ONCE() was removed in kernel 4.15.
* Fix sched instrumentation on stable RT kernels.
* timer API transition for kernel 4.15.
* Don't nest get online cpus.
* Fix lttng_channel_syscall_mask() bool use in bitfield.
* Update kmem instrumentation for kernel 4.15.
- Remove lttng-modules-2.10.4-fix-kvm.patch.
-------------------------------------------------------------------
Wed Jan 24 10:09:10 UTC 2018 - sor.alexei@meowr.ru
- Add lttng-modules-2.10.4-fix-kvm.patch: Update KVM
instrumentation for Linux 4.15 (commits 3363052, d9f561b,
5ccd696, bda29b7).
-------------------------------------------------------------------
Fri Dec 29 18:52:22 UTC 2017 - sor.alexei@meowr.ru
- Update to version 2.10.4:
* Fix: lttng_kvmalloc helper NULL pointer OOP.
- Use tarball signing.
-------------------------------------------------------------------
Sat Nov 4 10:10:46 UTC 2017 - sor.alexei@meowr.ru