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