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