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