Commit | Line | Data |
---|---|---|
1f7d83a8 MD |
1 | 2015-09-24 LTTng modules 2.7.0 |
2 | * Fix: writeback instrumentation update for 4.3 Linux kernel | |
3 | * Fix: update sched wakeup instrumentation for 4.3 kernel | |
4 | * Fix: lttng-test build failure for kernels < 3.0 | |
5 | ||
e997e7f6 MD |
6 | 2015-09-09 LTTng modules 2.7.0-rc2 |
7 | * Use 3.18 syscall instrumentation for MIPS32 | |
8 | * Update the MIPS32 syscall instrumentation to 3.18 | |
9 | * Fix: Move pipe override to the arch specific pointers_override.h | |
10 | * Implement lttng test module | |
11 | * Cleanup: remove logically dead code | |
12 | * Fix: filter validator use after free | |
13 | * Fix: use after free in channel release | |
14 | * Fix: non-enabler events should be disabled by default | |
15 | * Fix: build failure on 2.6.36 | |
16 | * Cleanup: split bdi_dirty_ratelimit with ifdef into separate macros | |
17 | * Fix: writeback instrumentation for 4.2 kernels | |
18 | * Fix: kmem probe with Ubuntu 3.13 kernels | |
19 | * Fix: disable kvm probe if lapic.h isn't found | |
20 | * Fix: timer instrumentation for 4.2 kernels | |
21 | * Fix: ext4 instrumentation for 4.2 kernels | |
22 | * Fix: kvm instrumentation for 4.2 kernels | |
23 | * Fix: mm_page_alloc_extfrag instrumentation for kernel 3.18.10 | |
24 | * Fix: allow LTTng to be built within kernel tree | |
25 | ||
26 | 2015-07-15 LTTng modules 2.7.0-rc1 | |
f3586d94 MD |
27 | * Fix: Building the event list fails on fragmented memory |
28 | * Fix: use after free on metadata cache reallocation | |
29 | * Fix: version checks for kernel 4.0 | |
30 | * Fix: Incorrect Ubuntu kernel patchlevel | |
31 | * Fix: cpu-id context should use int type | |
32 | * Implement cpu-id context | |
33 | * Implement cpu_id context for filtering | |
34 | * Fix: context printk mismatch on error | |
35 | * Cleanup: misleading comment about deferrable timer | |
36 | * Fix: arm-32 build | |
37 | * Fix: Update kmem event for Ubuntu's 3.16 kernel | |
38 | * Fix: RHEL 7.1 block instrumentation | |
39 | * Fix: add RHEL version macros | |
40 | * Fix: add missing parenthesis in ubuntu version check | |
41 | * Fix: remove regmap instrumentation for kernels < 4.1 | |
42 | * Fix: Update kmem event for recent Ubuntu kernel | |
43 | * Fix: missing statedump end event when block device listing available | |
44 | * Fix: don't generate incorrect macros for debian/ubuntu version check | |
45 | * Revert "Fix: build against Ubuntu kernels" | |
46 | * Fix: build against Ubuntu kernels | |
47 | * Add namespace info in sched_fork and statedump | |
48 | * Fix: ext4 instrumentation: flags parameter did not exist prior to 3.11 | |
49 | * Fix: printk instrumentation: remove "condition" tracepoints | |
50 | * Fix: regmap build against kernel 4.0 kernel headers | |
51 | * Add mmu_valid_gen field to mmutrace events | |
52 | * Fix: add missing x86 mmutrace kernel header include | |
53 | * Fix: x86 mmutrace event extra field for kernels >= 3.11 | |
54 | * Fix: remove execute flag from kvm.h file | |
55 | * Fix: build x86 kvm probes on kernels >= 4.1-rc1 | |
56 | * Fix: compilation on 4.1-rc1 kernel, remove unused WB_WORK_REASON | |
57 | * Fix: 4.1-rc1 Linux build and regmap instrumentation | |
58 | * Fix: don't clash with older Debian kernel versions | |
59 | * Fix: update get_pfnblock_flags_mask wrapper for debian kernels | |
60 | * Fix: discover Debian API | |
61 | * Fix: Update README.md to match reality: kernels >= 2.6.36 are supported | |
62 | * Fix: atomic.h wrapper for kernels < 2.6.37 | |
63 | * Fix: disable x86 kvm instrumentation for kernels < 2.6.38 | |
64 | * Fix: add missing types.h include for older kernels | |
65 | * Fix: add hlist lttng wrappers | |
66 | * Fix: add struct file_handle forward declaration | |
67 | * Fix: string length calculation reversed user vs kernel args | |
68 | * Fix: use lttng_rcu_dereference within lttng-syscalls.c | |
69 | * Fix: add lttng rcu wrapper to allow tracing RCU | |
70 | * Fix: double-unlock of session mutex | |
71 | * Fix: check that class and instance prototype match | |
72 | * Fix: lttng-events.h check function takes void | |
73 | * Fix: regmap instrumentation for Linux 3.19.4 and 4.0 | |
74 | * Fix: kernels >= 2.6.33 put utsrelease.h in generated/ | |
75 | * Fix: Include utsrelease.h in lttng-kernel-version.h | |
76 | * Fix: ext4 ext4_da_write_pages instrumentation for kernels < 3.11.0 | |
77 | * Fix: old kernels need module.h included before vermagic.h | |
78 | * Fix: net instrumentation for kernels 2.6.39 and below | |
79 | * Fix: version condition in makefile | |
80 | * Implement wrapper around get_pfnblock_flags_mask | |
81 | * Be more restrictive in provider name check | |
82 | * Fix: net instrumentation namespacing | |
83 | * Fix: compaction instrumentation namespacing | |
84 | * Fix: Support 4.x kernel versions in Makefile | |
85 | * Fix: remove stale TP_STRUCT_entry from kvm instrumentation | |
86 | * Fix: add missing module.h include to lttng-probe-user.c | |
87 | * Fix: use lttng hlist wrapper in wildcard and filter | |
88 | * Fix: namespace asoc and kmem instrumentation | |
89 | * Fix: update instrumentation after wildcard rebase | |
90 | * Fix: lttng_abi_syscall_list does not need to be exported | |
91 | * Migrate ARM, powerpc, MIPS syscall instrumentation to TP_FIELDS | |
92 | * Remove now unused syscalls.h from lttng-modules | |
93 | * Filter: start with enabler "disabled" | |
94 | * Fix coverity warning about sizeof(void **) != sizeof(void *) | |
95 | * Fix length type and text sequence base | |
96 | * Fix: TP_FIELDS: add missing headers | |
97 | * Migrate syscall instrumentation to TP_FIELDS | |
98 | * Migrate tracepoint instrumentation to TP_FIELDS | |
99 | * Implement filtering infrastructure | |
100 | * syscall wildcards: apply syscall filtering | |
101 | * Implement syscall wildcard support | |
102 | * Implement tracepoint wildcard support | |
103 | * Namespace all tracepoints | |
104 | * Implement list.h wrapper for hlist in older kernels | |
105 | * Implement listing of pid tracker content | |
106 | * Implement PID tracking | |
107 | * Fix: mm_page_alloc_extfrag instrumentation for kernel 3.14.36 | |
108 | * Fix: update writeback instrumentation for kernel 4.0+ | |
109 | * Fix: compaction mm_compaction_isolate_template update for Linux 4.0+ | |
110 | * Fix: kmem instrumentation update for mm_page_alloc_extfrag kernel 3.19.2+ | |
111 | * Fix: kmem instrumentation: mm_page_alloc extfrag change_ownership field | |
112 | * Fix: missing parenthesis in offset_align_floor | |
113 | * Fix: implement time.h wrapper for FD_ISSET | |
114 | * Fix: update sched instrumentation for 3.19+ kernels | |
115 | * Fix: update rcu instrumentation for 3.19+ kernels | |
116 | * Fix: update scsi instrumentation for 3.19+ kernels | |
117 | * Fix: update module instrumentation for 3.19+ kernels | |
118 | * Fix: Add f_dentry wrapper for 3.19+ kernels | |
119 | * Fix: introduce lttng_get_unused_fd() wrapper for 3.19 kernels | |
120 | * Fix: lttng_this_cpu_ptr wrapper for kernel 3.19+ | |
121 | * Fix: Update btrfs instrumentation for 3.18 Linux kernel | |
122 | * Fix compile error on kernel 3.0.101 with CONFIG_PERF_EVENTS | |
123 | * Conditional compilation introduced by lttng-modules commit | |
124 | * Fix: compaction instrumentation update for 3.14.x stable kernels | |
125 | * Fix: context alignment not properly handled | |
126 | * Fix compilation on Linux kernel >= 3.18.0 | |
127 | * Fix: build for architectures without HAVE_SYSCALL_TRACEPOINTS | |
128 | ||
af991434 MD |
129 | 2014-10-20 LTTng modules 2.6.0-rc1 |
130 | * Expose lttng-modules ABI version ioctl | |
131 | * Fix: syscall list ioctl number conflict | |
132 | * lttng-modules: fix build for non-x86 | |
133 | * Fix: syscall listing of session | |
134 | * Print build warning when writeback probe is disabled | |
135 | * Add atomic.h wrapper for before/after atomic | |
136 | * Fix compilation on Ubuntu 14.10 | |
137 | * Fix: export name as text array in writeback | |
138 | * Cleanup: remove unused trace_clock_read32() | |
139 | * Use 3.17 ktime_get_mono_fast_ns() new API | |
140 | * Check for stale version.h files | |
141 | * Fix: compile lttng_statedump_process_ns on Ubuntu | |
142 | * Reverse version check logic in lttng_statedump_process_ns | |
143 | * Fix block_rq_complete TP on Ubuntu kernel | |
144 | * Introduce macros to check Ubuntu kernel version | |
145 | * Sync writeback tracepoints from mainline | |
146 | * Fix: redefinition of DEFINE_WRITEBACK_EVENT | |
147 | * Fix: hander negative get_syscall_nr return value | |
148 | * Fix: statedump: close_on_exec flag backward compat | |
149 | * Fix instrumentation of vmscan for older kernels | |
150 | * Fix: older kernels (3.2.x) don't undefine TRACE_SYSTEM | |
151 | * Fix: syscall listing: handle "enable all syscall" | |
152 | * Fix: don't allow disabling syscalls when none are enabled | |
153 | * Fix: syscall: fail disable all if all already disabled | |
154 | * Fix: syscall filtering: NULL pointer deref | |
155 | * Cleanup: list syscall without syscall_entry prefix | |
156 | * Fix: syscall_list_show NULL pointer deref | |
157 | * implement syscall mask getter | |
158 | * Cleanup: lttng-abi.h coding style | |
159 | * syscall listing: show syscall ID | |
160 | * Allow events with same name to be enabled for each channel | |
161 | * ABI: use enable a syscall ABI field name | |
162 | * Implement syscall listing | |
163 | * Fix: tracepoint list anonymous file name | |
164 | * Fix: syscall filtering: disable all syscalls | |
165 | * syscall tracing: input/output parameter handling for all arch | |
166 | * lttng-get-syscall-inout.sh depends on bash | |
167 | * Fix generate syscall header script: add missing escape char | |
168 | * syscall instrumentation: handle copy_from_user return value | |
169 | * Rename LTTng syscall instrumentation macros | |
170 | * Rename LTTng instrumentation macros | |
171 | * Extract input/output arguments from accept and connect syscalls | |
172 | * syscall: extract pipe and pipe2 output args | |
173 | * Remove sys_ prefix from syscall names | |
174 | * System call inout/output arg processing | |
175 | * Update syscall inout table | |
176 | * Add syscall inout table | |
177 | * Extract syscall exit ret value on x86 32/64 | |
178 | * Extract system call exit return value | |
179 | * Syscall filtering: apply to syscall exit | |
180 | * System call filtering | |
181 | * asoc.h: fix build with v3.17 kernel | |
182 | * Fix: lttng-modules teardown NULL pointer OOPS | |
183 | * Fix: handle concurrent flush vs get_next_subbuf on metadata cache | |
184 | * Modernize README using Markdown | |
185 | * Fix: OOT lttng_logger tracepoint not visible with signed kernels | |
186 | * Add cscope to gitignore | |
187 | * Update kvm instrumentation: compile on 3.17-rc1 | |
188 | * Update statedump to 3.17 nsproxy locking | |
189 | * Fix: noargs probes should calculate alignment and event length | |
190 | * Update compaction instrumentation to 3.16 kernel | |
191 | * Update vmscan instrumentation to 3.16 kernel | |
192 | ||
789fd1d0 MD |
193 | 2014-07-16 (Take Your Poet to Work Day) LTTng modules 2.5.0 |
194 | * (no change) | |
195 | ||
37cbcd7c MD |
196 | 2014-06-27 LTTng modules 2.5.0-rc2 |
197 | * Fix: statedump: check whether "files" is NULL, RCU semantic fix | |
198 | * Fix: statedump handle oom case, handle errors | |
199 | * Fix: correct typo in kernel version number | |
200 | * Fix: blktrace instrumentation for backported branches | |
201 | * Fix: statedump block devices OOPS | |
202 | ||
0d979364 MD |
203 | 2014-05-28 (International Hamburger Day) LTTng modules 2.5.0-rc1 |
204 | * Add TID field to some block_* events | |
205 | * Fix: refuse overwrite mode buffers with less than two subbuffers | |
206 | * Fix: lttng modules system call generation script | |
207 | * Dump FD flags and mode on state dump | |
208 | * Fix: incorrect rwbs field type in block_bio_queue | |
209 | * Fix: blktrace instrumentation for v3.2.58+ stable branch | |
210 | * Fix: pass proper args when writing commit counter | |
211 | * Cleanup: lib ringbuffer: pagecpy has unsigned semantic | |
212 | * Fix: allow racy tracepoint string input from kernel and userspace | |
213 | * Statedump event for block devices | |
214 | * Fix: update v4l2 instrumentation to 3.15 kernel | |
215 | * Fix: ext4 update instrumentation to 3.15 kernel | |
216 | * Fix: update block instrumentation to 3.15 kernel | |
217 | * Fix: module instrumentation: update to 3.15 kernel | |
218 | * Adapt to 3.15 tracepoint API | |
219 | * Kernel 3.15 don't define map unmap for pipe | |
220 | * Fix: add missing module version in v4l2 probe | |
221 | * Add V4L2 instrumentation | |
222 | * Fix: rcu instrumentation: add const qualifier to char pointers | |
223 | * Fix: add missing module version information | |
224 | * Use kernel 3.13 syscall tables for MIPS32 | |
225 | * Add MIPS32 syscalls extracted from a 3.13 kernel | |
226 | * Fix: block instrumentation: < 3.14 don't have bi_iter | |
227 | * Fix: update btrfs instrumentation to kernel 3.14 | |
228 | * Fix: update block layer instrumentation to kernel 3.14 | |
229 | * Fix: remove __exit annotation | |
230 | * Fix file permissions for lttng-statedump-impl.c | |
231 | * LTTng logger ABI | |
232 | ||
fb2c3779 MD |
233 | 2014-02-28 (Public Sleeping Day) LTTng modules 2.4.0 |
234 | * Fix: load state dump even if work-around lookup fails | |
235 | * Cleanup: fix comment | |
236 | * Fix: correctly version kvm events to build against v3.0 kernel | |
237 | * Add extraversion (e.g. -rc4) to lttng-tracer modinfo | |
238 | ||
4be86211 MD |
239 | 2014-02-14 LTTng modules 2.4.0-rc4 |
240 | * Fix: use after free in ring buffer clients | |
241 | * Fix: Add statedump exit so module is not permanent | |
242 | * Cleanup: move callback init to static initialization | |
243 | * Fix: OOT lttng-statedump tracepoints not visible with signed kernels | |
244 | ||
00808267 MD |
245 | 2014-01-29 LTTng modules 2.4.0-rc3 |
246 | * Fix: tracepoint event name mapping at unregister | |
247 | * Fix: tracepoint name remapping | |
248 | * Fix: enable event error path memory corruption | |
249 | * Update kvm instrumentation to Linux 3.13 | |
250 | * Update sched instrumentation to Linux 3.13 | |
251 | * Fix: provide more precise error report for enable event | |
252 | * Fix: quote event name in metadata | |
253 | * Add version info to lttng-tracer.ko modinfo | |
254 | ||
0aa12233 MD |
255 | 2013-12-10 LTTng modules 2.4.0-rc2 |
256 | * Fix: client_packet_header() uses wrong packet | |
257 | * Cleanup: fix typo in ring buffer backend comment | |
258 | * Fix: handle unknown event type parameter | |
259 | * Fix: eliminate timestamp overlap between packets | |
260 | * gcc blacklist: only apply when building with gcc | |
261 | * Blacklist ARM gcc 4.8.0, 4.8.1, 4.8.2 | |
262 | ||
223ca7c5 MD |
263 | 2013-11-15 LTTng modules 2.4.0-rc1 |
264 | * Update ext4 instrumentation to Linux 3.12 | |
265 | * Update RCU instrumentation to Linux 3.12 | |
266 | * Update btrfs instrumentation to 3.12 kernel | |
267 | * Update vmscan instrumentation to Linux 3.12 | |
268 | * update: kmem instrumentation 3.12 kernel support | |
269 | * lttng-statedump-impl: Use generic hard irqs for Linux >= 3.12 | |
270 | * lttng-statedump-impl: Fix lttng_list_interrupts for empty implementation | |
271 | * Import fix from LTSI: 3.4+ RT kernels use CONFIG_PREEMPT_RT_FULL | |
272 | * Add new tracepoint in KVM | |
273 | * Blacklist kernels 3.10.13 and 3.11.2 | |
274 | * LTTng trace-clock: shrink kernel blacklist | |
275 | * Metadata flush writes data from the cache | |
276 | * Per-stream ioctl to get the current timestamp | |
277 | * LTTng ringbuffer ABI calls for index generation | |
278 | * Prepare LTTng override of ring buffer fops | |
279 | * Blacklist Linux kernels 3.10+ | |
280 | ||
78c8710b MD |
281 | 2013-09-03 LTTng modules 2.3.0 |
282 | * Fix: metadata stream should not reference session | |
283 | * Fix: btrfs: support 3.11 Linux kernel | |
284 | * statedump: remove KERN_DEBUG messages | |
285 | * Fix: ext4: add missing tracepoints for 3.11 kernel | |
286 | * Fix: ext4: Linux 3.11 support | |
287 | * Fix: ext3: 3.11 Linux support | |
288 | * Fix: statedump nsproxy 3.11 Linux support | |
289 | ||
cf7ae3e6 MD |
290 | 2013-08-30 LTTng modules 2.3.0-rc2 |
291 | * Fix: metadata lttng channel refcount | |
292 | * README: lttng-modules incompatible with lttng 0.x patchset | |
293 | ||
54207845 MD |
294 | 2013-07-17 LTTng modules 2.3.0-rc1 |
295 | * Fix: kvm x86 probes side-effect | |
296 | * Fix: allow get/put subbuf in loop for metadata stream | |
297 | * Add support for kvm x86 specific tracepoints | |
298 | * Add mainline headers for kvm x86 tracepoints | |
299 | * Remove old 3.0.4 x86-64 extracted syscall info | |
300 | * Point the x86-64 overrides to newly extracted 3.10-rc7 files | |
301 | * Add syscalls extracted files from a 3.10-rc7 kernel | |
302 | * Improve documentation of the syscall extractor script | |
303 | * Fix: double length of __dynamic_len array | |
304 | * Fix printk instrumentation | |
305 | * Introduce __dynamic_array_enc_ext_2() and tp_memcpy_dyn_2() | |
306 | * Fix: ring buffer: get_subbuf() checks should be performed on "consumed" parameter | |
307 | * Fix: SWITCH_FLUSH new sub-buffer checks | |
308 | * Fix: ring buffer: handle concurrent update in nested buffer wrap around check | |
309 | * Cleanup: lib_ring_buffer_switch_new_end() only calls subbuffer_set_data_size() | |
310 | * Revert "Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()" | |
311 | * Fix: handle writes of length 0 | |
312 | * Fix: ring buffer: RING_BUFFER_FLUSH ioctl buffer corruption | |
313 | * Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end() | |
314 | * print warning and return -EBUSY on double get_subbuf() | |
315 | * Add header to fix compilation of syscalls-extractor on 3.9 kernel | |
316 | * Fix: don't do 0 byte event reservation | |
317 | * Document that payload size need to be greater than 0 | |
318 | * Fix build and load against linux-2.6.33.x | |
319 | * Fix: add missing CONFIG_COMPAT around lib_ring_buffer_compat_ioctl | |
320 | * Metadata cache and multiple metadata channels | |
321 | * fix block instrumentation probe signature mismatch for 3.9.x kernels | |
322 | * fix: block instrumentation: NULL pointer dereference | |
323 | * Update rcu instrumentation to 3.9.[0-4] | |
324 | * Fix CPU hotplug section mismatches | |
325 | * Add system calls definitions for powerpc-32 | |
326 | * Remove bashism in lttng-syscalls-generate-headers.sh | |
327 | * Update ARM (32 bit) syscall tracepoints to 3.4 | |
328 | ||
88c5f61b MD |
329 | 2013-05-09 LTTng modules 2.2.0-rc2 |
330 | * Remove useless lttng_metadata probe | |
331 | * Fix: warning kvm_trace_exit_reason redefined for 3.9 kernel | |
332 | * Fix: 3.9.0 block layer instrumentation build | |
333 | * Revert "Stop build if CONFIG_TRACEPOINTS is not set" | |
334 | * Stop build if CONFIG_TRACEPOINTS is not set | |
335 | * Add comments to endifs. | |
336 | * Fix: remove ARM set_tls system call override | |
337 | * Cleanup: arm sys_mmap whitespace | |
338 | * Clean up using global_dirty_limit wrapper for writeback probe | |
339 | ||
78062c79 MD |
340 | 2013-03-29 LTTng modules 2.2.0-rc1 |
341 | * Update README | |
342 | * Fix: vmscan instrumentation build | |
343 | * writeback instrumentation: remove duplicated structures | |
344 | * block: update instrumentation to 3.9 rc kernel | |
345 | * rcu: update to 3.9 rc kernel instrumentation | |
346 | * workqueue instrumentation: remove duplicated structures | |
347 | * Rename odd event names | |
348 | * Introduce API to remap event names exposed by LTTng | |
349 | * lttng-module: sched.h: Fix compilation on 3.9 kernel | |
350 | * Fix Linux 3.8 btrfs probe warning | |
351 | * Fix Linux 3.8 ext4 probe support | |
352 | * Fix 3.8 kernel support: namespace lttng_is_signed_type() | |
353 | * Fix: don't flush-final for offset 0 if reader is on sub-buffer | |
354 | * instrumentation sched: add missing fork pid info | |
355 | * Fix check in lttng_strlen_user_inatomic | |
356 | * instrumentation: sync with Linux commit a1ce392 | |
357 | * Fix: statedump: missing locking, use lttng_iterate_fd | |
358 | * Implement lttng_iterate_fd wrapper | |
359 | * Instrumentation cleanup: kmem events should print hex pointers | |
360 | * Fix compilation of ext4 and btrfs tracepoints on 2.6.40 kernels | |
361 | * Fix: statedump hang/too early completion due to logic error | |
362 | * Fix: statedump hang due to incorrect wait/wakeup use | |
363 | * put_ulong calls in lib_ring_buffer_compat_ioctl() should be compat | |
364 | * wrapper/perf.h: Fix kernel version condition | |
365 | * Add new kernel probes instrumentation | |
366 | * Update kernel probes to more detailed match to kernel versions | |
367 | * Fix possible kernel build errors with linux-patches | |
368 | * Add missing MIT license text to 3 files under this license | |
369 | * Update sites using kernel version checking macro to new range | |
370 | * Make upper bound of kernel version checking macro exclusive | |
371 | * sock instrumentation: fix fields to get referenced values | |
372 | * ext3 instrumentation: fix of assignment code conversion | |
373 | * sched instrumentation: rename "pid" fields in sched_process_exec | |
374 | * Remove remaining semicolons in TP_fast_assign blocks | |
375 | * Fix compilation for 3.0 kernels that are named 2.6.40 | |
376 | * Fix compilation for 3.0 branch (>= 3.0.39) | |
377 | * Add kernel version checking macro | |
378 | * Remove semicolons in TP_fast_assign blocks | |
379 | * Add ifdefs to net probe to support Linux 2.6.39 | |
380 | * Add kernel probes for supplementary subsystems | |
381 | * Check if interrupt action name is not null in statedump | |
382 | * Fix exec instrumentation: only for kernels 3.4.0 and higher | |
383 | * Add TRACE_EVENT(sched_process_exec) to sched.h | |
384 | * lib/ringbuffer/frontend_api.h: Include linux/prefetch.h. | |
385 | * Fix warning with 3.6.0 kernel | |
386 | * ABI with support for compat 32/64 bits | |
387 | * Perform calculation on bit size in 64-bit | |
388 | * Use uint64_t for packet header content size and packet size | |
389 | * Fix: compat layer only on supported architectures | |
390 | * Fix ring buffer 32/64 bits compat | |
391 | * Fix cleanup: move lttng-tracer-core.h include to lib ringbuffer config.h | |
392 | * Fix ring_buffer_frontend.c: missing include lttng-tracer-core.h | |
393 | * Fix: statedump missing check for NULL namespace | |
394 | ||
7cb1d0ee MD |
395 | 2012-09-10 LTTng modules 2.1.0-rc1 |
396 | * fix timestamps on architectures without CONFIG_KTIME_SCALAR | |
397 | * Support for linux kernels 2.6.32 through 2.6.37 | |
398 | * Document limitation of vppid and ppid context wrt eventual RCU instrumentation | |
399 | * Cleanup: no need to hold RCU read-side lock when reading current nsproxy | |
400 | * Add env hostname information | |
401 | * Fix: lttng_statedump_process_state for each PID NS has infinite loop | |
402 | * lttng_statedump_process_state for each PID NS | |
403 | * Support the hostname context | |
404 | * Fix: statedump namespaced pid, tid and ppid | |
405 | * Fix: statedump: disable vm maps enumeration | |
406 | * Fix: ensure userspace accesses are done with _inatomic | |
407 | * Fix: vppid context should test for current nsproxy | |
408 | * Add MIPS system call support | |
409 | * Change mode of lttng-syscalls-generate-headers.sh to 755 | |
410 | * cleanup: fix typo in syscall instrumentation header | |
411 | * Cleanup: remove trailing whitespace in README | |
412 | * trace event: introduce TP_MODULE_NOAUTOLOAD and TP_MODULE_NOINIT | |
413 | * LTTng: probe-statedump: add #include <linux/sched.h> | |
414 | * fix: signal_generate event should print utf8 for comm field | |
415 | * Makes write operation a parameter for tp_memcpy macro | |
416 | * Add coding style document | |
417 | * Update instrumentation/events README file | |
418 | * Add makefile target for preprocessor | |
419 | * Fix: free_event_id check should compare unsigned int with -1U | |
420 | * Use unsigned long type for events discarded counter | |
421 | * Fix: update signal instrumentation for 3.4 kernel | |
422 | * LTTng Modules ARM syscall instrumentation | |
423 | * Fix: generate header missing echo -e for escape chars | |
424 | * Fix: add missing uaccess.h include (for ARM) | |
425 | * README: Document that CONFIG_MODULES is required | |
426 | * Fix: README typo | |
427 | * Fix: document required and optional kernel config options in README | |
428 | ||
d2a9270f MD |
429 | 2012-03-29 LTTng modules 2.0.1 |
430 | * Fix: is_compat_task !CONFIG_COMPAT compile error on kernels >= 3.3 | |
431 | ||
432 | 2012-03-20 LTTng modules 2.0.0 | |
730e5783 MD |
433 | * First STABLE version |
434 | * Add version name | |
435 | ||
63be4822 MD |
436 | 2012-03-20 LTTng modules 2.0.0-rc4 |
437 | * Update README and add version name place-holder | |
438 | ||
1bca821c MD |
439 | 2012-03-16 LTTng modules 2.0.0-rc3 |
440 | * Fix clock offset 32-bit multiplication overflow | |
441 | * Fix : wrong assign of fd in state dump | |
442 | * License cleanup, ifdef namespace cleanup | |
443 | * Fix: ensure power of 2 check handles 64-bit size_t entirely | |
444 | ||
4d1704b6 MD |
445 | 2012-03-02 LTTng modules 2.0.0-rc2 |
446 | * Fix: dmesg printout should not print metadata warnings | |
447 | * Fix: use transport name as channel name | |
448 | * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_subbuf | |
449 | ||
f66cbcc8 MD |
450 | 2012-02-20 LTTng modules 2.0.0-rc1 |
451 | * Standardize version across toolchain | |
452 | * statedump: Use old macro name for kernel 2.6.38 | |
453 | ||
2646f1db MD |
454 | 2012-02-16 LTTng modules 2.0-pre15 |
455 | * Add timer instrumentation | |
456 | * fix: need to undef mainline define | |
457 | * fix: Include signal.h instead of irq.h for prototype match check | |
458 | * Add signal instrumentation | |
459 | ||
3e8b3fb8 MD |
460 | 2012-02-16 LTTng modules 2.0-pre14 |
461 | * syscall tracing: sys_getcpu | |
462 | * Add sys_clone x86 instrumentation | |
463 | * statedump: fix include circular dep | |
464 | * Implement state dump | |
465 | ||
ed5a7a8f MD |
466 | 2012-02-09 LTTng modules 2.0-pre13 |
467 | * Update README | |
468 | * environment: write sysname, release, version, domain to metadata | |
469 | * Allow open /proc/lttng for read & write | |
470 | ||
497051bd MD |
471 | 2012-02-02 LTTng modules 2.0-pre12 |
472 | * Add x86 32/64 execve syscall instrumentation override | |
473 | * Remove unused defines | |
474 | * Add padding to ABI | |
475 | * Use LTTNG_KERNEL_SYM_NAME_LEN | |
476 | * Update version to 1.9.9 | |
477 | * Add missing double-quotes to clock uuid | |
478 | * clock: read bootid as clock monotonic ID | |
479 | * Fix comment | |
480 | * Cleanup comment | |
481 | * clock: output clock description in metadata | |
482 | * Properly fix the timekeeping overflow detection | |
483 | * Fix init bug | |
484 | * rename lib-ring-buffer to lttng-lib-ring-buffer | |
485 | * Remove #warning | |
486 | * Mass rename: ltt_*/ltt-* to LTTNG_*/LTTNG-* | |
487 | * Update TODO | |
488 | * Update TODO | |
489 | * Remove debugfs file (keep only proc file) | |
490 | * Rename lttng-debugfs-abi files to lttng-abi | |
491 | ||
4d3e89e3 MD |
492 | 2011-12-13 LTTng modules 2.0-pre11 |
493 | * Fix OOPS caused by reference of config pointer | |
494 | * Gather detailed info from x86 64 32-bit compat syscall instrumentation | |
495 | * lttng lib: ring buffer move null pointer check to open | |
496 | * lttng lib: ring buffer remove duplicate null pointer | |
497 | * lttng lib: ring buffer: remove stale null-pointer | |
498 | * lttng wrapper: add missing include to kallsyms wrapper | |
499 | * lttng: cleanup one-bit signed bitfields | |
500 | * Add TODO file | |
501 | * Update symbol name length max size to 256 | |
502 | * Fix last modifications to string_from_user operations | |
503 | * Document that depmod needs to be executed by hand | |
504 | * Fix strlen_user fault space reservation | |
505 | * Fix tp_copy_string_from_user handling of faults | |
506 | * Disable block layer tracing support for kernels < 2.6.38 | |
507 | * lttng context: perf counter, fix 32-bit vs 64-bit field size bug | |
508 | * Update trace clock warning to match the current development plan | |
509 | * ringbuffer: make ring buffer printk less verbose | |
510 | * Makefile: do not run depmod manually | |
511 | ||
e2222c2e MD |
512 | 2011-09-30 LTTng modules 2.0-pre10 |
513 | * x86-32: override sys_mmap syscall instrumentation | |
514 | * Fix cast warning | |
515 | ||
bfb508ed MD |
516 | 2011-09-29 LTTng modules 2.0-pre9 |
517 | * x86 32 syscalls: fix !CONFIG_UID16 | |
518 | * Use __string_from_user | |
519 | * Add __string_from_user | |
520 | * Rename "comm" context to "procname" | |
521 | * Fetch "type" name field for mount syscall | |
522 | * Create common override file for all architectures | |
523 | * Shrink stack size usage | |
524 | * Cleanup: remove unused lttng-compat-syscalls.c file | |
525 | * Support detailed compat syscalls on x86_64 | |
526 | * Fix syscall table | |
527 | * Add disabled compat syscalls detail (work in progress) | |
528 | * Add config compat support for detailed x86_32 syscalls | |
529 | * Handle newer 3.1+ perf API | |
530 | * Add dummy x86-32 override headers | |
531 | * Bind x86-32 syscall headers | |
532 | * Add x86-32 syscall headers | |
533 | * Add check for KALLSYMS_ALL in syscall extraction script | |
534 | * Automate string extraction for syscalls | |
535 | * Automate syscall filename/pathname extraction | |
536 | * Add exit to ring_buffer_frontend so module is unloadable | |
537 | * Add sys_open filename (x86_64) | |
538 | * Add missing memcpy callback | |
539 | * copy_from_user and memset | |
540 | * Add missing alignment after header write | |
541 | * lib ring buffer: add frontend init as module_init | |
542 | * lib ring buffer frontend: add missing lock initialization | |
543 | * ARM: Set bit 0 for thumb mode in kallsyms_lookup_name returned address (missing file) | |
544 | * ARM: Set bit 0 for thumb mode in kallsyms_lookup_name returned address | |
545 | * Create override for sys_mmap | |
546 | * Rename syscalls -> syscall in LTTng ABI | |
547 | * Use different event name for compat syscalls | |
548 | * Allow trace syscall table override | |
549 | * Add dummy override files | |
550 | * syscall detail: add override capability | |
551 | * Add pointer pretty-print heuristics | |
552 | * Add __field_hex | |
553 | * Rename sys exit errno into ret | |
554 | * Enable detailed syscalls only for native x86_64 | |
555 | * Use "unknown" for compat syscalls | |
556 | * Disable x86-64 specific detailed syscalls for now, until we deal with 32-bit compat | |
557 | * Fix syscall exit | |
558 | * Fix sys exit | |
559 | * Only enable detailed syscalls for x86_64 for now | |
560 | * Merge unknown syscall method with extended detail method | |
561 | * Add underscore prefix before event names | |
562 | * Add syscalls pointers detailed syscall tracing | |
563 | * Use perl for regexp | |
564 | * Support generation of syscall probes for those with pointers | |
565 | * Support detailed syscalls with 0 arguments | |
566 | * detailed syscall tracing (work in progress) | |
567 | * Expose /proc/lttng file | |
568 | * Implement detailed syscall event probe | |
569 | * Disable perf build for < 2.6.33 kernels | |
570 | * Syscall detail mode: generate syscall table | |
571 | * block instrumentation: write cmd as hex sequence | |
572 | * lttng-events TRACE_EVENT generator cleanup | |
573 | * block layer instrumentation: fix cmd field | |
574 | * Remove 0 args syscalls for now from type-aware syscall cb generator | |
575 | * Generate trace syscall table macros | |
576 | * Put syscall tracing without arg types back in place | |
577 | * Detailed system call tracing (TRACE_EVENT() generation for integer support) | |
578 | * lttng events probes: don't clash with "ctx" variable name | |
579 | * lib ring buffer must take private pointer copy before decrementing refcount | |
580 | ||
47655e60 MD |
581 | 2011-08-16 LTTng modules 2.0-pre8 |
582 | * Fix metadata buffer wait/wakeup | |
583 | ||
99a93317 MD |
584 | 2011-08-12 LTTng modules 2.0-pre7 |
585 | * Add missing module refcount to lttng_tracepoint_list_fops | |
586 | * Add license info about lib/ringbuffer/ring_buffer_mmap.c being GPLv2 |