X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=1aa3fb4b6d788bbbbd99f4924fe9e2c2aa0681c9;hb=179270d758e55d61b979adcf923416aad1d9c6fd;hp=ccdf7a38f19f9d35219b64a810128399dc1fb6c6;hpb=37defeefc44301f0f894b0ecc236740fc118ff3f;p=lttng-modules.git diff --git a/ChangeLog b/ChangeLog index ccdf7a38..1aa3fb4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,64 @@ +2022-01-05 (National Bird Day) LTTng modules 2.12.7 + * fix: mm: move kvmalloc-related functions to slab.h (v5.16) + * fix: block: don't call blk_status_to_errno in blk_update_request (v5.16) + * fix: KVM: MMU: change tracepoints arguments to kvm_page_fault (v5.16) + * fix: KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_info (v5.16) + * fix: isystem: delete global -isystem compile option (v5.16) + * fix: block: move block-related definitions out of fs.h (v5.16) + * fix: implicit-int error in EXPORT_SYMBOL_GPL + * fix: Revert "Makefile: Enable -Wimplicit-fallthrough for Clang" (v5.15) + * fix: cpu/hotplug: Remove deprecated CPU-hotplug functions. (v5.15) + * fix: sched: Change task_struct::state (v5.14) + * fix: btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered() (v5.14) + * fix: adjust ranges for RHEL 8.4 + +2021-05-14 (National Dance Like a Chicken Day) LTTng modules 2.12.6 + * fix: adjust ranges for RHEL 8.2 and 8.3 + * Disable block rwbs bitwise enum in default build + * Disable sched_switch bitwise enum in default build + * Add experimental bitwise enum config option + * Add defaults to Kconfig options + * Sync `show_inode_state()` macro with upstream stable kernels + * fix: block: remove disk_part_iter (v5.12) + * Fix: Backport of "Fix: increment buffer offset when failing to copy from user-space" + * Fix: increment buffer offset when failing to copy from user-space + * Sync `show_inode_state()` macro with Ubuntu 4.15 kernel + * fix: mm, tracing: kfree event name mismatching with provider kmem (v5.12) + * Set 'stable-2.12' branch in git review config + * fix backport: block: add a disk_uevent helper (v5.12) + * fix: Adjust ranges for Ubuntu 5.4.0-67 kernel + * fix: block: add a disk_uevent helper (v5.12) + * Fix: properly compare type enumeration + * compiler warning cleanup: is_signed_type: compare -1 to 1 + * Fix: bytecode linker: validate event and field array/sequence encoding + * Fix: kretprobe: null ptr deref on session destroy + * fix: mm, tracing: record slab name for kmem_cache_free() (v5.12) + * Fix: filter interpreter early-exits on uninitialized value + * Fix: memory leaks on event destroy + +2021-02-17 (Random Act of Kindness Day) LTTng modules 2.12.5 + * fix: Adjust ranges for Ubuntu 5.8.0-44 kernel + * fix: missing include for 'task_struct' in fdtable.h + * fix: file: Rename fcheck lookup_fd_rcu (v5.11) + * Fix: do not use bdi_unknown_name symbol + * fix: memcg: fix a crash in wb_workfn when a device disappears (5.6) + * Fix: writeback: out-of-bound reads + * fix: Add one digit to RHEL major release version + * fix: Add one digit to SLES minor release version + * fix: RT_PATCH_VERSION is close to overflow + * fix: cast LTTNG_KERNEL_VERSION/LTTNG_LINUX_VERSION_CODE to uint64_t + * fix: UTS_UBUNTU_RELEASE_ABI is close to overflow + * fix: sublevel version overflow in LINUX_VERSION_CODE + * Namespace kernel version macros + * aarch64: blacklist gcc prior to 5.1 + * fix: genirq: Restrict export of irq_to_desc() (v5.11) + * fix: block: merge struct block_device and struct hd_struct (v5.11) + * fix: kprobes: Remove kretprobe hash (v5.11) + * fix: block: remove the request_queue argument to the block_bio_remap tracepoint (v5.11) + * fix: block: remove the request_queue argument to the block_split tracepoint (v5.11) + * fix: block: simplify and extend the block_bio_merge tracepoint class (v5.11) + * fix: block: remove the request_queue to argument request based tracepoints (v5.11) + 2021-01-11 (National Clean Off Your Desk Day) LTTng modules 2.12.4 * fix: adjust version range for trace_find_free_extent() * Improve the release script