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