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