Version 2.2.4
[lttng-modules.git] / ChangeLog
CommitLineData
12b678e8
MD
12014-02-28 LTTng modules 2.2.4
2 * Fix: load state dump even if work-around lookup fails
3 * Fix: Add statedump exit so module is not permanent
4 * Fix: OOT lttng-statedump tracepoints not visible with signed kernels
5 * Fix: tracepoint event name mapping at unregister
6 * Fix: ring buffer check deliver compile fix
7 * Fix: tracepoint name remapping
8 * Fix: quote event name in metadata
9 * Fix: handle unknown event type parameter
10 * Fix: eliminate timestamp overlap between packets
11 * gcc blacklist: only apply when building with gcc
12 * Blacklist ARM gcc 4.8.0, 4.8.1, 4.8.2
13
f647d50d
MD
142013-11-12 LTTng modules 2.2.3
15 * lttng-statedump-impl: Fix lttng_list_interrupts for empty implementation
16 * Import fix from LTSI: 3.4+ RT kernels use CONFIG_PREEMPT_RT_FULL
17
9f9d420e
MD
182013-09-28 LTTng modules 2.2.2
19 * Blacklist kernels 3.10.13 and 3.11.2
20 * LTTng trace-clock: shrink kernel blacklist
21 * Blacklist Linux kernels 3.10+
22
10fe4e3f
MD
232013-07-11 LTTng modules 2.2.1
24 * Fix: double length of __dynamic_len array
25 * Fix printk instrumentation
26 * Introduce __dynamic_array_enc_ext_2() and tp_memcpy_dyn_2()
27 * Fix: ring buffer: get_subbuf() checks should be performed on "consumed"
28 * Fix: SWITCH_FLUSH new sub-buffer checks
29 * Fix: ring buffer: handle concurrent update in nested buffer wrap around
30 * Fix: handle writes of length 0
31 * Fix: ring buffer: RING_BUFFER_FLUSH ioctl buffer corruption
32
e4a88ade
MD
332013-06-25 LTTng modules 2.2.0
34 * Update README
35
362013-06-18 LTTng modules 2.2.0-rc3
e739b125
MD
37 * Fix CPU hotplug section mismatches
38 * Fix build and load against linux-2.6.33.x
39 * fix block instrumentation probe signature mismatch for 3.9.x kernels
40 * fix: block instrumentation: NULL pointer dereference
41 * Update rcu instrumentation to 3.9.[0-4]
42 * Remove bashism in lttng-syscalls-generate-headers.sh
43
442013-05-09 LTTng modules 2.2.0-rc2
45 * Remove useless lttng_metadata probe
46 * Fix: warning kvm_trace_exit_reason redefined for 3.9 kernel
47 * Fix: 3.9.0 block layer instrumentation build
48 * Revert "Stop build if CONFIG_TRACEPOINTS is not set"
49 * Stop build if CONFIG_TRACEPOINTS is not set
50 * Add comments to endifs.
51 * Fix: remove ARM set_tls system call override
52 * Cleanup: arm sys_mmap whitespace
53 * Clean up using global_dirty_limit wrapper for writeback probe
54
78062c79
MD
552013-03-29 LTTng modules 2.2.0-rc1
56 * Update README
57 * Fix: vmscan instrumentation build
58 * writeback instrumentation: remove duplicated structures
59 * block: update instrumentation to 3.9 rc kernel
60 * rcu: update to 3.9 rc kernel instrumentation
61 * workqueue instrumentation: remove duplicated structures
62 * Rename odd event names
63 * Introduce API to remap event names exposed by LTTng
64 * lttng-module: sched.h: Fix compilation on 3.9 kernel
65 * Fix Linux 3.8 btrfs probe warning
66 * Fix Linux 3.8 ext4 probe support
67 * Fix 3.8 kernel support: namespace lttng_is_signed_type()
68 * Fix: don't flush-final for offset 0 if reader is on sub-buffer
69 * instrumentation sched: add missing fork pid info
70 * Fix check in lttng_strlen_user_inatomic
71 * instrumentation: sync with Linux commit a1ce392
72 * Fix: statedump: missing locking, use lttng_iterate_fd
73 * Implement lttng_iterate_fd wrapper
74 * Instrumentation cleanup: kmem events should print hex pointers
75 * Fix compilation of ext4 and btrfs tracepoints on 2.6.40 kernels
76 * Fix: statedump hang/too early completion due to logic error
77 * Fix: statedump hang due to incorrect wait/wakeup use
78 * put_ulong calls in lib_ring_buffer_compat_ioctl() should be compat
79 * wrapper/perf.h: Fix kernel version condition
80 * Add new kernel probes instrumentation
81 * Update kernel probes to more detailed match to kernel versions
82 * Fix possible kernel build errors with linux-patches
83 * Add missing MIT license text to 3 files under this license
84 * Update sites using kernel version checking macro to new range
85 * Make upper bound of kernel version checking macro exclusive
86 * sock instrumentation: fix fields to get referenced values
87 * ext3 instrumentation: fix of assignment code conversion
88 * sched instrumentation: rename "pid" fields in sched_process_exec
89 * Remove remaining semicolons in TP_fast_assign blocks
90 * Fix compilation for 3.0 kernels that are named 2.6.40
91 * Fix compilation for 3.0 branch (>= 3.0.39)
92 * Add kernel version checking macro
93 * Remove semicolons in TP_fast_assign blocks
94 * Add ifdefs to net probe to support Linux 2.6.39
95 * Add kernel probes for supplementary subsystems
96 * Check if interrupt action name is not null in statedump
97 * Fix exec instrumentation: only for kernels 3.4.0 and higher
98 * Add TRACE_EVENT(sched_process_exec) to sched.h
99 * lib/ringbuffer/frontend_api.h: Include linux/prefetch.h.
100 * Fix warning with 3.6.0 kernel
101 * ABI with support for compat 32/64 bits
102 * Perform calculation on bit size in 64-bit
103 * Use uint64_t for packet header content size and packet size
104 * Fix: compat layer only on supported architectures
105 * Fix ring buffer 32/64 bits compat
106 * Fix cleanup: move lttng-tracer-core.h include to lib ringbuffer config.h
107 * Fix ring_buffer_frontend.c: missing include lttng-tracer-core.h
108 * Fix: statedump missing check for NULL namespace
109
7cb1d0ee
MD
1102012-09-10 LTTng modules 2.1.0-rc1
111 * fix timestamps on architectures without CONFIG_KTIME_SCALAR
112 * Support for linux kernels 2.6.32 through 2.6.37
113 * Document limitation of vppid and ppid context wrt eventual RCU instrumentation
114 * Cleanup: no need to hold RCU read-side lock when reading current nsproxy
115 * Add env hostname information
116 * Fix: lttng_statedump_process_state for each PID NS has infinite loop
117 * lttng_statedump_process_state for each PID NS
118 * Support the hostname context
119 * Fix: statedump namespaced pid, tid and ppid
120 * Fix: statedump: disable vm maps enumeration
121 * Fix: ensure userspace accesses are done with _inatomic
122 * Fix: vppid context should test for current nsproxy
123 * Add MIPS system call support
124 * Change mode of lttng-syscalls-generate-headers.sh to 755
125 * cleanup: fix typo in syscall instrumentation header
126 * Cleanup: remove trailing whitespace in README
127 * trace event: introduce TP_MODULE_NOAUTOLOAD and TP_MODULE_NOINIT
128 * LTTng: probe-statedump: add #include <linux/sched.h>
129 * fix: signal_generate event should print utf8 for comm field
130 * Makes write operation a parameter for tp_memcpy macro
131 * Add coding style document
132 * Update instrumentation/events README file
133 * Add makefile target for preprocessor
134 * Fix: free_event_id check should compare unsigned int with -1U
135 * Use unsigned long type for events discarded counter
136 * Fix: update signal instrumentation for 3.4 kernel
137 * LTTng Modules ARM syscall instrumentation
138 * Fix: generate header missing echo -e for escape chars
139 * Fix: add missing uaccess.h include (for ARM)
140 * README: Document that CONFIG_MODULES is required
141 * Fix: README typo
142 * Fix: document required and optional kernel config options in README
143
d2a9270f
MD
1442012-03-29 LTTng modules 2.0.1
145 * Fix: is_compat_task !CONFIG_COMPAT compile error on kernels >= 3.3
146
1472012-03-20 LTTng modules 2.0.0
730e5783
MD
148 * First STABLE version
149 * Add version name
150
63be4822
MD
1512012-03-20 LTTng modules 2.0.0-rc4
152 * Update README and add version name place-holder
153
1bca821c
MD
1542012-03-16 LTTng modules 2.0.0-rc3
155 * Fix clock offset 32-bit multiplication overflow
156 * Fix : wrong assign of fd in state dump
157 * License cleanup, ifdef namespace cleanup
158 * Fix: ensure power of 2 check handles 64-bit size_t entirely
159
4d1704b6
MD
1602012-03-02 LTTng modules 2.0.0-rc2
161 * Fix: dmesg printout should not print metadata warnings
162 * Fix: use transport name as channel name
163 * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_subbuf
164
f66cbcc8
MD
1652012-02-20 LTTng modules 2.0.0-rc1
166 * Standardize version across toolchain
167 * statedump: Use old macro name for kernel 2.6.38
168
2646f1db
MD
1692012-02-16 LTTng modules 2.0-pre15
170 * Add timer instrumentation
171 * fix: need to undef mainline define
172 * fix: Include signal.h instead of irq.h for prototype match check
173 * Add signal instrumentation
174
3e8b3fb8
MD
1752012-02-16 LTTng modules 2.0-pre14
176 * syscall tracing: sys_getcpu
177 * Add sys_clone x86 instrumentation
178 * statedump: fix include circular dep
179 * Implement state dump
180
ed5a7a8f
MD
1812012-02-09 LTTng modules 2.0-pre13
182 * Update README
183 * environment: write sysname, release, version, domain to metadata
184 * Allow open /proc/lttng for read & write
185
497051bd
MD
1862012-02-02 LTTng modules 2.0-pre12
187 * Add x86 32/64 execve syscall instrumentation override
188 * Remove unused defines
189 * Add padding to ABI
190 * Use LTTNG_KERNEL_SYM_NAME_LEN
191 * Update version to 1.9.9
192 * Add missing double-quotes to clock uuid
193 * clock: read bootid as clock monotonic ID
194 * Fix comment
195 * Cleanup comment
196 * clock: output clock description in metadata
197 * Properly fix the timekeeping overflow detection
198 * Fix init bug
199 * rename lib-ring-buffer to lttng-lib-ring-buffer
200 * Remove #warning
201 * Mass rename: ltt_*/ltt-* to LTTNG_*/LTTNG-*
202 * Update TODO
203 * Update TODO
204 * Remove debugfs file (keep only proc file)
205 * Rename lttng-debugfs-abi files to lttng-abi
206
4d3e89e3
MD
2072011-12-13 LTTng modules 2.0-pre11
208 * Fix OOPS caused by reference of config pointer
209 * Gather detailed info from x86 64 32-bit compat syscall instrumentation
210 * lttng lib: ring buffer move null pointer check to open
211 * lttng lib: ring buffer remove duplicate null pointer
212 * lttng lib: ring buffer: remove stale null-pointer
213 * lttng wrapper: add missing include to kallsyms wrapper
214 * lttng: cleanup one-bit signed bitfields
215 * Add TODO file
216 * Update symbol name length max size to 256
217 * Fix last modifications to string_from_user operations
218 * Document that depmod needs to be executed by hand
219 * Fix strlen_user fault space reservation
220 * Fix tp_copy_string_from_user handling of faults
221 * Disable block layer tracing support for kernels < 2.6.38
222 * lttng context: perf counter, fix 32-bit vs 64-bit field size bug
223 * Update trace clock warning to match the current development plan
224 * ringbuffer: make ring buffer printk less verbose
225 * Makefile: do not run depmod manually
226
e2222c2e
MD
2272011-09-30 LTTng modules 2.0-pre10
228 * x86-32: override sys_mmap syscall instrumentation
229 * Fix cast warning
230
bfb508ed
MD
2312011-09-29 LTTng modules 2.0-pre9
232 * x86 32 syscalls: fix !CONFIG_UID16
233 * Use __string_from_user
234 * Add __string_from_user
235 * Rename "comm" context to "procname"
236 * Fetch "type" name field for mount syscall
237 * Create common override file for all architectures
238 * Shrink stack size usage
239 * Cleanup: remove unused lttng-compat-syscalls.c file
240 * Support detailed compat syscalls on x86_64
241 * Fix syscall table
242 * Add disabled compat syscalls detail (work in progress)
243 * Add config compat support for detailed x86_32 syscalls
244 * Handle newer 3.1+ perf API
245 * Add dummy x86-32 override headers
246 * Bind x86-32 syscall headers
247 * Add x86-32 syscall headers
248 * Add check for KALLSYMS_ALL in syscall extraction script
249 * Automate string extraction for syscalls
250 * Automate syscall filename/pathname extraction
251 * Add exit to ring_buffer_frontend so module is unloadable
252 * Add sys_open filename (x86_64)
253 * Add missing memcpy callback
254 * copy_from_user and memset
255 * Add missing alignment after header write
256 * lib ring buffer: add frontend init as module_init
257 * lib ring buffer frontend: add missing lock initialization
258 * ARM: Set bit 0 for thumb mode in kallsyms_lookup_name returned address (missing file)
259 * ARM: Set bit 0 for thumb mode in kallsyms_lookup_name returned address
260 * Create override for sys_mmap
261 * Rename syscalls -> syscall in LTTng ABI
262 * Use different event name for compat syscalls
263 * Allow trace syscall table override
264 * Add dummy override files
265 * syscall detail: add override capability
266 * Add pointer pretty-print heuristics
267 * Add __field_hex
268 * Rename sys exit errno into ret
269 * Enable detailed syscalls only for native x86_64
270 * Use "unknown" for compat syscalls
271 * Disable x86-64 specific detailed syscalls for now, until we deal with 32-bit compat
272 * Fix syscall exit
273 * Fix sys exit
274 * Only enable detailed syscalls for x86_64 for now
275 * Merge unknown syscall method with extended detail method
276 * Add underscore prefix before event names
277 * Add syscalls pointers detailed syscall tracing
278 * Use perl for regexp
279 * Support generation of syscall probes for those with pointers
280 * Support detailed syscalls with 0 arguments
281 * detailed syscall tracing (work in progress)
282 * Expose /proc/lttng file
283 * Implement detailed syscall event probe
284 * Disable perf build for < 2.6.33 kernels
285 * Syscall detail mode: generate syscall table
286 * block instrumentation: write cmd as hex sequence
287 * lttng-events TRACE_EVENT generator cleanup
288 * block layer instrumentation: fix cmd field
289 * Remove 0 args syscalls for now from type-aware syscall cb generator
290 * Generate trace syscall table macros
291 * Put syscall tracing without arg types back in place
292 * Detailed system call tracing (TRACE_EVENT() generation for integer support)
293 * lttng events probes: don't clash with "ctx" variable name
294 * lib ring buffer must take private pointer copy before decrementing refcount
295
47655e60
MD
2962011-08-16 LTTng modules 2.0-pre8
297 * Fix metadata buffer wait/wakeup
298
99a93317
MD
2992011-08-12 LTTng modules 2.0-pre7
300 * Add missing module refcount to lttng_tracepoint_list_fops
301 * Add license info about lib/ringbuffer/ring_buffer_mmap.c being GPLv2
This page took 0.035071 seconds and 4 git commands to generate.