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