SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for lttng-modules-debugsource-2.7.1-1.28.x86_64.rpm :

* Fri Jan 22 2016 lpechacekAATTsuse.com- Disable RT KMP build (bsc#962719)
* Thu Jan 21 2016 tonyjAATTsuse.com- Upgrade to 2.7.1 bugfix release to correct v4.4 build failures (bsc#962719)- Add preventative fix for cve-2016-0728 new patch: cve-2016-0728-check-reference-counts-for-overflow.patch
* Thu Oct 08 2015 jcheungAATTsuse.com- Enable RT KMP build (bsc#948840)
* Mon Oct 05 2015 tonyjAATTsuse.com- Upgrade to release version 2.7.0 (FATE#319273) See http://git.lttng.org/?p=lttng-modules.git;a=blob_plain;f=ChangeLog;hb=v2.7.0 for changelog from v2.7.0-rc1 to v2.7.0
* Tue Jul 28 2015 tonyjAATTsuse.com- Update to version 2.7.0-rc1 (FATE#319273) Drop patch: fix-mm_compaction_migratepages-tp.diff Drop patch: fix-update-block-instrumentation-to-3.15-kernel.patch Changelog for differences between 2.4.0 and this point may be found at: http://git.lttng.org/?p=lttng-modules.git;a=blob_plain;f=ChangeLog;hb=c103647d3a1a5090737a4339c584ac294b4ab676
* Mon Feb 09 2015 meissnerAATTsuse.com- rebuild to follow the kabi change in bsc#916842
* Tue Sep 02 2014 roAATTsuse.de- sanitize release line in specfile
* Wed Jun 04 2014 tonyjAATTsuse.com- Fix build errors resulting from block_rq_complete trace event changes (3.12.21 stable kernel update)- Previous fix (update mm_compaction_migratepages) generated build warnings as code-change introduced was dead, correct via static function called from input parameter.- Build against full kernel sources thus enabling kvm, btrfs and ext4 probes.
* Tue May 20 2014 tonyjAATTsuse.com- Update mm_compaction_migratepages trace-event to reflect kernel commit ddc38a292 (mm/compaction: do not count migratepages when unnecessary)
* Tue Apr 15 2014 tonyjAATTsuse.com- Update to version 2.4.1 Changelog:
* Fix: rcu instrumentation: add const qualifier to char pointers
* Fix: add missing module version information
* Fix: block instrumentation: < 3.14 don\'t have bi_iter
* Fix: update btrfs instrumentation to kernel 3.14
* Fix: update block layer instrumentation to kernel 3.14
* Fix file permissions for lttng-statedump-impl.c- Correct supported module paths (bnc#872683)
* Wed Apr 09 2014 tonyjAATTsuse.com- Mark modules as supported (bnc#872683, regression of previous bnc#774206).
* Fri Feb 28 2014 tonyjAATTsuse.com- Update to version 2.4.0. Changelog for changes between 2.3.0 and 2.4.0 may be found at: http://git.lttng.org/?p=lttng-modules.git;a=blob_plain;f=ChangeLog;hb=refs/heads/stable-2.4
* Mon Feb 10 2014 tonyjAATTsuse.com- Update to version 2.3.4.- Package license files in main lttng-modules package
* Tue Mar 19 2013 lpechacekAATTsuse.com- excluded -rt variant from non-x86_64 architectures, build exclusively on x86_64
* Thu Mar 14 2013 lpechacekAATTsuse.com- Set $BRP_PESIGN_FILES in the %install section so that modules are signed in the buildservice (fate#314552).
* Mon Mar 11 2013 tonyjAATTsuse.com- Upgrade to version 2.1.1 (FATE#314846) Changelog 2.1.1:
* Fix: statedump: missing locking, use lttng_iterate_fd
* Implement lttng_iterate_fd wrapper
* Fix check in lttng_strlen_user_inatomic
* Fix: statedump hang/too early completion due to logic error
* Fix: statedump hang due to incorrect wait/wakeup use Changelog 2.1.0:
* put_ulong calls in lib_ring_buffer_compat_ioctl() should be compat
* wrapper/perf.h: Fix kernel version condition
* Fix possible kernel build errors with linux-patches
* Add missing MIT license text to 3 files under this license
* Check if interrupt action name is not null in statedump
* Fix exec instrumentation: only for kernels 3.4.0 and higher
* Add TRACE_EVENT(sched_process_exec) to sched.h
* lib/ringbuffer/frontend_api.h: Include linux/prefetch.h.
* Fix warning with 3.6.0 kernel
* ABI with support for compat 32/64 bits
* Perform calculation on bit size in 64-bit
* Use uint64_t for packet header content size and packet size
* Fix: compat layer only on supported architectures
* Fix ring buffer 32/64 bits compat
* Fix cleanup: move lttng-tracer-core.h include to lib ringbuffer config.h
* Fix ring_buffer_frontend.c: missing include lttng-tracer-core.h
* Fix: statedump missing check for NULL namespace Changelog 2.1.0-rc1:
* fix timestamps on architectures without CONFIG_KTIME_SCALAR
* Support for linux kernels 2.6.32 through 2.6.37
* Document limitation of vppid and ppid context wrt eventual RCU instrumentation
* Cleanup: no need to hold RCU read-side lock when reading current nsproxy
* Add env hostname information
* Fix: lttng_statedump_process_state for each PID NS has infinite loop
* lttng_statedump_process_state for each PID NS
* Support the hostname context
* Fix: statedump namespaced pid, tid and ppid
* Fix: statedump: disable vm maps enumeration
* Fix: ensure userspace accesses are done with _inatomic
* Fix: vppid context should test for current nsproxy
* Add MIPS system call support
* Change mode of lttng-syscalls-generate-headers.sh to 755
* cleanup: fix typo in syscall instrumentation header
* Cleanup: remove trailing whitespace in README
* trace event: introduce TP_MODULE_NOAUTOLOAD and TP_MODULE_NOINIT
* LTTng: probe-statedump: add #include
* fix: signal_generate event should print utf8 for comm field
* Makes write operation a parameter for tp_memcpy macro
* Add coding style document
* Update instrumentation/events README file
* Add makefile target for preprocessor
* Fix: free_event_id check should compare unsigned int with -1U
* Use unsigned long type for events discarded counter
* Fix: update signal instrumentation for 3.4 kernel
* LTTng Modules ARM syscall instrumentation
* Fix: generate header missing echo -e for escape chars
* Fix: add missing uaccess.h include (for ARM)
* README: Document that CONFIG_MODULES is required
* Fix: README typo
* Fix: document required and optional kernel config options in README
* Fri Feb 22 2013 tonyjAATTsuse.com- Fix build error (lttng-modules-perf-wrapper-suse.patch)
* Fri Jun 29 2012 tonyjAATTsuse.com- Update to release 2.0.4
* Mon Jun 04 2012 tonyjAATTsuse.com- Update to release 2.0.3
* Fri Apr 20 2012 tonyjAATTsuse.com- Update to release 2.0.2
* Thu Apr 12 2012 tonyjAATTsuse.com- Update to release 2.0.1
* Wed Mar 21 2012 tonyjAATTsuse.com- Update to release 2.0.0
* Wed Mar 14 2012 tonyjAATTsuse.com- Update to version 2.0.0-rc2
* Mon Feb 27 2012 tonyjAATTsuse.com- Update to version 2.0.0-rc1
* Wed Jan 04 2012 tonyjAATTsuse.com- Update to version 2.0-pre11
 
ICM