Fix: mmutrace warnings about redefined macros
[lttng-modules.git] / ChangeLog
CommitLineData
12702eac
MD
12015-01-26 LTTng modules 2.5.3
2 * Fix: missing parenthesis in offset_align_floor
3 * Fix: implement time.h wrapper for FD_ISSET
4 * Fix compile error on kernel 3.0.101 with CONFIG_PERF_EVENTS
5 * Conditional compilation introduced by lttng-modules commit
6
c31032a6
MD
72014-12-12 LTTng modules 2.5.2
8 * Fix: compaction instrumentation update for 3.14.x stable kernels
9 * Fix: context alignment not properly handled
10
c7db4dfc
MD
112014-10-20 LTTng modules 2.5.1
12 * Print build warning when writeback probe is disabled
13 * Fix compilation on Ubuntu 14.10
14 * Fix: compile lttng_statedump_process_ns on Ubuntu
15 * Reverse version check logic in lttng_statedump_process_ns
16 * Update statedump to 3.17 nsproxy locking
17 * Fix block_rq_complete TP on Ubuntu kernel
18 * Introduce macros to check Ubuntu kernel version
19 * asoc.h: fix build with v3.17 kernel
20 * Add atomic.h wrapper for before/after atomic
21 * Update vmscan instrumentation to 3.16 kernel
22 * Update compaction instrumentation to 3.16 kernel
23 * Check for stale version.h files
24 * Fix: statedump: close_on_exec flag backward compat
25 * Fix: lttng-modules teardown NULL pointer OOPS
26 * Fix: handle concurrent flush vs get_next_subbuf on metadata cache
27 * Fix: OOT lttng_logger tracepoint not visible with signed kernels
28
789fd1d0
MD
292014-07-16 (Take Your Poet to Work Day) LTTng modules 2.5.0
30 * (no change)
31
37cbcd7c
MD
322014-06-27 LTTng modules 2.5.0-rc2
33 * Fix: statedump: check whether "files" is NULL, RCU semantic fix
34 * Fix: statedump handle oom case, handle errors
35 * Fix: correct typo in kernel version number
36 * Fix: blktrace instrumentation for backported branches
37 * Fix: statedump block devices OOPS
38
0d979364
MD
392014-05-28 (International Hamburger Day) LTTng modules 2.5.0-rc1
40 * Add TID field to some block_* events
41 * Fix: refuse overwrite mode buffers with less than two subbuffers
42 * Fix: lttng modules system call generation script
43 * Dump FD flags and mode on state dump
44 * Fix: incorrect rwbs field type in block_bio_queue
45 * Fix: blktrace instrumentation for v3.2.58+ stable branch
46 * Fix: pass proper args when writing commit counter
47 * Cleanup: lib ringbuffer: pagecpy has unsigned semantic
48 * Fix: allow racy tracepoint string input from kernel and userspace
49 * Statedump event for block devices
50 * Fix: update v4l2 instrumentation to 3.15 kernel
51 * Fix: ext4 update instrumentation to 3.15 kernel
52 * Fix: update block instrumentation to 3.15 kernel
53 * Fix: module instrumentation: update to 3.15 kernel
54 * Adapt to 3.15 tracepoint API
55 * Kernel 3.15 don't define map unmap for pipe
56 * Fix: add missing module version in v4l2 probe
57 * Add V4L2 instrumentation
58 * Fix: rcu instrumentation: add const qualifier to char pointers
59 * Fix: add missing module version information
60 * Use kernel 3.13 syscall tables for MIPS32
61 * Add MIPS32 syscalls extracted from a 3.13 kernel
62 * Fix: block instrumentation: < 3.14 don't have bi_iter
63 * Fix: update btrfs instrumentation to kernel 3.14
64 * Fix: update block layer instrumentation to kernel 3.14
65 * Fix: remove __exit annotation
66 * Fix file permissions for lttng-statedump-impl.c
67 * LTTng logger ABI
68
fb2c3779
MD
692014-02-28 (Public Sleeping Day) LTTng modules 2.4.0
70 * Fix: load state dump even if work-around lookup fails
71 * Cleanup: fix comment
72 * Fix: correctly version kvm events to build against v3.0 kernel
73 * Add extraversion (e.g. -rc4) to lttng-tracer modinfo
74
4be86211
MD
752014-02-14 LTTng modules 2.4.0-rc4
76 * Fix: use after free in ring buffer clients
77 * Fix: Add statedump exit so module is not permanent
78 * Cleanup: move callback init to static initialization
79 * Fix: OOT lttng-statedump tracepoints not visible with signed kernels
80
00808267
MD
812014-01-29 LTTng modules 2.4.0-rc3
82 * Fix: tracepoint event name mapping at unregister
83 * Fix: tracepoint name remapping
84 * Fix: enable event error path memory corruption
85 * Update kvm instrumentation to Linux 3.13
86 * Update sched instrumentation to Linux 3.13
87 * Fix: provide more precise error report for enable event
88 * Fix: quote event name in metadata
89 * Add version info to lttng-tracer.ko modinfo
90
0aa12233
MD
912013-12-10 LTTng modules 2.4.0-rc2
92 * Fix: client_packet_header() uses wrong packet
93 * Cleanup: fix typo in ring buffer backend comment
94 * Fix: handle unknown event type parameter
95 * Fix: eliminate timestamp overlap between packets
96 * gcc blacklist: only apply when building with gcc
97 * Blacklist ARM gcc 4.8.0, 4.8.1, 4.8.2
98
223ca7c5
MD
992013-11-15 LTTng modules 2.4.0-rc1
100 * Update ext4 instrumentation to Linux 3.12
101 * Update RCU instrumentation to Linux 3.12
102 * Update btrfs instrumentation to 3.12 kernel
103 * Update vmscan instrumentation to Linux 3.12
104 * update: kmem instrumentation 3.12 kernel support
105 * lttng-statedump-impl: Use generic hard irqs for Linux >= 3.12
106 * lttng-statedump-impl: Fix lttng_list_interrupts for empty implementation
107 * Import fix from LTSI: 3.4+ RT kernels use CONFIG_PREEMPT_RT_FULL
108 * Add new tracepoint in KVM
109 * Blacklist kernels 3.10.13 and 3.11.2
110 * LTTng trace-clock: shrink kernel blacklist
111 * Metadata flush writes data from the cache
112 * Per-stream ioctl to get the current timestamp
113 * LTTng ringbuffer ABI calls for index generation
114 * Prepare LTTng override of ring buffer fops
115 * Blacklist Linux kernels 3.10+
116
78c8710b
MD
1172013-09-03 LTTng modules 2.3.0
118 * Fix: metadata stream should not reference session
119 * Fix: btrfs: support 3.11 Linux kernel
120 * statedump: remove KERN_DEBUG messages
121 * Fix: ext4: add missing tracepoints for 3.11 kernel
122 * Fix: ext4: Linux 3.11 support
123 * Fix: ext3: 3.11 Linux support
124 * Fix: statedump nsproxy 3.11 Linux support
125
cf7ae3e6
MD
1262013-08-30 LTTng modules 2.3.0-rc2
127 * Fix: metadata lttng channel refcount
128 * README: lttng-modules incompatible with lttng 0.x patchset
129
54207845
MD
1302013-07-17 LTTng modules 2.3.0-rc1
131 * Fix: kvm x86 probes side-effect
132 * Fix: allow get/put subbuf in loop for metadata stream
133 * Add support for kvm x86 specific tracepoints
134 * Add mainline headers for kvm x86 tracepoints
135 * Remove old 3.0.4 x86-64 extracted syscall info
136 * Point the x86-64 overrides to newly extracted 3.10-rc7 files
137 * Add syscalls extracted files from a 3.10-rc7 kernel
138 * Improve documentation of the syscall extractor script
139 * Fix: double length of __dynamic_len array
140 * Fix printk instrumentation
141 * Introduce __dynamic_array_enc_ext_2() and tp_memcpy_dyn_2()
142 * Fix: ring buffer: get_subbuf() checks should be performed on "consumed" parameter
143 * Fix: SWITCH_FLUSH new sub-buffer checks
144 * Fix: ring buffer: handle concurrent update in nested buffer wrap around check
145 * Cleanup: lib_ring_buffer_switch_new_end() only calls subbuffer_set_data_size()
146 * Revert "Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()"
147 * Fix: handle writes of length 0
148 * Fix: ring buffer: RING_BUFFER_FLUSH ioctl buffer corruption
149 * Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()
150 * print warning and return -EBUSY on double get_subbuf()
151 * Add header to fix compilation of syscalls-extractor on 3.9 kernel
152 * Fix: don't do 0 byte event reservation
153 * Document that payload size need to be greater than 0
154 * Fix build and load against linux-2.6.33.x
155 * Fix: add missing CONFIG_COMPAT around lib_ring_buffer_compat_ioctl
156 * Metadata cache and multiple metadata channels
157 * fix block instrumentation probe signature mismatch for 3.9.x kernels
158 * fix: block instrumentation: NULL pointer dereference
159 * Update rcu instrumentation to 3.9.[0-4]
160 * Fix CPU hotplug section mismatches
161 * Add system calls definitions for powerpc-32
162 * Remove bashism in lttng-syscalls-generate-headers.sh
163 * Update ARM (32 bit) syscall tracepoints to 3.4
164
88c5f61b
MD
1652013-05-09 LTTng modules 2.2.0-rc2
166 * Remove useless lttng_metadata probe
167 * Fix: warning kvm_trace_exit_reason redefined for 3.9 kernel
168 * Fix: 3.9.0 block layer instrumentation build
169 * Revert "Stop build if CONFIG_TRACEPOINTS is not set"
170 * Stop build if CONFIG_TRACEPOINTS is not set
171 * Add comments to endifs.
172 * Fix: remove ARM set_tls system call override
173 * Cleanup: arm sys_mmap whitespace
174 * Clean up using global_dirty_limit wrapper for writeback probe
175
78062c79
MD
1762013-03-29 LTTng modules 2.2.0-rc1
177 * Update README
178 * Fix: vmscan instrumentation build
179 * writeback instrumentation: remove duplicated structures
180 * block: update instrumentation to 3.9 rc kernel
181 * rcu: update to 3.9 rc kernel instrumentation
182 * workqueue instrumentation: remove duplicated structures
183 * Rename odd event names
184 * Introduce API to remap event names exposed by LTTng
185 * lttng-module: sched.h: Fix compilation on 3.9 kernel
186 * Fix Linux 3.8 btrfs probe warning
187 * Fix Linux 3.8 ext4 probe support
188 * Fix 3.8 kernel support: namespace lttng_is_signed_type()
189 * Fix: don't flush-final for offset 0 if reader is on sub-buffer
190 * instrumentation sched: add missing fork pid info
191 * Fix check in lttng_strlen_user_inatomic
192 * instrumentation: sync with Linux commit a1ce392
193 * Fix: statedump: missing locking, use lttng_iterate_fd
194 * Implement lttng_iterate_fd wrapper
195 * Instrumentation cleanup: kmem events should print hex pointers
196 * Fix compilation of ext4 and btrfs tracepoints on 2.6.40 kernels
197 * Fix: statedump hang/too early completion due to logic error
198 * Fix: statedump hang due to incorrect wait/wakeup use
199 * put_ulong calls in lib_ring_buffer_compat_ioctl() should be compat
200 * wrapper/perf.h: Fix kernel version condition
201 * Add new kernel probes instrumentation
202 * Update kernel probes to more detailed match to kernel versions
203 * Fix possible kernel build errors with linux-patches
204 * Add missing MIT license text to 3 files under this license
205 * Update sites using kernel version checking macro to new range
206 * Make upper bound of kernel version checking macro exclusive
207 * sock instrumentation: fix fields to get referenced values
208 * ext3 instrumentation: fix of assignment code conversion
209 * sched instrumentation: rename "pid" fields in sched_process_exec
210 * Remove remaining semicolons in TP_fast_assign blocks
211 * Fix compilation for 3.0 kernels that are named 2.6.40
212 * Fix compilation for 3.0 branch (>= 3.0.39)
213 * Add kernel version checking macro
214 * Remove semicolons in TP_fast_assign blocks
215 * Add ifdefs to net probe to support Linux 2.6.39
216 * Add kernel probes for supplementary subsystems
217 * Check if interrupt action name is not null in statedump
218 * Fix exec instrumentation: only for kernels 3.4.0 and higher
219 * Add TRACE_EVENT(sched_process_exec) to sched.h
220 * lib/ringbuffer/frontend_api.h: Include linux/prefetch.h.
221 * Fix warning with 3.6.0 kernel
222 * ABI with support for compat 32/64 bits
223 * Perform calculation on bit size in 64-bit
224 * Use uint64_t for packet header content size and packet size
225 * Fix: compat layer only on supported architectures
226 * Fix ring buffer 32/64 bits compat
227 * Fix cleanup: move lttng-tracer-core.h include to lib ringbuffer config.h
228 * Fix ring_buffer_frontend.c: missing include lttng-tracer-core.h
229 * Fix: statedump missing check for NULL namespace
230
7cb1d0ee
MD
2312012-09-10 LTTng modules 2.1.0-rc1
232 * fix timestamps on architectures without CONFIG_KTIME_SCALAR
233 * Support for linux kernels 2.6.32 through 2.6.37
234 * Document limitation of vppid and ppid context wrt eventual RCU instrumentation
235 * Cleanup: no need to hold RCU read-side lock when reading current nsproxy
236 * Add env hostname information
237 * Fix: lttng_statedump_process_state for each PID NS has infinite loop
238 * lttng_statedump_process_state for each PID NS
239 * Support the hostname context
240 * Fix: statedump namespaced pid, tid and ppid
241 * Fix: statedump: disable vm maps enumeration
242 * Fix: ensure userspace accesses are done with _inatomic
243 * Fix: vppid context should test for current nsproxy
244 * Add MIPS system call support
245 * Change mode of lttng-syscalls-generate-headers.sh to 755
246 * cleanup: fix typo in syscall instrumentation header
247 * Cleanup: remove trailing whitespace in README
248 * trace event: introduce TP_MODULE_NOAUTOLOAD and TP_MODULE_NOINIT
249 * LTTng: probe-statedump: add #include <linux/sched.h>
250 * fix: signal_generate event should print utf8 for comm field
251 * Makes write operation a parameter for tp_memcpy macro
252 * Add coding style document
253 * Update instrumentation/events README file
254 * Add makefile target for preprocessor
255 * Fix: free_event_id check should compare unsigned int with -1U
256 * Use unsigned long type for events discarded counter
257 * Fix: update signal instrumentation for 3.4 kernel
258 * LTTng Modules ARM syscall instrumentation
259 * Fix: generate header missing echo -e for escape chars
260 * Fix: add missing uaccess.h include (for ARM)
261 * README: Document that CONFIG_MODULES is required
262 * Fix: README typo
263 * Fix: document required and optional kernel config options in README
264
d2a9270f
MD
2652012-03-29 LTTng modules 2.0.1
266 * Fix: is_compat_task !CONFIG_COMPAT compile error on kernels >= 3.3
267
2682012-03-20 LTTng modules 2.0.0
730e5783
MD
269 * First STABLE version
270 * Add version name
271
63be4822
MD
2722012-03-20 LTTng modules 2.0.0-rc4
273 * Update README and add version name place-holder
274
1bca821c
MD
2752012-03-16 LTTng modules 2.0.0-rc3
276 * Fix clock offset 32-bit multiplication overflow
277 * Fix : wrong assign of fd in state dump
278 * License cleanup, ifdef namespace cleanup
279 * Fix: ensure power of 2 check handles 64-bit size_t entirely
280
4d1704b6
MD
2812012-03-02 LTTng modules 2.0.0-rc2
282 * Fix: dmesg printout should not print metadata warnings
283 * Fix: use transport name as channel name
284 * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_subbuf
285
f66cbcc8
MD
2862012-02-20 LTTng modules 2.0.0-rc1
287 * Standardize version across toolchain
288 * statedump: Use old macro name for kernel 2.6.38
289
2646f1db
MD
2902012-02-16 LTTng modules 2.0-pre15
291 * Add timer instrumentation
292 * fix: need to undef mainline define
293 * fix: Include signal.h instead of irq.h for prototype match check
294 * Add signal instrumentation
295
3e8b3fb8
MD
2962012-02-16 LTTng modules 2.0-pre14
297 * syscall tracing: sys_getcpu
298 * Add sys_clone x86 instrumentation
299 * statedump: fix include circular dep
300 * Implement state dump
301
ed5a7a8f
MD
3022012-02-09 LTTng modules 2.0-pre13
303 * Update README
304 * environment: write sysname, release, version, domain to metadata
305 * Allow open /proc/lttng for read & write
306
497051bd
MD
3072012-02-02 LTTng modules 2.0-pre12
308 * Add x86 32/64 execve syscall instrumentation override
309 * Remove unused defines
310 * Add padding to ABI
311 * Use LTTNG_KERNEL_SYM_NAME_LEN
312 * Update version to 1.9.9
313 * Add missing double-quotes to clock uuid
314 * clock: read bootid as clock monotonic ID
315 * Fix comment
316 * Cleanup comment
317 * clock: output clock description in metadata
318 * Properly fix the timekeeping overflow detection
319 * Fix init bug
320 * rename lib-ring-buffer to lttng-lib-ring-buffer
321 * Remove #warning
322 * Mass rename: ltt_*/ltt-* to LTTNG_*/LTTNG-*
323 * Update TODO
324 * Update TODO
325 * Remove debugfs file (keep only proc file)
326 * Rename lttng-debugfs-abi files to lttng-abi
327
4d3e89e3
MD
3282011-12-13 LTTng modules 2.0-pre11
329 * Fix OOPS caused by reference of config pointer
330 * Gather detailed info from x86 64 32-bit compat syscall instrumentation
331 * lttng lib: ring buffer move null pointer check to open
332 * lttng lib: ring buffer remove duplicate null pointer
333 * lttng lib: ring buffer: remove stale null-pointer
334 * lttng wrapper: add missing include to kallsyms wrapper
335 * lttng: cleanup one-bit signed bitfields
336 * Add TODO file
337 * Update symbol name length max size to 256
338 * Fix last modifications to string_from_user operations
339 * Document that depmod needs to be executed by hand
340 * Fix strlen_user fault space reservation
341 * Fix tp_copy_string_from_user handling of faults
342 * Disable block layer tracing support for kernels < 2.6.38
343 * lttng context: perf counter, fix 32-bit vs 64-bit field size bug
344 * Update trace clock warning to match the current development plan
345 * ringbuffer: make ring buffer printk less verbose
346 * Makefile: do not run depmod manually
347
e2222c2e
MD
3482011-09-30 LTTng modules 2.0-pre10
349 * x86-32: override sys_mmap syscall instrumentation
350 * Fix cast warning
351
bfb508ed
MD
3522011-09-29 LTTng modules 2.0-pre9
353 * x86 32 syscalls: fix !CONFIG_UID16
354 * Use __string_from_user
355 * Add __string_from_user
356 * Rename "comm" context to "procname"
357 * Fetch "type" name field for mount syscall
358 * Create common override file for all architectures
359 * Shrink stack size usage
360 * Cleanup: remove unused lttng-compat-syscalls.c file
361 * Support detailed compat syscalls on x86_64
362 * Fix syscall table
363 * Add disabled compat syscalls detail (work in progress)
364 * Add config compat support for detailed x86_32 syscalls
365 * Handle newer 3.1+ perf API
366 * Add dummy x86-32 override headers
367 * Bind x86-32 syscall headers
368 * Add x86-32 syscall headers
369 * Add check for KALLSYMS_ALL in syscall extraction script
370 * Automate string extraction for syscalls
371 * Automate syscall filename/pathname extraction
372 * Add exit to ring_buffer_frontend so module is unloadable
373 * Add sys_open filename (x86_64)
374 * Add missing memcpy callback
375 * copy_from_user and memset
376 * Add missing alignment after header write
377 * lib ring buffer: add frontend init as module_init
378 * lib ring buffer frontend: add missing lock initialization
379 * ARM: Set bit 0 for thumb mode in kallsyms_lookup_name returned address (missing file)
380 * ARM: Set bit 0 for thumb mode in kallsyms_lookup_name returned address
381 * Create override for sys_mmap
382 * Rename syscalls -> syscall in LTTng ABI
383 * Use different event name for compat syscalls
384 * Allow trace syscall table override
385 * Add dummy override files
386 * syscall detail: add override capability
387 * Add pointer pretty-print heuristics
388 * Add __field_hex
389 * Rename sys exit errno into ret
390 * Enable detailed syscalls only for native x86_64
391 * Use "unknown" for compat syscalls
392 * Disable x86-64 specific detailed syscalls for now, until we deal with 32-bit compat
393 * Fix syscall exit
394 * Fix sys exit
395 * Only enable detailed syscalls for x86_64 for now
396 * Merge unknown syscall method with extended detail method
397 * Add underscore prefix before event names
398 * Add syscalls pointers detailed syscall tracing
399 * Use perl for regexp
400 * Support generation of syscall probes for those with pointers
401 * Support detailed syscalls with 0 arguments
402 * detailed syscall tracing (work in progress)
403 * Expose /proc/lttng file
404 * Implement detailed syscall event probe
405 * Disable perf build for < 2.6.33 kernels
406 * Syscall detail mode: generate syscall table
407 * block instrumentation: write cmd as hex sequence
408 * lttng-events TRACE_EVENT generator cleanup
409 * block layer instrumentation: fix cmd field
410 * Remove 0 args syscalls for now from type-aware syscall cb generator
411 * Generate trace syscall table macros
412 * Put syscall tracing without arg types back in place
413 * Detailed system call tracing (TRACE_EVENT() generation for integer support)
414 * lttng events probes: don't clash with "ctx" variable name
415 * lib ring buffer must take private pointer copy before decrementing refcount
416
47655e60
MD
4172011-08-16 LTTng modules 2.0-pre8
418 * Fix metadata buffer wait/wakeup
419
99a93317
MD
4202011-08-12 LTTng modules 2.0-pre7
421 * Add missing module refcount to lttng_tracepoint_list_fops
422 * Add license info about lib/ringbuffer/ring_buffer_mmap.c being GPLv2
This page took 0.041311 seconds and 4 git commands to generate.