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